From b53bfd870af8044c834855e247e3f7c90f218d4075d8994b5d065eca3230c9d7 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Tue, 30 Dec 2025 14:02:09 +0300 Subject: [PATCH] Raise copyright years --- cmd/init/main.go | 2 +- cmd/resp/main.go | 2 +- crypto.go | 2 +- utils.go | 2 +- x509.go | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) 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 -- 2.52.0