X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=leapsecs.go;h=f8343774f860ec41887df20b72417a251e9fc037;hb=HEAD;hp=24dac7bfacf879f0c85a6bbd4bd84a4467854590;hpb=1212e4f1f980bead7213aaf8fe029395d2ecae13;p=gotai64n.git diff --git a/leapsecs.go b/leapsecs.go index 24dac7b..f834377 100644 --- a/leapsecs.go +++ b/leapsecs.go @@ -1,19 +1,17 @@ -/* -go.cypherpunks.ru/tai64n -- Pure Go TAI64/TAI64N implementation -Copyright (C) 2020-2022 Sergey Matveev - -This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation, version 3 of the License. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . -*/ +// go.cypherpunks.ru/tai64n -- Pure Go TAI64/TAI64N implementation +// Copyright (C) 2020-2024 Sergey Matveev +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, version 3 of the License. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . package tai64n