cmd/proxy/main.go | 2 +- cmd/tlsc/main.go | 2 +- cmd/tlss/main.go | 2 +- conn.go | 2 +- x509.go | 2 +- diff --git a/cmd/proxy/main.go b/cmd/proxy/main.go index 6f9c47d72b8b827763d01c17f0627df7f9e694f790ffb3e615777e283b5d871f..dbe269a37e709cdd9b1dd0704a3a8520db275c7d4be67ee964b40a01cfd74d40 100644 --- a/cmd/proxy/main.go +++ b/cmd/proxy/main.go @@ -1,5 +1,5 @@ // ucspi/cmd/proxy -- UCSPI TCP proxy -// Copyright (C) 2021-2024 Sergey Matveev +// Copyright (C) 2021-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/tlsc/main.go b/cmd/tlsc/main.go index 2c28a2eacbcca8d331ed36ce6a41c3e501aa6c96b1925992bd97dc5a0ce90f95..ddebfef1a6b143932cded79e64d08ac754045891e01e3915d19cd057d33cb888 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-2024 Sergey Matveev +// Copyright (C) 2021-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/tlss/main.go b/cmd/tlss/main.go index cd9cba9ff169c585b779301a21f9a768aa47d5a68e0dfc26842d9d919db6c218..dad9b7461a858753d269d39b20da0ec256cce7335afc8df5204041debb8e39d1 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-2024 Sergey Matveev +// Copyright (C) 2021-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/conn.go b/conn.go index 9a0927cfdc8b27cf9835f1d5926b950a51766c87a706700b29f1d37acde66dc4..a0e30e928a8b666771ab4ab90e5fdc726e5bf732166e1e73851896d34d6623df 100644 --- a/conn.go +++ b/conn.go @@ -1,5 +1,5 @@ // ucspi -- UCSPI-related utilities -// Copyright (C) 2021-2024 Sergey Matveev +// Copyright (C) 2021-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 ceb4b7fd94b7d530c3eb84e40531b033864ae7653a683051de0d9a3797a853a9..e1d3088f181d6a8111317002bdf7d04441d2aa05d781b6868593681e66c47aeb 100644 --- a/x509.go +++ b/x509.go @@ -1,5 +1,5 @@ // ucspi -- UCSPI-related utilities -// Copyright (C) 2021-2024 Sergey Matveev +// Copyright (C) 2021-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