From 29146b48a23355805345a7b7a656809cf624bb85 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Tue, 27 Dec 2022 17:12:22 +0300 Subject: [PATCH] Raise copyright years --- cmd/certgen/main.go | 2 +- cmd/danechk/main.go | 2 +- cmd/tofuproxy/main.go | 2 +- cmd/ungzip/main.go | 2 +- cmd/warc-extract/main.go | 2 +- conn.go | 2 +- fifos/add.go | 2 +- fifos/del.go | 2 +- fifos/list.go | 2 +- fifos/log.go | 2 +- fifos/spies.go | 2 +- fifos/start.go | 2 +- fifos/tls.go | 2 +- fifos/warcs.go | 2 +- httpauth.go | 2 +- rounds/denyFonts.go | 2 +- rounds/gemini.go | 2 +- rounds/habrImage.go | 2 +- rounds/noHead.go | 2 +- rounds/reddit.go | 2 +- rounds/redirectHTML.go | 2 +- rounds/spy.go | 2 +- rounds/transcodeAVIF.go | 2 +- rounds/transcodeJXL.go | 2 +- rounds/transcodeWebP.go | 2 +- rounds/warc.go | 2 +- tls.go | 2 +- tls/dane.go | 2 +- tls/dial.go | 2 +- tls/tlsauth.go | 2 +- tls/verify.go | 2 +- trip.go | 2 +- warc/compressed.go | 2 +- warc/gzip.go | 2 +- warc/header.go | 2 +- warc/open.go | 2 +- warc/reader.go | 2 +- warc/record.go | 2 +- warc/uncompressed.go | 2 +- warc/uris.go | 2 +- x509.go | 2 +- 41 files changed, 41 insertions(+), 41 deletions(-) diff --git a/cmd/certgen/main.go b/cmd/certgen/main.go index 452b782..fda7232 100644 --- a/cmd/certgen/main.go +++ b/cmd/certgen/main.go @@ -1,7 +1,7 @@ /* tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU manager, WARC/geminispace browser -Copyright (C) 2021-2022 Sergey Matveev +Copyright (C) 2021-2023 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 1e837d1..66bce40 100644 --- a/cmd/danechk/main.go +++ b/cmd/danechk/main.go @@ -1,7 +1,7 @@ /* tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU manager, WARC/geminispace browser -Copyright (C) 2021-2022 Sergey Matveev +Copyright (C) 2021-2023 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 69f274f..5d40e49 100644 --- a/cmd/tofuproxy/main.go +++ b/cmd/tofuproxy/main.go @@ -1,7 +1,7 @@ /* tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU manager, WARC/geminispace browser -Copyright (C) 2021-2022 Sergey Matveev +Copyright (C) 2021-2023 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 066bb6f..135add6 100644 --- a/cmd/ungzip/main.go +++ b/cmd/ungzip/main.go @@ -1,7 +1,7 @@ /* tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU manager, WARC/geminispace browser -Copyright (C) 2021-2022 Sergey Matveev +Copyright (C) 2021-2023 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 9ebc641..7389e06 100644 --- a/cmd/warc-extract/main.go +++ b/cmd/warc-extract/main.go @@ -1,6 +1,6 @@ /* warc-extract -- WARC files data extractor -Copyright (C) 2021-2022 Sergey Matveev +Copyright (C) 2021-2023 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 f5f4ef8..e18282e 100644 --- a/conn.go +++ b/conn.go @@ -1,7 +1,7 @@ /* tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU manager, WARC/geminispace browser -Copyright (C) 2021-2022 Sergey Matveev +Copyright (C) 2021-2023 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 7cc57d7..7a0f612 100644 --- a/fifos/add.go +++ b/fifos/add.go @@ -1,7 +1,7 @@ /* tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU manager, WARC/geminispace browser -Copyright (C) 2021-2022 Sergey Matveev +Copyright (C) 2021-2023 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 fad9a54..7a8a753 100644 --- a/fifos/del.go +++ b/fifos/del.go @@ -1,7 +1,7 @@ /* tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU manager, WARC/geminispace browser -Copyright (C) 2021-2022 Sergey Matveev +Copyright (C) 2021-2023 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 ab8c58a..ff07708 100644 --- a/fifos/list.go +++ b/fifos/list.go @@ -1,7 +1,7 @@ /* tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU manager, WARC/geminispace browser -Copyright (C) 2021-2022 Sergey Matveev +Copyright (C) 2021-2023 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 d310664..44156ed 100644 --- a/fifos/log.go +++ b/fifos/log.go @@ -1,7 +1,7 @@ /* tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU manager, WARC/geminispace browser -Copyright (C) 2021-2022 Sergey Matveev +Copyright (C) 2021-2023 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 d92aed4..29a1535 100644 --- a/fifos/spies.go +++ b/fifos/spies.go @@ -1,7 +1,7 @@ /* tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU manager, WARC/geminispace browser -Copyright (C) 2021-2022 Sergey Matveev +Copyright (C) 2021-2023 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 be77327..14acead 100644 --- a/fifos/start.go +++ b/fifos/start.go @@ -1,7 +1,7 @@ /* tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU manager, WARC/geminispace browser -Copyright (C) 2021-2022 Sergey Matveev +Copyright (C) 2021-2023 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 a6cc227..e0da652 100644 --- a/fifos/tls.go +++ b/fifos/tls.go @@ -1,7 +1,7 @@ /* tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU manager, WARC/geminispace browser -Copyright (C) 2021-2022 Sergey Matveev +Copyright (C) 2021-2023 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 7e10c93..d9c899f 100644 --- a/fifos/warcs.go +++ b/fifos/warcs.go @@ -1,7 +1,7 @@ /* tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU manager, WARC/geminispace browser -Copyright (C) 2021-2022 Sergey Matveev +Copyright (C) 2021-2023 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 ca708b0..9408d98 100644 --- a/httpauth.go +++ b/httpauth.go @@ -1,7 +1,7 @@ /* tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU manager, WARC/geminispace browser -Copyright (C) 2021-2022 Sergey Matveev +Copyright (C) 2021-2023 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 4f51bdb..a0fa0bd 100644 --- a/rounds/denyFonts.go +++ b/rounds/denyFonts.go @@ -1,7 +1,7 @@ /* tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU manager, WARC/geminispace browser -Copyright (C) 2021-2022 Sergey Matveev +Copyright (C) 2021-2023 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 f5fc5a3..5c831d4 100644 --- a/rounds/gemini.go +++ b/rounds/gemini.go @@ -1,7 +1,7 @@ /* tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU manager, WARC/geminispace browser -Copyright (C) 2021-2022 Sergey Matveev +Copyright (C) 2021-2023 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 7129887..2770a69 100644 --- a/rounds/habrImage.go +++ b/rounds/habrImage.go @@ -1,7 +1,7 @@ /* tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU manager, WARC/geminispace browser -Copyright (C) 2021-2022 Sergey Matveev +Copyright (C) 2021-2023 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/noHead.go b/rounds/noHead.go index 3bc27d6..ce0d103 100644 --- a/rounds/noHead.go +++ b/rounds/noHead.go @@ -1,7 +1,7 @@ /* tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU manager, WARC/geminispace browser -Copyright (C) 2021-2022 Sergey Matveev +Copyright (C) 2021-2023 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 9e4ed43..314299d 100644 --- a/rounds/reddit.go +++ b/rounds/reddit.go @@ -1,7 +1,7 @@ /* tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU manager, WARC/geminispace browser -Copyright (C) 2021-2022 Sergey Matveev +Copyright (C) 2021-2023 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 e20f7b2..abc657e 100644 --- a/rounds/redirectHTML.go +++ b/rounds/redirectHTML.go @@ -1,7 +1,7 @@ /* tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU manager, WARC/geminispace browser -Copyright (C) 2021-2022 Sergey Matveev +Copyright (C) 2021-2023 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 f7d001f..ee785cc 100644 --- a/rounds/spy.go +++ b/rounds/spy.go @@ -1,7 +1,7 @@ /* tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU manager, WARC/geminispace browser -Copyright (C) 2021-2022 Sergey Matveev +Copyright (C) 2021-2023 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 64c1c2a..d28600b 100644 --- a/rounds/transcodeAVIF.go +++ b/rounds/transcodeAVIF.go @@ -1,7 +1,7 @@ /* tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU manager, WARC/geminispace browser -Copyright (C) 2021-2022 Sergey Matveev +Copyright (C) 2021-2023 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 e057467..7c2da99 100644 --- a/rounds/transcodeJXL.go +++ b/rounds/transcodeJXL.go @@ -1,7 +1,7 @@ /* tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU manager, WARC/geminispace browser -Copyright (C) 2021-2022 Sergey Matveev +Copyright (C) 2021-2023 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 53654ef..95b409a 100644 --- a/rounds/transcodeWebP.go +++ b/rounds/transcodeWebP.go @@ -1,7 +1,7 @@ /* tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU manager, WARC/geminispace browser -Copyright (C) 2021-2022 Sergey Matveev +Copyright (C) 2021-2023 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 d0e0e82..81f5e44 100644 --- a/rounds/warc.go +++ b/rounds/warc.go @@ -1,7 +1,7 @@ /* tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU manager, WARC/geminispace browser -Copyright (C) 2021-2022 Sergey Matveev +Copyright (C) 2021-2023 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 0fb4ae1..b86f4bf 100644 --- a/tls.go +++ b/tls.go @@ -1,7 +1,7 @@ /* tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU manager, WARC/geminispace browser -Copyright (C) 2021-2022 Sergey Matveev +Copyright (C) 2021-2023 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 b970cc2..f2db783 100644 --- a/tls/dane.go +++ b/tls/dane.go @@ -1,7 +1,7 @@ /* tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU manager, WARC/geminispace browser -Copyright (C) 2021-2022 Sergey Matveev +Copyright (C) 2021-2023 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 2b61dac..2f1c8b6 100644 --- a/tls/dial.go +++ b/tls/dial.go @@ -1,7 +1,7 @@ /* tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU manager, WARC/geminispace browser -Copyright (C) 2021-2022 Sergey Matveev +Copyright (C) 2021-2023 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 131dff2..cb8fe98 100644 --- a/tls/tlsauth.go +++ b/tls/tlsauth.go @@ -1,7 +1,7 @@ /* tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU manager, WARC/geminispace browser -Copyright (C) 2021-2022 Sergey Matveev +Copyright (C) 2021-2023 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 ea789e4..7bff1c1 100644 --- a/tls/verify.go +++ b/tls/verify.go @@ -1,7 +1,7 @@ /* tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU manager, WARC/geminispace browser -Copyright (C) 2021-2022 Sergey Matveev +Copyright (C) 2021-2023 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 1b9a845..975776b 100644 --- a/trip.go +++ b/trip.go @@ -1,7 +1,7 @@ /* tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU manager, WARC/geminispace browser -Copyright (C) 2021-2022 Sergey Matveev +Copyright (C) 2021-2023 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 b4adc7d..1cfe1aa 100644 --- a/warc/compressed.go +++ b/warc/compressed.go @@ -1,7 +1,7 @@ /* tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU manager, WARC/geminispace browser -Copyright (C) 2021-2022 Sergey Matveev +Copyright (C) 2021-2023 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 530ebb7..609d7c5 100644 --- a/warc/gzip.go +++ b/warc/gzip.go @@ -1,7 +1,7 @@ /* tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU manager, WARC/geminispace browser -Copyright (C) 2021-2022 Sergey Matveev +Copyright (C) 2021-2023 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 65a1fab..388bf09 100644 --- a/warc/header.go +++ b/warc/header.go @@ -1,7 +1,7 @@ /* tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU manager, WARC/geminispace browser -Copyright (C) 2021-2022 Sergey Matveev +Copyright (C) 2021-2023 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 83e221d..9be02f7 100644 --- a/warc/open.go +++ b/warc/open.go @@ -1,7 +1,7 @@ /* tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU manager, WARC/geminispace browser -Copyright (C) 2021-2022 Sergey Matveev +Copyright (C) 2021-2023 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 5ff6218..6e4aa65 100644 --- a/warc/reader.go +++ b/warc/reader.go @@ -1,7 +1,7 @@ /* tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU manager, WARC/geminispace browser -Copyright (C) 2021-2022 Sergey Matveev +Copyright (C) 2021-2023 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 c5823fc..e5dc633 100644 --- a/warc/record.go +++ b/warc/record.go @@ -1,7 +1,7 @@ /* tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU manager, WARC/geminispace browser -Copyright (C) 2021-2022 Sergey Matveev +Copyright (C) 2021-2023 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 f42a270..c314b10 100644 --- a/warc/uncompressed.go +++ b/warc/uncompressed.go @@ -1,7 +1,7 @@ /* tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU manager, WARC/geminispace browser -Copyright (C) 2021-2022 Sergey Matveev +Copyright (C) 2021-2023 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 03f5678..36ff15f 100644 --- a/warc/uris.go +++ b/warc/uris.go @@ -1,7 +1,7 @@ /* tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU manager, WARC/geminispace browser -Copyright (C) 2021-2022 Sergey Matveev +Copyright (C) 2021-2023 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 2297c98..6c39232 100644 --- a/x509.go +++ b/x509.go @@ -1,7 +1,7 @@ /* tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU manager, WARC/geminispace browser -Copyright (C) 2021-2022 Sergey Matveev +Copyright (C) 2021-2023 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 -- 2.44.0