]> Cypherpunks repositories - udpobfs.git/commitdiff
Raise copyright years master
authorSergey Matveev <stargrave@stargrave.org>
Tue, 30 Dec 2025 11:02:09 +0000 (14:02 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Wed, 21 Jan 2026 15:06:28 +0000 (18:06 +0300)
cmd/init/main.go
cmd/resp/main.go
crypto.go
utils.go
x509.go

index d18a311212cfb4c674a63eeeabf0f149141b35e7e1dbf04aec2fe7336283c3ce..aac1a895cb1cd3057154dd9386699e9fb46b11a533e6639ea57e187f2ad40a7a 100644 (file)
@@ -1,5 +1,5 @@
 // udpobfs -- simple point-to-point UDP obfuscation proxy
-// Copyright (C) 2023-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2023-2026 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
index 9a6af9687e0252a3ec48b7339cb13abbebdadcf2cd478b153f1afcdaedfc4289..03e4d35b160ecc80e27e2294ae7d4c1b9e546e81e54d95e460ba361d42a55122 100644 (file)
@@ -1,5 +1,5 @@
 // udpobfs -- simple point-to-point UDP obfuscation proxy
-// Copyright (C) 2023-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2023-2026 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
index d440bb54aea9e25684c1fdfb5d154bbd203ac533882e3935ca5454930f55c6f1..c1f5fdaacf451ef61eab6332b0a1f087ad0fcf9401f5caa8535205aa9a790b5f 100644 (file)
--- a/crypto.go
+++ b/crypto.go
@@ -1,5 +1,5 @@
 // udpobfs -- simple point-to-point UDP obfuscation proxy
-// Copyright (C) 2023-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2023-2026 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
index b48d27e439bcd3d23f451bb1f9f397d19fccb6b3f2ebd66108379748efc4e4a6..4db7c875dde2d19628310230f59320e6eedd0f17d517d5ed5f2c0f4667e74f2c 100644 (file)
--- a/utils.go
+++ b/utils.go
@@ -1,5 +1,5 @@
 // udpobfs -- simple point-to-point UDP obfuscation proxy
-// Copyright (C) 2023-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2023-2026 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
diff --git a/x509.go b/x509.go
index e472457a38a00b727778ac75e2eee16f41d8d21abd2dcbcd6d39c1778e41d609..9cac55edc5907e4f26d278d4e0f3e2e1464c80b5f3bb5c48737188e284f0d48a 100644 (file)
--- a/x509.go
+++ b/x509.go
@@ -1,5 +1,5 @@
 // udpobfs -- simple point-to-point UDP obfuscation proxy
-// Copyright (C) 2023-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2023-2026 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