]> Cypherpunks.ru repositories - ucspi.git/commitdiff
Raise copyright years
authorSergey Matveev <stargrave@stargrave.org>
Tue, 27 Dec 2022 14:34:32 +0000 (17:34 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Tue, 27 Dec 2022 14:34:32 +0000 (17:34 +0300)
cmd/proxy/main.go
cmd/tlsc/main.go
cmd/tlss/main.go
conn.go
x509.go

index 4b26ab384ac5f5dfa83eb16dd7c23df0ddcc2afa..4d3224796462df64cbdb35e84bbd9e5cbdf07be7 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ucspi/cmd/tlsc -- UCSPI TCP proxy client
-Copyright (C) 2021-2022 Sergey Matveev <stargrave@stargrave.org>
+Copyright (C) 2021-2023 Sergey Matveev <stargrave@stargrave.org>
 
 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
index 2d130b1702684233ad53f29367e179b95eab963c..efeeb99e0f55a71f1ef7df059da4f45d93a014aa 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ucspi/cmd/tlsc -- UCSPI TLS client
-Copyright (C) 2021-2022 Sergey Matveev <stargrave@stargrave.org>
+Copyright (C) 2021-2023 Sergey Matveev <stargrave@stargrave.org>
 
 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
index 752204a8e1938a51df5d383f1144dfa7292c8b82..a42743313e954d259dab5a5596c0d219eec56fae 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ucspi/cmd/tlsc -- UCSPI TLS server
-Copyright (C) 2021-2022 Sergey Matveev <stargrave@stargrave.org>
+Copyright (C) 2021-2023 Sergey Matveev <stargrave@stargrave.org>
 
 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 0b1168affec69bb3f0fc91a7cee2f901df06c0fb..6b61da0009ceb486f87b2ca30b787f6c054362de 100644 (file)
--- a/conn.go
+++ b/conn.go
@@ -1,6 +1,6 @@
 /*
 ucspi -- UCSPI-related utilities
-Copyright (C) 2021-2022 Sergey Matveev <stargrave@stargrave.org>
+Copyright (C) 2021-2023 Sergey Matveev <stargrave@stargrave.org>
 
 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 a6df04f37b3c8ba767176c0c316ec6b42dc4b6d0..c01d3f69fec216a0f0b8217d1171a2132c7ef682 100644 (file)
--- a/x509.go
+++ b/x509.go
@@ -1,6 +1,6 @@
 /*
 ucspi -- UCSPI-related utilities
-Copyright (C) 2021-2022 Sergey Matveev <stargrave@stargrave.org>
+Copyright (C) 2021-2023 Sergey Matveev <stargrave@stargrave.org>
 
 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