From: Sergey Matveev Date: Tue, 30 Dec 2025 11:05:57 +0000 (+0300) Subject: Raise copyright years X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=580f508f79b4b7cfbdb80f82307541003b0dea91;p=gotai64n.git Raise copyright years --- diff --git a/cmd/tai64nlocal/main.go b/cmd/tai64nlocal/main.go index 9590f65..ae734eb 100644 --- a/cmd/tai64nlocal/main.go +++ b/cmd/tai64nlocal/main.go @@ -1,5 +1,5 @@ // go.cypherpunks.su/tai64n -- Pure Go TAI64/TAI64N implementation -// Copyright (C) 2020-2025 Sergey Matveev +// Copyright (C) 2020-2026 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 diff --git a/leapsecs.go b/leapsecs.go index a480f0e..bd8b9eb 100644 --- a/leapsecs.go +++ b/leapsecs.go @@ -1,5 +1,5 @@ // go.cypherpunks.su/tai64n -- Pure Go TAI64/TAI64N implementation -// Copyright (C) 2020-2025 Sergey Matveev +// Copyright (C) 2020-2026 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 diff --git a/printable.go b/printable.go index eaad01d..bf940a3 100644 --- a/printable.go +++ b/printable.go @@ -1,5 +1,5 @@ // go.cypherpunks.su/tai64n -- Pure Go TAI64/TAI64N implementation -// Copyright (C) 2020-2025 Sergey Matveev +// Copyright (C) 2020-2026 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 diff --git a/tai.go b/tai.go index 8335213..dfd1cd0 100644 --- a/tai.go +++ b/tai.go @@ -1,5 +1,5 @@ // go.cypherpunks.su/tai64n -- Pure Go TAI64/TAI64N implementation -// Copyright (C) 2020-2025 Sergey Matveev +// Copyright (C) 2020-2026 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 diff --git a/tai_test.go b/tai_test.go index b48175c..3ba4d6b 100644 --- a/tai_test.go +++ b/tai_test.go @@ -1,5 +1,5 @@ // go.cypherpunks.su/tai64n -- Pure Go TAI64/TAI64N implementation -// Copyright (C) 2020-2025 Sergey Matveev +// Copyright (C) 2020-2026 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