From: Sergey Matveev Date: Tue, 30 Dec 2025 11:02:09 +0000 (+0300) Subject: Raise copyright years X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;p=udpobfs.git Raise copyright years --- diff --git a/cmd/init/main.go b/cmd/init/main.go index d18a311..aac1a89 100644 --- a/cmd/init/main.go +++ b/cmd/init/main.go @@ -1,5 +1,5 @@ // udpobfs -- simple point-to-point UDP obfuscation proxy -// Copyright (C) 2023-2025 Sergey Matveev +// Copyright (C) 2023-2026 Sergey Matveev // // 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/cmd/resp/main.go b/cmd/resp/main.go index 9a6af96..03e4d35 100644 --- a/cmd/resp/main.go +++ b/cmd/resp/main.go @@ -1,5 +1,5 @@ // udpobfs -- simple point-to-point UDP obfuscation proxy -// Copyright (C) 2023-2025 Sergey Matveev +// Copyright (C) 2023-2026 Sergey Matveev // // 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/crypto.go b/crypto.go index d440bb5..c1f5fda 100644 --- a/crypto.go +++ b/crypto.go @@ -1,5 +1,5 @@ // udpobfs -- simple point-to-point UDP obfuscation proxy -// Copyright (C) 2023-2025 Sergey Matveev +// Copyright (C) 2023-2026 Sergey Matveev // // 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/utils.go b/utils.go index b48d27e..4db7c87 100644 --- a/utils.go +++ b/utils.go @@ -1,5 +1,5 @@ // udpobfs -- simple point-to-point UDP obfuscation proxy -// Copyright (C) 2023-2025 Sergey Matveev +// Copyright (C) 2023-2026 Sergey Matveev // // 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 e472457..9cac55e 100644 --- a/x509.go +++ b/x509.go @@ -1,5 +1,5 @@ // udpobfs -- simple point-to-point UDP obfuscation proxy -// Copyright (C) 2023-2025 Sergey Matveev +// Copyright (C) 2023-2026 Sergey Matveev // // 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