From 86c6eca5de602787602df83e7ca25546e2cff1e4 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Tue, 30 Dec 2025 14:06:41 +0300 Subject: [PATCH] Raise copyright years --- cmd/proxy/main.go | 2 +- cmd/tlsc/main.go | 2 +- cmd/tlss/main.go | 2 +- conn.go | 2 +- x509.go | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cmd/proxy/main.go b/cmd/proxy/main.go index 17bd764..d840af4 100644 --- a/cmd/proxy/main.go +++ b/cmd/proxy/main.go @@ -1,5 +1,5 @@ // ucspi/cmd/proxy -- UCSPI TCP proxy -// Copyright (C) 2021-2025 Sergey Matveev +// Copyright (C) 2021-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/tlsc/main.go b/cmd/tlsc/main.go index 1c0cd0a..adb6229 100644 --- a/cmd/tlsc/main.go +++ b/cmd/tlsc/main.go @@ -1,5 +1,5 @@ // ucspi/cmd/tlsc -- UCSPI TCP proxy client -// Copyright (C) 2021-2025 Sergey Matveev +// Copyright (C) 2021-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/tlss/main.go b/cmd/tlss/main.go index 736b3e9..89af082 100644 --- a/cmd/tlss/main.go +++ b/cmd/tlss/main.go @@ -1,5 +1,5 @@ // ucspi/cmd/tlss -- UCSPI TCP proxy server -// Copyright (C) 2021-2025 Sergey Matveev +// Copyright (C) 2021-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/conn.go b/conn.go index 504bb97..067dc1a 100644 --- a/conn.go +++ b/conn.go @@ -1,5 +1,5 @@ // ucspi -- UCSPI-related utilities -// Copyright (C) 2021-2025 Sergey Matveev +// Copyright (C) 2021-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 a0aca85..23b77b1 100644 --- a/x509.go +++ b/x509.go @@ -1,5 +1,5 @@ // ucspi -- UCSPI-related utilities -// Copyright (C) 2021-2025 Sergey Matveev +// Copyright (C) 2021-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