]> Cypherpunks.ru repositories - udpobfs.git/commitdiff
Unify copyright comment format master
authorSergey Matveev <stargrave@stargrave.org>
Fri, 8 Dec 2023 08:28:41 +0000 (11:28 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Fri, 8 Dec 2023 08:28:41 +0000 (11:28 +0300)
cmd/init/main.go
cmd/resp/main.go
crypto.go
utils.go
x509.go

index 3564dbf0ed737d1a4c718e6774742fddbf2ffce3c45b5fbf264fea4c00584b48..42124c9044c4a17903d0a742e69abfc74fd5677c58e7d92ebddd6a32b4e8deb0 100644 (file)
@@ -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 main
 
index 75452990263b7392253f3389a32572e538d2b9797c00f5e6297f431e4e9bcce7..de9b3be1330fa498caa5dda35c9847bf6a2f145e4ec6a8b9a7c7ac913aa985b4 100644 (file)
@@ -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 main
 
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
 
index 83e27acfce15159c93a1effc76f7bd7f755c0c6158f8bc196e857f61ca70db89..1a4727be1f25a01489e32934013feca4c2785f620b81f8501d59890b3cfef30b 100644 (file)
--- a/utils.go
+++ b/utils.go
@@ -1,3 +1,18 @@
+// 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
 
 import (
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