cmd/leapsecsdb/main.go | 2 +- cmd/tai64nlocal/main.go | 2 +- db.go | 2 +- leapsecs.go | 2 +- tai64n.go | 2 +- tai64n_test.go | 2 +- diff --git a/cmd/leapsecsdb/main.go b/cmd/leapsecsdb/main.go index d7bd5a7f8fc99d02f0522317a33e8b07896a6e596a6f1d66cd6736f33c37739a..6acb04c4cae93caf5d0a651dd9a8563ca3a57dfedc64b6c6d773db3990e02ed0 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 50fafaeaa1f13caa335ac26d4eae641c4b09cfc49c9a8ea2b6e948daef8f104a..d8c0c80f18785fe52c78234eba87865d7c1ec4dc0590ff13c608ed24c00d2011 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 daeda1c7382d95e8456538477b8ebbcbf5ebbd74df292bfe98cd7ee1afc373f2..ebfa6b1d3e07805dab68cf5c19e44def2a5ad7a9e2aeb768a3f20f8a1d9986ad 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 31c4d241ed54be4677f8298e004a53428f457c0b5758b76fbb73bada25b2c1d4..d0a934267df2784cb9b82e3986f443d91ce71e102cfc8c4f0dc195612495f3df 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 b346c18decf72d421d787d4ad561397174426f6a4ee83dac87455d16c4087696..aa2c0c2350eff5c022a400febf45a845d15ae4984bc749b547991ad47d5101fe 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 cf700ab81f8a7b18a2ce6cb81b254e26b955f0ae8b28a5e70bc06a292e0c47f2..873714d03d2ba1706a7a9b628e08089ce754d3524601d92beeee9fc193bac2b9 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