]> Cypherpunks.ru repositories - udpobfs.git/blobdiff - crypto.go
Unify copyright comment format
[udpobfs.git] / crypto.go
index 0905689304a23a755622731dbceaed10a820faa3c4cece089bc2e3a82333f706..b397423a935a94b16d44a53d92bcf8b1ebfa9d16ccb8bd086a0a0fcf5f4cf24b 100644 (file)
--- a/crypto.go
+++ b/crypto.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