]> Cypherpunks.ru repositories - udpobfs.git/blobdiff - x509.go
Unify copyright comment format
[udpobfs.git] / x509.go
diff --git a/x509.go b/x509.go
index c79db00d40fdfa35385e21d0943e9a43fcbbf87d4f4b38876a3b98e23537ebc5..1d349f828023f3802959276e221aa43d5a7f608bc5349efa29b597ab25526165 100644 (file)
--- a/x509.go
+++ b/x509.go
@@ -1,19 +1,17 @@
-/*
-udpobfs -- simple point-to-point UDP obfuscation proxy
-Copyright (C) 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/>.
-*/
+// udpobfs -- simple point-to-point UDP obfuscation proxy
+// Copyright (C) 2023-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 udpobfs