]> Cypherpunks.ru repositories - gohpenc.git/commitdiff
Unify copyright comment format master
authorSergey Matveev <stargrave@stargrave.org>
Fri, 8 Dec 2023 07:52:24 +0000 (10:52 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Fri, 8 Dec 2023 07:52:24 +0000 (10:52 +0300)
main.go

diff --git a/main.go b/main.go
index 8de2ce9b73c0f3bfea0c016535a73c41a14abe6f..ac48e06abdcb246cd06307166f2b3f19f87a20ef 100644 (file)
--- a/main.go
+++ b/main.go
@@ -1,19 +1,17 @@
-/*
-gohpenc -- Go high-performance encryption utility
-Copyright (C) 2017-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/>.
-*/
+// gohpenc -- Go high-performance encryption utility
+// Copyright (C) 2017-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/>.
 
 // Go high-performance encryption utility
 package main