]> Cypherpunks.ru repositories - gotai64n.git/blobdiff - db.go
Unify copyright comment format
[gotai64n.git] / db.go
diff --git a/db.go b/db.go
index 0907196c78223208a154d7d1e0aadad6c0c2d59a..06adb4bf883982b131a6c3d4b8e7d95db8bc91f5 100644 (file)
--- a/db.go
+++ b/db.go
@@ -1,19 +1,17 @@
-/*
-go.cypherpunks.ru/tai64n -- Pure Go TAI64/TAI64N implementation
-Copyright (C) 2020-2023 Sergey Matveev <stargrave@stargrave.org>
-
-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
-the Free Software Foundation, version 3 of the License.
-
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with this program.  If not, see <http://www.gnu.org/licenses/>.
-*/
+// go.cypherpunks.ru/tai64n -- Pure Go TAI64/TAI64N implementation
+// Copyright (C) 2020-2024 Sergey Matveev <stargrave@stargrave.org>
+//
+// 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
+// the Free Software Foundation, version 3 of the License.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 package tai64n