From 580f508f79b4b7cfbdb80f82307541003b0dea91 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Tue, 30 Dec 2025 14:05:57 +0300 Subject: [PATCH] Raise copyright years --- cmd/tai64nlocal/main.go | 2 +- leapsecs.go | 2 +- printable.go | 2 +- tai.go | 2 +- tai_test.go | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) 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 -- 2.52.0