From: Sergey Matveev Date: Fri, 7 Jan 2022 17:53:38 +0000 (+0300) Subject: Raised copyright years X-Git-Tag: v0.1.0~34 X-Git-Url: http://www.git.stargrave.org/?p=tofuproxy.git;a=commitdiff_plain;h=decb4bfb406665dde1233e9936fee3edfe3e81da Raised copyright years --- diff --git a/cmd/certgen/main.go b/cmd/certgen/main.go index d8f86e1..452b782 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 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/tofuproxy/main.go b/cmd/tofuproxy/main.go index 3cb9636..69f274f 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 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/ungzip/main.go b/cmd/ungzip/main.go index d382e36..066bb6f 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 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/warc-extract/main.go b/cmd/warc-extract/main.go index 0dd56fd..560aefa 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 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/zstd/enzstd.c b/cmd/zstd/enzstd.c index 33f0b8d..f41ff40 100644 --- a/cmd/zstd/enzstd.c +++ b/cmd/zstd/enzstd.c @@ -1,6 +1,6 @@ /* enzstd -- .warc.zst compressor -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/zstd/unzstd.c b/cmd/zstd/unzstd.c index 1ecbbda..b7b3114 100644 --- a/cmd/zstd/unzstd.c +++ b/cmd/zstd/unzstd.c @@ -1,6 +1,6 @@ /* unzstd -- .warc.zst decompressor -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 00c1721..f5f4ef8 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 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/doc/index.texi b/doc/index.texi index 1550461..63c0254 100644 --- a/doc/index.texi +++ b/doc/index.texi @@ -3,7 +3,7 @@ @settitle tofuproxy @copying -Copyright @copyright{} 2021 @email{stargrave@@stargrave.org, Sergey Matveev} +Copyright @copyright{} 2021-2022 @email{stargrave@@stargrave.org, Sergey Matveev} @end copying @node Top diff --git a/fifos/add.go b/fifos/add.go index 14bc088..7cc57d7 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 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/fifos/del.go b/fifos/del.go index 097ddbf..fad9a54 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 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/fifos/list.go b/fifos/list.go index 1a18f58..ab8c58a 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 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/fifos/log.go b/fifos/log.go index c132cb4..d310664 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 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/fifos/spies.go b/fifos/spies.go index 19d3c5e..d92aed4 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 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/fifos/start.go b/fifos/start.go index 87fb617..be77327 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 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/fifos/tls.go b/fifos/tls.go index 285ed3a..a6cc227 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 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/fifos/warcs.go b/fifos/warcs.go index 4f7dcc2..46b6fda 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 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/httpauth.go b/httpauth.go index 819a78c..d62d0fc 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 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/rounds/denyFonts.go b/rounds/denyFonts.go index a460c11..4f51bdb 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 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/rounds/gemini.go b/rounds/gemini.go index 3c84914..f5fc5a3 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 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/rounds/habrImage.go b/rounds/habrImage.go index 778fe76..f8fb3d3 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 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/rounds/noHead.go b/rounds/noHead.go index 8116358..3bc27d6 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 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/rounds/reddit.go b/rounds/reddit.go index b82e363..9e4ed43 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 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/rounds/redirectHTML.go b/rounds/redirectHTML.go index 5e507ca..a5d4bd7 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 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/rounds/spy.go b/rounds/spy.go index 5b6cec8..f7d001f 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 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/rounds/transcodeAVIF.go b/rounds/transcodeAVIF.go index 921587d..64c1c2a 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 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/rounds/transcodeJXL.go b/rounds/transcodeJXL.go index 07b4076..f88eab3 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 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/rounds/transcodeWebP.go b/rounds/transcodeWebP.go index a3682ab..fa0af4f 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 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/rounds/warc.go b/rounds/warc.go index 16dee3c..d0e0e82 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 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/tls.go b/tls.go index 4a4de46..05d21db 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 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/tls/dane.go b/tls/dane.go index ac05a0c..5d017ec 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 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/tls/dial.go b/tls/dial.go index fe9ea75..f2286d7 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 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/tls/tlsauth.go b/tls/tlsauth.go index 71b30cd..c93eb3d 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 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/tls/verify.go b/tls/verify.go index 5857b84..0f21ce9 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 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/trip.go b/trip.go index 73807a7..1b9a845 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 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/warc/compressed.go b/warc/compressed.go index db37207..b4adc7d 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 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/warc/gzip.go b/warc/gzip.go index de1a863..530ebb7 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 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/warc/header.go b/warc/header.go index 8511133..65a1fab 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 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/warc/open.go b/warc/open.go index ade3079..83e221d 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 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/warc/reader.go b/warc/reader.go index 9e0c3d7..5ff6218 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 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/warc/record.go b/warc/record.go index 0398508..d755ace 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 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/warc/uncompressed.go b/warc/uncompressed.go index 9b54f33..f42a270 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 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/warc/uris.go b/warc/uris.go index ea1ed31..d5f5139 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 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 96848cc..2297c98 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 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