]> Sergey Matveev's repositories - tofuproxy.git/commitdiff
Raise copyright years
authorSergey Matveev <stargrave@stargrave.org>
Thu, 26 Dec 2024 09:32:55 +0000 (12:32 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Thu, 26 Dec 2024 09:32:59 +0000 (12:32 +0300)
41 files changed:
cmd/certgen/main.go
cmd/danechk/main.go
cmd/tofuproxy/main.go
cmd/ungzip/main.go
cmd/warc-extract/main.go
conn.go
fifos/add.go
fifos/del.go
fifos/list.go
fifos/log.go
fifos/restricted.go
fifos/spies.go
fifos/start.go
fifos/tls.go
fifos/warcs.go
httpauth.go
rounds/denyFonts.go
rounds/gemini.go
rounds/habrImage.go
rounds/reddit.go
rounds/redirectHTML.go
rounds/spy.go
rounds/transcodeAVIF.go
rounds/transcodeJXL.go
rounds/transcodeWebP.go
rounds/warc.go
tls.go
tls/dane.go
tls/dial.go
tls/tlsauth.go
tls/verify.go
trip.go
warc/compressed.go
warc/gzip.go
warc/header.go
warc/open.go
warc/reader.go
warc/record.go
warc/uncompressed.go
warc/uris.go
x509.go

index 5e66a5957971212eb5697f2041c4f64a882b5d98..870c218bd3bf26f2c264d9f476d3820a6564b751 100644 (file)
@@ -1,6 +1,6 @@
 // tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU
 //              manager, WARC/geminispace browser
-// Copyright (C) 2021-2024 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2021-2025 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 cdf64196f5d550f17e4673a5fa44e5e7ab2aa353..b528360d5aab2c9dbf8c1b7f9e488b1c0e1abb41 100644 (file)
@@ -1,6 +1,6 @@
 // tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU
 //              manager, WARC/geminispace browser
-// Copyright (C) 2021-2024 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2021-2025 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 8bf62ff26b53b1d09dee7733da5d3d5cbdd620f6..f93884511999a32e41124447ede92d9c27fca20f 100644 (file)
@@ -1,6 +1,6 @@
 // tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU
 //              manager, WARC/geminispace browser
-// Copyright (C) 2021-2024 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2021-2025 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 064ddc304d94855fdc345d758c8e4df0a66a5a95..91f962f57abae762d3de591e0cb0319bfe47e052 100644 (file)
@@ -1,6 +1,6 @@
 // tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU
 //              manager, WARC/geminispace browser
-// Copyright (C) 2021-2024 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2021-2025 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 c9d2a3676b9c21938a6e1b4861c30da5eb66ce09..3280c1331e22e5e68d3f5b27d9160185322fe14f 100644 (file)
@@ -1,5 +1,5 @@
 // warc-extract -- WARC files data extractor
-// Copyright (C) 2021-2024 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2021-2025 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 9e9ce1c5c70a39a2ff2f4cef2508020e7e4538e7..7fcff649c6bbefd5eea7a2ab3a5ae9d921f48b3d 100644 (file)
--- a/conn.go
+++ b/conn.go
@@ -1,6 +1,6 @@
 // tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU
 //              manager, WARC/geminispace browser
-// Copyright (C) 2021-2024 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2021-2025 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 bf573d089efc286e923ba0577bb5eaa873c8d5ee..e57323da8071b69a32f20ab1ac5324002b394a9f 100644 (file)
@@ -1,6 +1,6 @@
 // tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU
 //              manager, WARC/geminispace browser
-// Copyright (C) 2021-2024 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2021-2025 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 d8806585d9f91989e946b06c09836c8edb64a39c..85b15fadc49673691efae158eee737ab01ba672a 100644 (file)
@@ -1,6 +1,6 @@
 // tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU
 //              manager, WARC/geminispace browser
-// Copyright (C) 2021-2024 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2021-2025 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 13388f8cba7462bd9d8d625a78a998f18561c42d..81da523fd6fa06e63d2c8b9fb4aa2f0d086f0b36 100644 (file)
@@ -1,6 +1,6 @@
 // tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU
 //              manager, WARC/geminispace browser
-// Copyright (C) 2021-2024 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2021-2025 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 0ff8d8c67d7267a853800130b9c8737dfc1df868..1c61a34a14442a048a7db8c55df54e84dc0e622f 100644 (file)
@@ -1,6 +1,6 @@
 // tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU
 //              manager, WARC/geminispace browser
-// Copyright (C) 2021-2024 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2021-2025 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 de6a7f4e1e4b29ce1e58a3c93504c90ccf37b8e5..68989244c530b9a78e198f0afec1c9f8589c0714 100644 (file)
@@ -1,6 +1,6 @@
 // tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU
 //              manager, WARC/geminispace browser
-// Copyright (C) 2021-2024 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2021-2025 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 51dc6542b52bc1754bfcc19bb688a90fe8c808db..5e122ead5a11dbaa0055d2a480e0d7daa221f5bf 100644 (file)
@@ -1,6 +1,6 @@
 // tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU
 //              manager, WARC/geminispace browser
-// Copyright (C) 2021-2024 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2021-2025 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 c904a91b3fc927da0e46c458148aacc793dace28..582743684612e45136b7e589e60056c32c32074e 100644 (file)
@@ -1,6 +1,6 @@
 // tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU
 //              manager, WARC/geminispace browser
-// Copyright (C) 2021-2024 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2021-2025 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 056f28c47a7c2a90c06fb0c04fb3c95701be5c31..8c783c1d9ca60d8690e517b6e5f211edf2b25f0b 100644 (file)
@@ -1,6 +1,6 @@
 // tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU
 //              manager, WARC/geminispace browser
-// Copyright (C) 2021-2024 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2021-2025 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 ba99b9fa2e6fb1dd6fd690906c4f34fbd7629170..22976f2f42b79079319accaeed4fe626724a3be7 100644 (file)
@@ -1,6 +1,6 @@
 // tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU
 //              manager, WARC/geminispace browser
-// Copyright (C) 2021-2024 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2021-2025 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 df1cf858f2e639e73ab39d7fd7599db40b49b037..06b1576d182f73704dbcd0a71a5a2a44920ab65e 100644 (file)
@@ -1,6 +1,6 @@
 // tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU
 //              manager, WARC/geminispace browser
-// Copyright (C) 2021-2024 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2021-2025 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 86abd6470b562588a54816638ae242e615830fa6..87a992acf9f1464dfac36a5b4520ad687a5fca2f 100644 (file)
@@ -1,6 +1,6 @@
 // tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU
 //              manager, WARC/geminispace browser
-// Copyright (C) 2021-2024 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2021-2025 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 2b480ed5a730695dbdd9fe494fd12540dd0a503c..71dd96cbbcfb95024d53e68f29b26a4a70019570 100644 (file)
@@ -1,6 +1,6 @@
 // tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU
 //              manager, WARC/geminispace browser
-// Copyright (C) 2021-2024 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2021-2025 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 8f44d47ee33b15c445d8488003b1348b78bec5a9..27616522019ac2f52a8ec6c58bfd85b7cb0f92ff 100644 (file)
@@ -1,6 +1,6 @@
 // tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU
 //              manager, WARC/geminispace browser
-// Copyright (C) 2021-2024 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2021-2025 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 a313b7bb297282e77f30d3de24e81ad5f0e46e0b..98a2b2d528734748006ab57b20255182b26a62f3 100644 (file)
@@ -1,6 +1,6 @@
 // tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU
 //              manager, WARC/geminispace browser
-// Copyright (C) 2021-2024 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2021-2025 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 93e9d490a2498cf8affcb75010637080e9bad498..429620d30ec7a8dfd580a1af8fbfc4a40348f014 100644 (file)
@@ -1,6 +1,6 @@
 // tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU
 //              manager, WARC/geminispace browser
-// Copyright (C) 2021-2024 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2021-2025 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 73f44f520b8f684066f9c936ed2e9cc450b43841..35c5d0cd84ee36e4ce8b85b728d9be3553543446 100644 (file)
@@ -1,6 +1,6 @@
 // tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU
 //              manager, WARC/geminispace browser
-// Copyright (C) 2021-2024 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2021-2025 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 8308adc8bda9cd30ab3074ff88027468d3ac3a88..aee5b2a7775d24251af80a0b8b30a45a1a1468eb 100644 (file)
@@ -1,6 +1,6 @@
 // tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU
 //              manager, WARC/geminispace browser
-// Copyright (C) 2021-2024 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2021-2025 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 122f8618c649e2f9f1561815851c89df825891d3..999dec866cecbf75587a157f3a9ac860d93c8645 100644 (file)
@@ -1,6 +1,6 @@
 // tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU
 //              manager, WARC/geminispace browser
-// Copyright (C) 2021-2024 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2021-2025 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 9915d85e703377e90b7fde67aae0a01fee8a3458..6977641607fdce4856071ab4cd76cb50f9da5224 100644 (file)
@@ -1,6 +1,6 @@
 // tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU
 //              manager, WARC/geminispace browser
-// Copyright (C) 2021-2024 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2021-2025 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 19c745d27bd562659af37d106ff10cfb80a8aa29..9dc8dfe0c0b30e141f8d29206031f02718adeb46 100644 (file)
@@ -1,6 +1,6 @@
 // tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU
 //              manager, WARC/geminispace browser
-// Copyright (C) 2021-2024 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2021-2025 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/tls.go b/tls.go
index 889dba7de3b5d141988f0e8801baa80745fa96fd..f3cbd7a3a4061de363d678198b6e230b0ad83b72 100644 (file)
--- a/tls.go
+++ b/tls.go
@@ -1,6 +1,6 @@
 // tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU
 //              manager, WARC/geminispace browser
-// Copyright (C) 2021-2024 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2021-2025 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 55ae326ef6e1d04f5d90060bce0ddeabac5323d2..c99d591c5a59536ede62bb142dbaa1887ee96789 100644 (file)
@@ -1,6 +1,6 @@
 // tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU
 //              manager, WARC/geminispace browser
-// Copyright (C) 2021-2024 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2021-2025 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 35f43a9ebe152d808b83197bdbadc7253f6c04f3..9f3b965cb781f76e4c90af72f3e2010f91527ad4 100644 (file)
@@ -1,6 +1,6 @@
 // tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU
 //              manager, WARC/geminispace browser
-// Copyright (C) 2021-2024 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2021-2025 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 62763b90c59bb3db646b449e7b2c3ff164f71069..98780e66f48e6e51bd131cb1378404bb7515d819 100644 (file)
@@ -1,6 +1,6 @@
 // tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU
 //              manager, WARC/geminispace browser
-// Copyright (C) 2021-2024 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2021-2025 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 cbd89be83792de78aba6e56a625bfcc7c7eea603..c861a0fee209fb0cf2fa86c3c31e243b7f3e9667 100644 (file)
@@ -1,6 +1,6 @@
 // tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU
 //              manager, WARC/geminispace browser
-// Copyright (C) 2021-2024 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2021-2025 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/trip.go b/trip.go
index 0e179a5b00aabdfd70b97d8d956f6ffbfd41a5c4..63c37d2039fa76795914d2fff8d7d97f4f1ce69b 100644 (file)
--- a/trip.go
+++ b/trip.go
@@ -1,6 +1,6 @@
 // tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU
 //              manager, WARC/geminispace browser
-// Copyright (C) 2021-2024 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2021-2025 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 c0852270bd7a38f14f3e53061648cb22b1622df8..cd48d207e8c50e54b65cbeb820b74fe2dc08476d 100644 (file)
@@ -1,6 +1,6 @@
 // tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU
 //              manager, WARC/geminispace browser
-// Copyright (C) 2021-2024 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2021-2025 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 6a675eed1da4d68a4e04c998c9546e0fe399ae00..53db46889b94ebc0d2bead13865b7ed69c382dd9 100644 (file)
@@ -1,6 +1,6 @@
 // tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU
 //              manager, WARC/geminispace browser
-// Copyright (C) 2021-2024 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2021-2025 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 e5ce877bd09b42a3c8e2a68490ef861698df1ba9..dfeca61f7322dc235af2836f19ab03b482851cce 100644 (file)
@@ -1,6 +1,6 @@
 // tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU
 //              manager, WARC/geminispace browser
-// Copyright (C) 2021-2024 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2021-2025 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 c619bc3375f8fd61f9dbea71f66f1baf70a88f2a..a915d481cb76b0b1feb85bf06bb5177d29167a28 100644 (file)
@@ -1,6 +1,6 @@
 // tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU
 //              manager, WARC/geminispace browser
-// Copyright (C) 2021-2024 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2021-2025 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 6d0993cf378463e862171c83c877304b03e44b21..b5696687e58fc761993555d7d54aedffe58c7751 100644 (file)
@@ -1,6 +1,6 @@
 // tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU
 //              manager, WARC/geminispace browser
-// Copyright (C) 2021-2024 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2021-2025 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 de3015185f718af02ce15ee6b8b3166a2e1e1b90..138f92cab6800442d974c3a2ec37868e7c6bb492 100644 (file)
@@ -1,6 +1,6 @@
 // tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU
 //              manager, WARC/geminispace browser
-// Copyright (C) 2021-2024 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2021-2025 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 c178455a70fb6fb32707d51c4d3cdd2f2b88a6b2..944ee29a22ffd805ef0034d93c5efbb265320922 100644 (file)
@@ -1,6 +1,6 @@
 // tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU
 //              manager, WARC/geminispace browser
-// Copyright (C) 2021-2024 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2021-2025 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 37644ac218e9d6c3db02a83be5e943c183c3d371..35cce917e43beb58e3c6be73543dfcb6bf5c849e 100644 (file)
@@ -1,6 +1,6 @@
 // tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU
 //              manager, WARC/geminispace browser
-// Copyright (C) 2021-2024 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2021-2025 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 780c26cdb345381ff4ba7d68b98ccfb56e747285..864c1f356ea047a0652ceb087d206aeb0aa699b7 100644 (file)
--- a/x509.go
+++ b/x509.go
@@ -1,6 +1,6 @@
 // tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU
 //              manager, WARC/geminispace browser
-// Copyright (C) 2021-2024 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2021-2025 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