From: Sergey Matveev Date: Fri, 7 Jan 2022 18:04:51 +0000 (+0300) Subject: Raised copyright years X-Git-Tag: v2.0.1~3 X-Git-Url: http://www.git.cypherpunks.ru/?p=gotai64n.git;a=commitdiff_plain;h=1212e4f1f980bead7213aaf8fe029395d2ecae13 Raised copyright years --- diff --git a/cmd/leapsecsdb/main.go b/cmd/leapsecsdb/main.go index 82c5295..b18b697 100644 --- a/cmd/leapsecsdb/main.go +++ b/cmd/leapsecsdb/main.go @@ -1,6 +1,6 @@ /* go.cypherpunks.ru/tai64n -- Pure Go TAI64/TAI64N implementation -Copyright (C) 2020-2021 Sergey Matveev +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 diff --git a/cmd/tai64nlocal/main.go b/cmd/tai64nlocal/main.go index b2a0c15..04bce9d 100644 --- a/cmd/tai64nlocal/main.go +++ b/cmd/tai64nlocal/main.go @@ -1,6 +1,6 @@ /* go.cypherpunks.ru/tai64n -- Pure Go TAI64/TAI64N implementation -Copyright (C) 2020-2021 Sergey Matveev +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 diff --git a/db.go b/db.go index a9a9e35..ac7e165 100644 --- a/db.go +++ b/db.go @@ -1,6 +1,6 @@ /* go.cypherpunks.ru/tai64n -- Pure Go TAI64/TAI64N implementation -Copyright (C) 2020-2021 Sergey Matveev +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 diff --git a/leapsecs.go b/leapsecs.go index fe80b8a..24dac7b 100644 --- a/leapsecs.go +++ b/leapsecs.go @@ -1,6 +1,6 @@ /* go.cypherpunks.ru/tai64n -- Pure Go TAI64/TAI64N implementation -Copyright (C) 2020-2021 Sergey Matveev +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 diff --git a/tai64n.go b/tai64n.go index 8af8ab3..d3071a3 100644 --- a/tai64n.go +++ b/tai64n.go @@ -1,6 +1,6 @@ /* go.cypherpunks.ru/tai64n -- Pure Go TAI64/TAI64N implementation -Copyright (C) 2020-2021 Sergey Matveev +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 diff --git a/tai64n_test.go b/tai64n_test.go index 892f77f..de134a5 100644 --- a/tai64n_test.go +++ b/tai64n_test.go @@ -1,6 +1,6 @@ /* go.cypherpunks.ru/tai64n -- Pure Go TAI64/TAI64N implementation -Copyright (C) 2020-2021 Sergey Matveev +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