From: Sergey Matveev Date: Tue, 30 Dec 2025 10:49:43 +0000 (+0300) Subject: Raise copyright years X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;p=tofuproxy.git Raise copyright years --- diff --git a/cmd/certgen/main.go b/cmd/certgen/main.go index d37c341..fa0dbb4 100644 --- a/cmd/certgen/main.go +++ b/cmd/certgen/main.go @@ -1,6 +1,6 @@ // tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU // manager, WARC/geminispace browser -// 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/danechk/main.go b/cmd/danechk/main.go index b528360..acbd468 100644 --- a/cmd/danechk/main.go +++ b/cmd/danechk/main.go @@ -1,6 +1,6 @@ // tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU // manager, WARC/geminispace browser -// 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/tofuproxy/main.go b/cmd/tofuproxy/main.go index f938845..470728c 100644 --- a/cmd/tofuproxy/main.go +++ b/cmd/tofuproxy/main.go @@ -1,6 +1,6 @@ // tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU // manager, WARC/geminispace browser -// 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/ungzip/main.go b/cmd/ungzip/main.go index 91f962f..f191e27 100644 --- a/cmd/ungzip/main.go +++ b/cmd/ungzip/main.go @@ -1,6 +1,6 @@ // tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU // manager, WARC/geminispace browser -// 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/warc-extract/main.go b/cmd/warc-extract/main.go index 3280c13..dae21bf 100644 --- a/cmd/warc-extract/main.go +++ b/cmd/warc-extract/main.go @@ -1,5 +1,5 @@ // warc-extract -- WARC files data extractor -// 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 7fcff64..27f2d7e 100644 --- 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-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/fifos/add.go b/fifos/add.go index e57323d..2a0be18 100644 --- a/fifos/add.go +++ b/fifos/add.go @@ -1,6 +1,6 @@ // tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU // manager, WARC/geminispace browser -// 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/fifos/del.go b/fifos/del.go index 85b15fa..65753f9 100644 --- a/fifos/del.go +++ b/fifos/del.go @@ -1,6 +1,6 @@ // tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU // manager, WARC/geminispace browser -// 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/fifos/list.go b/fifos/list.go index 81da523..e8c97eb 100644 --- a/fifos/list.go +++ b/fifos/list.go @@ -1,6 +1,6 @@ // tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU // manager, WARC/geminispace browser -// 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/fifos/log.go b/fifos/log.go index 1c61a34..3a2d61b 100644 --- a/fifos/log.go +++ b/fifos/log.go @@ -1,6 +1,6 @@ // tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU // manager, WARC/geminispace browser -// 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/fifos/restricted.go b/fifos/restricted.go index 6898924..9e7aab2 100644 --- a/fifos/restricted.go +++ b/fifos/restricted.go @@ -1,6 +1,6 @@ // tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU // manager, WARC/geminispace browser -// 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/fifos/spies.go b/fifos/spies.go index 5e122ea..f8c6e50 100644 --- a/fifos/spies.go +++ b/fifos/spies.go @@ -1,6 +1,6 @@ // tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU // manager, WARC/geminispace browser -// 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/fifos/start.go b/fifos/start.go index 5827436..25f19bc 100644 --- a/fifos/start.go +++ b/fifos/start.go @@ -1,6 +1,6 @@ // tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU // manager, WARC/geminispace browser -// 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/fifos/tls.go b/fifos/tls.go index 8c783c1..f40df59 100644 --- a/fifos/tls.go +++ b/fifos/tls.go @@ -1,6 +1,6 @@ // tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU // manager, WARC/geminispace browser -// 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/fifos/warcs.go b/fifos/warcs.go index 22976f2..8616f1d 100644 --- a/fifos/warcs.go +++ b/fifos/warcs.go @@ -1,6 +1,6 @@ // tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU // manager, WARC/geminispace browser -// 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/httpauth.go b/httpauth.go index 06b1576..e44bbb3 100644 --- a/httpauth.go +++ b/httpauth.go @@ -1,6 +1,6 @@ // tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU // manager, WARC/geminispace browser -// 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/rounds/denyFonts.go b/rounds/denyFonts.go index 87a992a..ba274e0 100644 --- a/rounds/denyFonts.go +++ b/rounds/denyFonts.go @@ -1,6 +1,6 @@ // tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU // manager, WARC/geminispace browser -// 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/rounds/gemini.go b/rounds/gemini.go index 4213876..9416f6a 100644 --- a/rounds/gemini.go +++ b/rounds/gemini.go @@ -1,6 +1,6 @@ // tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU // manager, WARC/geminispace browser -// 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/rounds/habrImage.go b/rounds/habrImage.go index 2761652..64b1e9d 100644 --- a/rounds/habrImage.go +++ b/rounds/habrImage.go @@ -1,6 +1,6 @@ // tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU // manager, WARC/geminispace browser -// 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/rounds/reddit.go b/rounds/reddit.go index 98a2b2d..790e7e2 100644 --- a/rounds/reddit.go +++ b/rounds/reddit.go @@ -1,6 +1,6 @@ // tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU // manager, WARC/geminispace browser -// 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/rounds/redirectHTML.go b/rounds/redirectHTML.go index 429620d..1240d69 100644 --- a/rounds/redirectHTML.go +++ b/rounds/redirectHTML.go @@ -1,6 +1,6 @@ // tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU // manager, WARC/geminispace browser -// 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/rounds/spy.go b/rounds/spy.go index 35c5d0c..3809b68 100644 --- a/rounds/spy.go +++ b/rounds/spy.go @@ -1,6 +1,6 @@ // tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU // manager, WARC/geminispace browser -// 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/rounds/transcodeAVIF.go b/rounds/transcodeAVIF.go index aee5b2a..cd3bb06 100644 --- a/rounds/transcodeAVIF.go +++ b/rounds/transcodeAVIF.go @@ -1,6 +1,6 @@ // tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU // manager, WARC/geminispace browser -// 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/rounds/transcodeJXL.go b/rounds/transcodeJXL.go index 999dec8..3ecd247 100644 --- a/rounds/transcodeJXL.go +++ b/rounds/transcodeJXL.go @@ -1,6 +1,6 @@ // tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU // manager, WARC/geminispace browser -// 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/rounds/transcodeWebP.go b/rounds/transcodeWebP.go index 6977641..39d27b0 100644 --- a/rounds/transcodeWebP.go +++ b/rounds/transcodeWebP.go @@ -1,6 +1,6 @@ // tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU // manager, WARC/geminispace browser -// 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/rounds/warc.go b/rounds/warc.go index 9dc8dfe..13cfad9 100644 --- a/rounds/warc.go +++ b/rounds/warc.go @@ -1,6 +1,6 @@ // tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU // manager, WARC/geminispace browser -// 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/tls.go b/tls.go index f3cbd7a..4a708ba 100644 --- 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-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/tls/dane.go b/tls/dane.go index c99d591..c337ff3 100644 --- a/tls/dane.go +++ b/tls/dane.go @@ -1,6 +1,6 @@ // tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU // manager, WARC/geminispace browser -// 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/tls/dial.go b/tls/dial.go index 9f3b965..ee2faab 100644 --- a/tls/dial.go +++ b/tls/dial.go @@ -1,6 +1,6 @@ // tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU // manager, WARC/geminispace browser -// 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/tls/tlsauth.go b/tls/tlsauth.go index 98780e6..4203c6d 100644 --- a/tls/tlsauth.go +++ b/tls/tlsauth.go @@ -1,6 +1,6 @@ // tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU // manager, WARC/geminispace browser -// 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/tls/verify.go b/tls/verify.go index c861a0f..0587483 100644 --- a/tls/verify.go +++ b/tls/verify.go @@ -1,6 +1,6 @@ // tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU // manager, WARC/geminispace browser -// 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/trip.go b/trip.go index 63c37d2..643f68b 100644 --- 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-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/warc/compressed.go b/warc/compressed.go index cd48d20..37f1105 100644 --- a/warc/compressed.go +++ b/warc/compressed.go @@ -1,6 +1,6 @@ // tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU // manager, WARC/geminispace browser -// 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/warc/gzip.go b/warc/gzip.go index 53db468..5d40e4e 100644 --- a/warc/gzip.go +++ b/warc/gzip.go @@ -1,6 +1,6 @@ // tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU // manager, WARC/geminispace browser -// 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/warc/header.go b/warc/header.go index dfeca61..066248d 100644 --- a/warc/header.go +++ b/warc/header.go @@ -1,6 +1,6 @@ // tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU // manager, WARC/geminispace browser -// 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/warc/open.go b/warc/open.go index a915d48..4f201d9 100644 --- a/warc/open.go +++ b/warc/open.go @@ -1,6 +1,6 @@ // tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU // manager, WARC/geminispace browser -// 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/warc/reader.go b/warc/reader.go index 1bfbe21..39072f3 100644 --- a/warc/reader.go +++ b/warc/reader.go @@ -1,6 +1,6 @@ // tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU // manager, WARC/geminispace browser -// 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/warc/record.go b/warc/record.go index 138f92c..fb14ab9 100644 --- a/warc/record.go +++ b/warc/record.go @@ -1,6 +1,6 @@ // tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU // manager, WARC/geminispace browser -// 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/warc/uncompressed.go b/warc/uncompressed.go index 944ee29..b327955 100644 --- a/warc/uncompressed.go +++ b/warc/uncompressed.go @@ -1,6 +1,6 @@ // tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU // manager, WARC/geminispace browser -// 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/warc/uris.go b/warc/uris.go index 35cce91..6fd130a 100644 --- a/warc/uris.go +++ b/warc/uris.go @@ -1,6 +1,6 @@ // tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU // manager, WARC/geminispace browser -// 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 864c1f3..ca61389 100644 --- 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-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