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 6acb04c4cae93caf5d0a651dd9a8563ca3a57dfedc64b6c6d773db3990e02ed0..bc22069346efac8a914227c177109c7d5c31fa9ce2a82f287050842dbba08f05 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-2022 Sergey Matveev +Copyright (C) 2020-2023 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 46a5681fcaec5ac48068b1ba5ca8411465f5be7361a5d1cb30c01364249bf0bc..a2f12c36b8b247dc9ffccc397a922fb65a72c207dcd506a76c5580c66ffc9869 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-2022 Sergey Matveev +Copyright (C) 2020-2023 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 ebfa6b1d3e07805dab68cf5c19e44def2a5ad7a9e2aeb768a3f20f8a1d9986ad..c439f85487822eaa643296aed0b2c7a6d14d1a56bfd1b22af7862419e1da8cd9 100644 --- a/db.go +++ b/db.go @@ -1,6 +1,6 @@ /* go.cypherpunks.ru/tai64n -- Pure Go TAI64/TAI64N implementation -Copyright (C) 2020-2022 Sergey Matveev +Copyright (C) 2020-2023 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 d0a934267df2784cb9b82e3986f443d91ce71e102cfc8c4f0dc195612495f3df..8fbe6bb8a3537f0a7b8933681d6ed761feb0343e7b4884ee2dc8e83fb1de763e 100644 --- a/leapsecs.go +++ b/leapsecs.go @@ -1,6 +1,6 @@ /* go.cypherpunks.ru/tai64n -- Pure Go TAI64/TAI64N implementation -Copyright (C) 2020-2022 Sergey Matveev +Copyright (C) 2020-2023 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 aa2c0c2350eff5c022a400febf45a845d15ae4984bc749b547991ad47d5101fe..936bfade698938e9a0bd3ee126cfc1744af42f27c9e2b5a60e93a4bdf49e7a7d 100644 --- a/tai64n.go +++ b/tai64n.go @@ -1,6 +1,6 @@ /* go.cypherpunks.ru/tai64n -- Pure Go TAI64/TAI64N implementation -Copyright (C) 2020-2022 Sergey Matveev +Copyright (C) 2020-2023 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 873714d03d2ba1706a7a9b628e08089ce754d3524601d92beeee9fc193bac2b9..8ea642905dc3a4a8f27abc62ef8b135d6b082a5806b8df5399eec96acda3549a 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-2022 Sergey Matveev +Copyright (C) 2020-2023 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