From 2ae67c5aa89d3ac44a4d6e1a362ce7fa8901167f80d40d58ac8ae44d1e56ddea Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Thu, 26 Dec 2024 12:40:59 +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 42124c9..e725993 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-2024 Sergey Matveev +// Copyright (C) 2023-2025 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 de9b3be..7e4556d 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-2024 Sergey Matveev +// Copyright (C) 2023-2025 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 b397423..54d369c 100644 --- a/crypto.go +++ b/crypto.go @@ -1,5 +1,5 @@ // udpobfs -- simple point-to-point UDP obfuscation proxy -// Copyright (C) 2023-2024 Sergey Matveev +// Copyright (C) 2023-2025 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 1a4727b..b48d27e 100644 --- a/utils.go +++ b/utils.go @@ -1,5 +1,5 @@ // udpobfs -- simple point-to-point UDP obfuscation proxy -// Copyright (C) 2023-2024 Sergey Matveev +// Copyright (C) 2023-2025 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 1d349f8..e472457 100644 --- a/x509.go +++ b/x509.go @@ -1,5 +1,5 @@ // udpobfs -- simple point-to-point UDP obfuscation proxy -// Copyright (C) 2023-2024 Sergey Matveev +// Copyright (C) 2023-2025 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.50.0