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 dbe269a37e709cdd9b1dd0704a3a8520db275c7d4be67ee964b40a01cfd74d40..9a4b7b9fd58d5ae682c0b7626ee6aba2e2d1b2526b9d52ae019c8059469278f9 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 ddebfef1a6b143932cded79e64d08ac754045891e01e3915d19cd057d33cb888..7f5c466028bffe06aa73b359a7f9c35423407fb0257f641f0c5ad79dff8ee0bd 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 dad9b7461a858753d269d39b20da0ec256cce7335afc8df5204041debb8e39d1..39dabf834bbae0c54bc96ab8a89aea4bb711d32b506b0b7ef9b9c8b2fe4f87ed 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 a0e30e928a8b666771ab4ab90e5fdc726e5bf732166e1e73851896d34d6623df..2e4054e8e1f5b28930722ab1ad1c22543ccdc3cc2b5af6328729fd16e3d3d8c9 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 e1d3088f181d6a8111317002bdf7d04441d2aa05d781b6868593681e66c47aeb..809d6851de63c0388b01a2f5d84de032301c015eef82ec99bd1a4d1eb04d4273 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