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 616b606c68d43a038cb84ec157ef893c75a987dbdf92651ba9d796f42728f504..b195b0680fed972e14b2cda9602b90f392e6e56c688480aa0bdb5368cd5f3e0b 100644 --- a/cmd/proxy/main.go +++ b/cmd/proxy/main.go @@ -1,6 +1,6 @@ /* ucspi/cmd/tlsc -- UCSPI TCP proxy client -Copyright (C) 2021 Sergey Matveev +Copyright (C) 2021-2022 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 161318c01f00edba444a173c29b79d2214e9579d2143f2ce4989117db84e2229..a5118121e8c2094b0b8e3ac2f7030b4bce744b50d08b8339ef0d96d20cfd4ae2 100644 --- a/cmd/tlsc/main.go +++ b/cmd/tlsc/main.go @@ -1,6 +1,6 @@ /* ucspi/cmd/tlsc -- UCSPI TLS client -Copyright (C) 2021 Sergey Matveev +Copyright (C) 2021-2022 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 874f5b4db39d00716d257850d4de69e98f5687cb9ff145522c2745a75abd4102..5c60cd4470a945e304b0eda355df97bdafa3c114b9ef8250333f646589b5bb9f 100644 --- a/cmd/tlss/main.go +++ b/cmd/tlss/main.go @@ -1,6 +1,6 @@ /* ucspi/cmd/tlsc -- UCSPI TLS server -Copyright (C) 2021 Sergey Matveev +Copyright (C) 2021-2022 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 c1bbd018f7cb761029e36a50ec856217759df0692259fd953fcf385fd665bf8a..4dc98d270a268395346670fcb8092a0830aeb0bd9b83971ae35c93255c36509e 100644 --- a/conn.go +++ b/conn.go @@ -1,6 +1,6 @@ /* ucspi -- UCSPI-related utilities -Copyright (C) 2021 Sergey Matveev +Copyright (C) 2021-2022 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 97230027ebb90f4177f942e0a3e02c9862610b7c48caf7692c00c70c55c00c9a..9129ee88cc1c666bbf360b26183cca232b297e3322700146bf6e0508b8001572 100644 --- a/x509.go +++ b/x509.go @@ -1,6 +1,6 @@ /* ucspi -- UCSPI-related utilities -Copyright (C) 2021 Sergey Matveev +Copyright (C) 2021-2022 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