From 409705fa3bbf9f18c6df91be80199d4d14c234d2 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Tue, 5 Jan 2021 20:51:29 +0300 Subject: [PATCH] Raise copyright years --- cmd/tai64nlocal/main.go | 2 +- tai64n.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/tai64nlocal/main.go b/cmd/tai64nlocal/main.go index 2f3ed15..571c30a 100644 --- a/cmd/tai64nlocal/main.go +++ b/cmd/tai64nlocal/main.go @@ -1,6 +1,6 @@ /* go.cypherpunks.ru/tai64n -- Pure Go TAI64N implementation -Copyright (C) 2020 Sergey Matveev +Copyright (C) 2020-2021 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/tai64n.go b/tai64n.go index 5087361..473c7e8 100644 --- a/tai64n.go +++ b/tai64n.go @@ -1,6 +1,6 @@ /* go.cypherpunks.ru/tai64n -- Pure Go TAI64N implementation -Copyright (C) 2020 Sergey Matveev +Copyright (C) 2020-2021 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.44.0