From af0b0fb7a454470a32c452119d0392e0dedb3fe1 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 1 Jan 2021 05:13:18 +0000 Subject: update copyrights for 2021 Using "make update-copyrights" after setting GNULIB_PATH in my config.mak --- t/address.t | 2 +- t/admin.t | 2 +- t/altid.t | 2 +- t/altid_v2.t | 2 +- t/cgi.t | 2 +- t/check-www-inbox.perl | 2 +- t/config.t | 2 +- t/config_limiter.t | 2 +- t/content_hash.t | 2 +- t/convert-compact.t | 2 +- t/data/message_embed.eml | 2 +- t/dir_idle.t | 2 +- t/ds-kqxs.t | 2 +- t/ds-leak.t | 2 +- t/ds-poll.t | 2 +- t/edit.t | 2 +- t/emergency.t | 2 +- t/eml.t | 2 +- t/eml_content_disposition.t | 2 +- t/eml_content_type.t | 2 +- t/extsearch.t | 2 +- t/fake_inotify.t | 2 +- t/feed.t | 2 +- t/filter_base.t | 2 +- t/filter_mirror.t | 2 +- t/filter_rubylang.t | 2 +- t/filter_subjecttag.t | 2 +- t/filter_vger.t | 2 +- t/gcf2.t | 2 +- t/gcf2_client.t | 2 +- t/git-http-backend.psgi | 2 +- t/git.t | 2 +- t/gzip_filter.t | 2 +- t/hl_mod.t | 2 +- t/html_index.t | 2 +- t/httpd-corner.psgi | 2 +- t/httpd-corner.t | 2 +- t/httpd-https.t | 2 +- t/httpd-unix.t | 2 +- t/httpd.t | 2 +- t/hval.t | 2 +- t/idx_stack.t | 2 +- t/imap.t | 2 +- t/imap_searchqp.t | 2 +- t/imap_tracker.t | 2 +- t/imapd-tls.t | 2 +- t/imapd.t | 2 +- t/import.t | 2 +- t/inbox.t | 2 +- t/inbox_idle.t | 2 +- t/index-git-times.t | 2 +- t/indexlevels-mirror-v1.t | 2 +- t/indexlevels-mirror.t | 2 +- t/init.t | 2 +- t/ipc.t | 2 +- t/kqnotify.t | 2 +- t/lei-oneshot.t | 2 +- t/lei.t | 2 +- t/lei_dedupe.t | 2 +- t/lei_store.t | 2 +- t/lei_to_mail.t | 2 +- t/lei_xsearch.t | 2 +- t/linkify.t | 2 +- t/mbox_reader.t | 2 +- t/mda.t | 2 +- t/mda_filter_rubylang.t | 2 +- t/mid.t | 2 +- t/mime.t | 2 +- t/miscsearch.t | 2 +- t/msg_iter.t | 2 +- t/msgmap.t | 2 +- t/msgtime.t | 2 +- t/multi-mid.t | 2 +- t/nntp.t | 2 +- t/nntpd-tls.t | 2 +- t/nntpd-v2.t | 2 +- t/nntpd.t | 2 +- t/nodatacow.t | 2 +- t/nulsubject.t | 2 +- t/over.t | 2 +- t/plack.t | 2 +- t/precheck.t | 2 +- t/psgi_attach.t | 2 +- t/psgi_bad_mids.t | 2 +- t/psgi_mount.t | 2 +- t/psgi_multipart_not.t | 2 +- t/psgi_scan_all.t | 2 +- t/psgi_search.t | 2 +- t/psgi_text.t | 2 +- t/psgi_v2.t | 2 +- t/purge.t | 2 +- t/qspawn.t | 2 +- t/replace.t | 2 +- t/reply.t | 2 +- t/run.perl | 2 +- t/search-thr-index.t | 2 +- t/search.t | 2 +- t/shared_kv.t | 2 +- t/sigfd.t | 2 +- t/solver_git.t | 2 +- t/spamcheck_spamc.t | 2 +- t/spawn.t | 2 +- t/thread-cycle.t | 2 +- t/thread-index-gap.t | 2 +- t/time.t | 2 +- t/uri_imap.t | 2 +- t/v1-add-remove-add.t | 2 +- t/v1reindex.t | 2 +- t/v2-add-remove-add.t | 2 +- t/v2dupindex.t | 2 +- t/v2mda.t | 2 +- t/v2mirror.t | 2 +- t/v2reindex.t | 2 +- t/v2writable.t | 2 +- t/view.t | 2 +- t/watch_filter_rubylang.t | 2 +- t/watch_imap.t | 2 +- t/watch_maildir.t | 2 +- t/watch_maildir_v2.t | 2 +- t/watch_multiple_headers.t | 2 +- t/watch_nntp.t | 2 +- t/www_altid.t | 2 +- t/www_listing.t | 2 +- t/www_static.t | 2 +- t/xcpdb-reshard.t | 2 +- 125 files changed, 125 insertions(+), 125 deletions(-) (limited to 't') diff --git a/t/address.t b/t/address.t index 6f4bff6c..0adcf46d 100644 --- a/t/address.t +++ b/t/address.t @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2020 all contributors +# Copyright (C) 2016-2021 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/admin.t b/t/admin.t index 60c6037d..fbfcd6d3 100644 --- a/t/admin.t +++ b/t/admin.t @@ -1,4 +1,4 @@ -# Copyright (C) 2019-2020 all contributors +# Copyright (C) 2019-2021 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/altid.t b/t/altid.t index 816f5f5b..0e9da07e 100644 --- a/t/altid.t +++ b/t/altid.t @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2020 all contributors +# Copyright (C) 2016-2021 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/altid_v2.t b/t/altid_v2.t index f04b547b..c6295b2f 100644 --- a/t/altid_v2.t +++ b/t/altid_v2.t @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2020 all contributors +# Copyright (C) 2016-2021 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/cgi.t b/t/cgi.t index 96c627c3..3818b991 100644 --- a/t/cgi.t +++ b/t/cgi.t @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2020 all contributors +# Copyright (C) 2014-2021 all contributors # License: AGPL-3.0+ # FIXME: this test is too slow and most non-CGI-requirements # should be moved over to things which use test_psgi diff --git a/t/check-www-inbox.perl b/t/check-www-inbox.perl index dc463ea8..eee8adc2 100644 --- a/t/check-www-inbox.perl +++ b/t/check-www-inbox.perl @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# Copyright (C) 2016-2020 all contributors +# Copyright (C) 2016-2021 all contributors # License: AGPL-3.0+ # Parallel WWW checker my $usage = "$0 [-j JOBS] [-s SLOW_THRESHOLD] URL_OF_INBOX\n"; diff --git a/t/config.t b/t/config.t index 7fb44acc..fe684106 100644 --- a/t/config.t +++ b/t/config.t @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2020 all contributors +# Copyright (C) 2014-2021 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/config_limiter.t b/t/config_limiter.t index 0da8903d..8c83aca8 100644 --- a/t/config_limiter.t +++ b/t/config_limiter.t @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2020 all contributors +# Copyright (C) 2016-2021 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/content_hash.t b/t/content_hash.t index 646aab07..3f02b1b3 100644 --- a/t/content_hash.t +++ b/t/content_hash.t @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2020 all contributors +# Copyright (C) 2018-2021 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/convert-compact.t b/t/convert-compact.t index fe8a7ec2..cdb9e3f5 100644 --- a/t/convert-compact.t +++ b/t/convert-compact.t @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2020 all contributors +# Copyright (C) 2018-2021 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/data/message_embed.eml b/t/data/message_embed.eml index a7aa88ac..95758084 100644 --- a/t/data/message_embed.eml +++ b/t/data/message_embed.eml @@ -63,7 +63,7 @@ index 00000000..166baf91 --- /dev/null +++ b/lib/PublicInbox/MailHeader.pm @@ -0,0 +1,55 @@ -+# Copyright (C) 2020 all contributors ++# Copyright (C) 2020-2021 all contributors +# License: AGPL-3.0+ +package PublicInbox::MailHeader; +use strict; diff --git a/t/dir_idle.t b/t/dir_idle.t index 587599e8..d62eb5a2 100644 --- a/t/dir_idle.t +++ b/t/dir_idle.t @@ -1,5 +1,5 @@ #!perl -w -# Copyright (C) 2020 all contributors +# Copyright (C) 2020-2021 all contributors # License: AGPL-3.0+ use Test::More; use_ok 'PublicInbox::DirIdle'; diff --git a/t/ds-kqxs.t b/t/ds-kqxs.t index 718567d6..43c71fed 100644 --- a/t/ds-kqxs.t +++ b/t/ds-kqxs.t @@ -1,4 +1,4 @@ -# Copyright (C) 2019-2020 all contributors +# Copyright (C) 2019-2021 all contributors # Licensed the same as Danga::Socket (and Perl5) # License: GPL-1.0+ or Artistic-1.0-Perl # diff --git a/t/ds-leak.t b/t/ds-leak.t index 72bf0379..57d9cd72 100644 --- a/t/ds-leak.t +++ b/t/ds-leak.t @@ -1,4 +1,4 @@ -# Copyright (C) 2019-2020 all contributors +# Copyright (C) 2019-2021 all contributors # Licensed the same as Danga::Socket (and Perl5) # License: GPL-1.0+ or Artistic-1.0-Perl # diff --git a/t/ds-poll.t b/t/ds-poll.t index 0ee57b69..d8861369 100644 --- a/t/ds-poll.t +++ b/t/ds-poll.t @@ -1,4 +1,4 @@ -# Copyright (C) 2019-2020 all contributors +# Copyright (C) 2019-2021 all contributors # Licensed the same as Danga::Socket (and Perl5) # License: GPL-1.0+ or Artistic-1.0-Perl # diff --git a/t/edit.t b/t/edit.t index dbdda394..0d57e629 100644 --- a/t/edit.t +++ b/t/edit.t @@ -1,4 +1,4 @@ -# Copyright (C) 2019-2020 all contributors +# Copyright (C) 2019-2021 all contributors # License: AGPL-3.0+ # edit frontend behavior test (t/replace.t for backend) use strict; diff --git a/t/emergency.t b/t/emergency.t index 74cc1d2e..60dba2ad 100644 --- a/t/emergency.t +++ b/t/emergency.t @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2020 all contributors +# Copyright (C) 2016-2021 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/eml.t b/t/eml.t index 4d1c1216..ebd45c13 100644 --- a/t/eml.t +++ b/t/eml.t @@ -1,5 +1,5 @@ #!perl -w -# Copyright (C) 2020 all contributors +# Copyright (C) 2020-2021 all contributors # License: AGPL-3.0+ use strict; use Test::More; diff --git a/t/eml_content_disposition.t b/t/eml_content_disposition.t index 9bdacc05..099587f8 100644 --- a/t/eml_content_disposition.t +++ b/t/eml_content_disposition.t @@ -1,5 +1,5 @@ #!perl -w -# Copyright (C) 2020 all contributors +# Copyright (C) 2020-2021 all contributors # Copyright (C) 2004- Simon Cozens, Casey West, Ricardo SIGNES # This library is free software; you can redistribute it and/or modify # it under the same terms as Perl itself. diff --git a/t/eml_content_type.t b/t/eml_content_type.t index 5acd51ad..ab8d4b2d 100644 --- a/t/eml_content_type.t +++ b/t/eml_content_type.t @@ -1,5 +1,5 @@ #!perl -w -# Copyright (C) 2020 all contributors +# Copyright (C) 2020-2021 all contributors # Copyright (C) 2004- Simon Cozens, Casey West, Ricardo SIGNES # This library is free software; you can redistribute it and/or modify # it under the same terms as Perl itself. diff --git a/t/extsearch.t b/t/extsearch.t index ffbc10e2..2c3f7547 100644 --- a/t/extsearch.t +++ b/t/extsearch.t @@ -1,5 +1,5 @@ #!perl -w -# Copyright (C) 2020 all contributors +# Copyright (C) 2020-2021 all contributors # License: AGPL-3.0+ use strict; use Test::More; diff --git a/t/fake_inotify.t b/t/fake_inotify.t index 11dac117..5c925ae6 100644 --- a/t/fake_inotify.t +++ b/t/fake_inotify.t @@ -1,5 +1,5 @@ #!perl -w -# Copyright (C) 2020 all contributors +# Copyright (C) 2020-2021 all contributors # License: AGPL-3.0+ # # Ensure FakeInotify can pick up rename(2) and link(2) operations diff --git a/t/feed.t b/t/feed.t index 9f6a987b..cdbc88cd 100644 --- a/t/feed.t +++ b/t/feed.t @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2020 all contributors +# Copyright (C) 2014-2021 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/filter_base.t b/t/filter_base.t index 47d0220f..2646321a 100644 --- a/t/filter_base.t +++ b/t/filter_base.t @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2020 all contributors +# Copyright (C) 2016-2021 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/filter_mirror.t b/t/filter_mirror.t index 5bc7f3f4..678d9fb0 100644 --- a/t/filter_mirror.t +++ b/t/filter_mirror.t @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2020 all contributors +# Copyright (C) 2016-2021 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/filter_rubylang.t b/t/filter_rubylang.t index 6d639c00..81799451 100644 --- a/t/filter_rubylang.t +++ b/t/filter_rubylang.t @@ -1,4 +1,4 @@ -# Copyright (C) 2017-2020 all contributors +# Copyright (C) 2017-2021 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/filter_subjecttag.t b/t/filter_subjecttag.t index e2d91e74..f88fcad5 100644 --- a/t/filter_subjecttag.t +++ b/t/filter_subjecttag.t @@ -1,4 +1,4 @@ -# Copyright (C) 2017-2020 all contributors +# Copyright (C) 2017-2021 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/filter_vger.t b/t/filter_vger.t index ca5a6ca7..92d6a9f3 100644 --- a/t/filter_vger.t +++ b/t/filter_vger.t @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2020 all contributors +# Copyright (C) 2016-2021 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/gcf2.t b/t/gcf2.t index 35b2f113..fa907c8b 100644 --- a/t/gcf2.t +++ b/t/gcf2.t @@ -1,5 +1,5 @@ #!perl -w -# Copyright (C) 2020 all contributors +# Copyright (C) 2020-2021 all contributors # License: AGPL-3.0+ use strict; use PublicInbox::TestCommon; diff --git a/t/gcf2_client.t b/t/gcf2_client.t index f1302a54..bae94c77 100644 --- a/t/gcf2_client.t +++ b/t/gcf2_client.t @@ -1,5 +1,5 @@ #!perl -w -# Copyright (C) 2020 all contributors +# Copyright (C) 2020-2021 all contributors # License: AGPL-3.0+ use strict; use PublicInbox::TestCommon; diff --git a/t/git-http-backend.psgi b/t/git-http-backend.psgi index e34ebe40..a91e5de8 100644 --- a/t/git-http-backend.psgi +++ b/t/git-http-backend.psgi @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# Copyright (C) 2016-2020 all contributors +# Copyright (C) 2016-2021 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/git.t b/t/git.t index 2cfff248..377652ca 100644 --- a/t/git.t +++ b/t/git.t @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2020 all contributors +# Copyright (C) 2015-2021 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/gzip_filter.t b/t/gzip_filter.t index 400214e6..b349ae58 100644 --- a/t/gzip_filter.t +++ b/t/gzip_filter.t @@ -1,4 +1,4 @@ -# Copyright (C) 2020 all contributors +# Copyright (C) 2020-2021 all contributors # License: AGPL-3.0+ use strict; use Test::More; diff --git a/t/hl_mod.t b/t/hl_mod.t index 95057354..f5bf433d 100644 --- a/t/hl_mod.t +++ b/t/hl_mod.t @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# Copyright (C) 2019-2020 all contributors +# Copyright (C) 2019-2021 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/html_index.t b/t/html_index.t index 80f81577..8e2a674f 100644 --- a/t/html_index.t +++ b/t/html_index.t @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2020 all contributors +# Copyright (C) 2014-2021 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/httpd-corner.psgi b/t/httpd-corner.psgi index cb41cfa0..5436a74d 100644 --- a/t/httpd-corner.psgi +++ b/t/httpd-corner.psgi @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2020 all contributors +# Copyright (C) 2016-2021 all contributors # License: AGPL-3.0+ # corner case tests for the generic PSGI server # Usage: plackup [OPTIONS] /path/to/this/file diff --git a/t/httpd-corner.t b/t/httpd-corner.t index 514672a1..c3f80530 100644 --- a/t/httpd-corner.t +++ b/t/httpd-corner.t @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2020 all contributors +# Copyright (C) 2016-2021 all contributors # License: AGPL-3.0+ # note: our HTTP server should be standalone and capable of running # generic PSGI/Plack apps. diff --git a/t/httpd-https.t b/t/httpd-https.t index fcfa12af..a2166ce6 100644 --- a/t/httpd-https.t +++ b/t/httpd-https.t @@ -1,4 +1,4 @@ -# Copyright (C) 2019-2020 all contributors +# Copyright (C) 2019-2021 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/httpd-unix.t b/t/httpd-unix.t index 363f3648..2d3cecc1 100644 --- a/t/httpd-unix.t +++ b/t/httpd-unix.t @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2020 all contributors +# Copyright (C) 2016-2021 all contributors # License: AGPL-3.0+ # Tests for binding Unix domain sockets use strict; diff --git a/t/httpd.t b/t/httpd.t index 7404eb8b..2fc28355 100644 --- a/t/httpd.t +++ b/t/httpd.t @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2020 all contributors +# Copyright (C) 2016-2021 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/hval.t b/t/hval.t index e80a02ff..9d0dab7a 100644 --- a/t/hval.t +++ b/t/hval.t @@ -1,4 +1,4 @@ -# Copyright (C) 2017-2020 all contributors +# Copyright (C) 2017-2021 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/idx_stack.t b/t/idx_stack.t index e0474fa4..7af096a8 100644 --- a/t/idx_stack.t +++ b/t/idx_stack.t @@ -1,5 +1,5 @@ #!perl -w -# Copyright (C) 2020 all contributors +# Copyright (C) 2020-2021 all contributors # License: AGPL-3.0+ use strict; use Test::More; diff --git a/t/imap.t b/t/imap.t index 5a251c6b..0ec02818 100644 --- a/t/imap.t +++ b/t/imap.t @@ -1,5 +1,5 @@ #!perl -w -# Copyright (C) 2020 all contributors +# Copyright (C) 2020-2021 all contributors # License: AGPL-3.0+ # unit tests (no network) for IMAP, see t/imapd.t for end-to-end tests use strict; diff --git a/t/imap_searchqp.t b/t/imap_searchqp.t index adf7b205..049fd680 100644 --- a/t/imap_searchqp.t +++ b/t/imap_searchqp.t @@ -1,5 +1,5 @@ #!perl -w -# Copyright (C) 2020 all contributors +# Copyright (C) 2020-2021 all contributors # License: AGPL-3.0+ use strict; use Test::More; diff --git a/t/imap_tracker.t b/t/imap_tracker.t index 01e1d0b1..be7c6e65 100644 --- a/t/imap_tracker.t +++ b/t/imap_tracker.t @@ -1,4 +1,4 @@ -# Copyright (C) 2020 all contributors +# Copyright (C) 2020-2021 all contributors # License: AGPL-3.0+ use Test::More; use strict; diff --git a/t/imapd-tls.t b/t/imapd-tls.t index df4ef85c..e40ae1e8 100644 --- a/t/imapd-tls.t +++ b/t/imapd-tls.t @@ -1,4 +1,4 @@ -# Copyright (C) 2020 all contributors +# Copyright (C) 2020-2021 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/imapd.t b/t/imapd.t index 63a86e71..5d610dfd 100644 --- a/t/imapd.t +++ b/t/imapd.t @@ -1,5 +1,5 @@ #!perl -w -# Copyright (C) 2020 all contributors +# Copyright (C) 2020-2021 all contributors # License: AGPL-3.0+ # end-to-end IMAP tests, see unit tests in t/imap.t, too use strict; diff --git a/t/import.t b/t/import.t index 9a88416f..855b5d7c 100644 --- a/t/import.t +++ b/t/import.t @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2020 all contributors +# Copyright (C) 2016-2021 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/inbox.t b/t/inbox.t index 08f1724f..bc8fae9a 100644 --- a/t/inbox.t +++ b/t/inbox.t @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2020 all contributors +# Copyright (C) 2016-2021 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/inbox_idle.t b/t/inbox_idle.t index 198856bd..27facfe9 100644 --- a/t/inbox_idle.t +++ b/t/inbox_idle.t @@ -1,5 +1,5 @@ #!perl -w -# Copyright (C) 2020 all contributors +# Copyright (C) 2020-2021 all contributors # License: AGPL-3.0+ use Test::More; use PublicInbox::TestCommon; diff --git a/t/index-git-times.t b/t/index-git-times.t index 9b869f94..3cfb99f4 100644 --- a/t/index-git-times.t +++ b/t/index-git-times.t @@ -1,5 +1,5 @@ #!perl -w -# Copyright (C) 2020 all contributors +# Copyright (C) 2020-2021 all contributors # License: AGPL-3.0+ use strict; use v5.10.1; diff --git a/t/indexlevels-mirror-v1.t b/t/indexlevels-mirror-v1.t index adcc93fd..a0cee72c 100644 --- a/t/indexlevels-mirror-v1.t +++ b/t/indexlevels-mirror-v1.t @@ -1,4 +1,4 @@ -# Copyright (C) 2019-2020 all contributors +# Copyright (C) 2019-2021 all contributors # License: AGPL-3.0+ local $ENV{PI_TEST_VERSION} = 1; require './t/indexlevels-mirror.t'; diff --git a/t/indexlevels-mirror.t b/t/indexlevels-mirror.t index 656a9a34..a2afbd74 100644 --- a/t/indexlevels-mirror.t +++ b/t/indexlevels-mirror.t @@ -1,4 +1,4 @@ -# Copyright (C) 2019-2020 all contributors +# Copyright (C) 2019-2021 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/init.t b/t/init.t index dba59231..b8dfea66 100644 --- a/t/init.t +++ b/t/init.t @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2020 all contributors +# Copyright (C) 2014-2021 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/ipc.t b/t/ipc.t index 5ee45e63..0efc5394 100644 --- a/t/ipc.t +++ b/t/ipc.t @@ -1,5 +1,5 @@ #!perl -w -# Copyright (C) 2020 all contributors +# Copyright (C) 2020-2021 all contributors # License: AGPL-3.0+ use strict; use v5.10.1; diff --git a/t/kqnotify.t b/t/kqnotify.t index c3557d3e..902ce0f1 100644 --- a/t/kqnotify.t +++ b/t/kqnotify.t @@ -1,5 +1,5 @@ #!perl -w -# Copyright (C) 2020 all contributors +# Copyright (C) 2020-2021 all contributors # License: AGPL-3.0+ # # Ensure KQNotify can pick up rename(2) and link(2) operations diff --git a/t/lei-oneshot.t b/t/lei-oneshot.t index 3b8e412d..2b34f982 100644 --- a/t/lei-oneshot.t +++ b/t/lei-oneshot.t @@ -1,5 +1,5 @@ #!perl -w -# Copyright (C) 2020 all contributors +# Copyright (C) 2020-2021 all contributors # License: AGPL-3.0+ use strict; use v5.10.1; diff --git a/t/lei.t b/t/lei.t index 764a7fe4..690878ce 100644 --- a/t/lei.t +++ b/t/lei.t @@ -1,5 +1,5 @@ #!perl -w -# Copyright (C) 2020 all contributors +# Copyright (C) 2020-2021 all contributors # License: AGPL-3.0+ use strict; use v5.10.1; diff --git a/t/lei_dedupe.t b/t/lei_dedupe.t index 08f38aa0..b5e2b8f9 100644 --- a/t/lei_dedupe.t +++ b/t/lei_dedupe.t @@ -1,5 +1,5 @@ #!perl -w -# Copyright (C) 2020 all contributors +# Copyright (C) 2020-2021 all contributors # License: AGPL-3.0+ use strict; use v5.10.1; diff --git a/t/lei_store.t b/t/lei_store.t index beb5a8c4..bcebde8e 100644 --- a/t/lei_store.t +++ b/t/lei_store.t @@ -1,5 +1,5 @@ #!perl -w -# Copyright (C) 2020 all contributors +# Copyright (C) 2020-2021 all contributors # License: AGPL-3.0+ use strict; use v5.10.1; diff --git a/t/lei_to_mail.t b/t/lei_to_mail.t index bd864754..cb30fed5 100644 --- a/t/lei_to_mail.t +++ b/t/lei_to_mail.t @@ -1,5 +1,5 @@ #!perl -w -# Copyright (C) 2020 all contributors +# Copyright (C) 2020-2021 all contributors # License: AGPL-3.0+ use strict; use v5.10.1; diff --git a/t/lei_xsearch.t b/t/lei_xsearch.t index 178c3d37..3774b4c1 100644 --- a/t/lei_xsearch.t +++ b/t/lei_xsearch.t @@ -1,5 +1,5 @@ #!perl -w -# Copyright (C) 2020 all contributors +# Copyright (C) 2020-2021 all contributors # License: AGPL-3.0+ use strict; use v5.10.1; diff --git a/t/linkify.t b/t/linkify.t index 34840410..e42e1efe 100644 --- a/t/linkify.t +++ b/t/linkify.t @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2020 all contributors +# Copyright (C) 2016-2021 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/mbox_reader.t b/t/mbox_reader.t index 7d5a6ba5..53458ec2 100644 --- a/t/mbox_reader.t +++ b/t/mbox_reader.t @@ -1,5 +1,5 @@ #!perl -w -# Copyright (C) 2020 all contributors +# Copyright (C) 2020-2021 all contributors # License: AGPL-3.0+ use strict; use v5.10.1; diff --git a/t/mda.t b/t/mda.t index c5b35eec..d20cdb92 100644 --- a/t/mda.t +++ b/t/mda.t @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2020 all contributors +# Copyright (C) 2014-2021 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/mda_filter_rubylang.t b/t/mda_filter_rubylang.t index 489ea223..d05eec25 100644 --- a/t/mda_filter_rubylang.t +++ b/t/mda_filter_rubylang.t @@ -1,4 +1,4 @@ -# Copyright (C) 2019-2020 all contributors +# Copyright (C) 2019-2021 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/mid.t b/t/mid.t index 3b8f4108..e2d8dcbf 100644 --- a/t/mid.t +++ b/t/mid.t @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2020 all contributors +# Copyright (C) 2016-2021 all contributors # License: AGPL-3.0+ use strict; use Test::More; diff --git a/t/mime.t b/t/mime.t index 46c1d8d7..471f0efa 100644 --- a/t/mime.t +++ b/t/mime.t @@ -1,5 +1,5 @@ #!perl -w -# Copyright (C) 2017-2020 all contributors +# Copyright (C) 2017-2021 all contributors # This library is free software; you can redistribute it and/or modify # it under the same terms as Perl itself. # Artistic or GPL-1+ diff --git a/t/miscsearch.t b/t/miscsearch.t index 0ba79194..0424328d 100644 --- a/t/miscsearch.t +++ b/t/miscsearch.t @@ -1,5 +1,5 @@ #!perl -w -# Copyright (C) 2020 all contributors +# Copyright (C) 2020-2021 all contributors # License: AGPL-3.0+ use strict; use Test::More; diff --git a/t/msg_iter.t b/t/msg_iter.t index 4ee3a201..e46d515c 100644 --- a/t/msg_iter.t +++ b/t/msg_iter.t @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2020 all contributors +# Copyright (C) 2016-2021 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/msgmap.t b/t/msgmap.t index 2d31f1de..2d462dfb 100644 --- a/t/msgmap.t +++ b/t/msgmap.t @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2020 all contributors +# Copyright (C) 2015-2021 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/msgtime.t b/t/msgtime.t index 89fd9e37..00d57999 100644 --- a/t/msgtime.t +++ b/t/msgtime.t @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2020 all contributors +# Copyright (C) 2016-2021 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/multi-mid.t b/t/multi-mid.t index 41d556b9..e9c3dd8c 100644 --- a/t/multi-mid.t +++ b/t/multi-mid.t @@ -1,4 +1,4 @@ -# Copyright (C) 2020 all contributors +# Copyright (C) 2020-2021 all contributors # License: AGPL-3.0+ use strict; use Test::More; diff --git a/t/nntp.t b/t/nntp.t index 36eb6945..5bad9dfe 100644 --- a/t/nntp.t +++ b/t/nntp.t @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2020 all contributors +# Copyright (C) 2015-2021 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/nntpd-tls.t b/t/nntpd-tls.t index 23baf4e4..1194be6f 100644 --- a/t/nntpd-tls.t +++ b/t/nntpd-tls.t @@ -1,4 +1,4 @@ -# Copyright (C) 2019-2020 all contributors +# Copyright (C) 2019-2021 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/nntpd-v2.t b/t/nntpd-v2.t index 1dd992a0..0433a57a 100644 --- a/t/nntpd-v2.t +++ b/t/nntpd-v2.t @@ -1,4 +1,4 @@ -# Copyright (C) 2019-2020 all contributors +# Copyright (C) 2019-2021 all contributors # License: AGPL-3.0+ local $ENV{PI_TEST_VERSION} = 2; require './t/nntpd.t'; diff --git a/t/nntpd.t b/t/nntpd.t index c7a7ee6b..63287d43 100644 --- a/t/nntpd.t +++ b/t/nntpd.t @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2020 all contributors +# Copyright (C) 2015-2021 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/nodatacow.t b/t/nodatacow.t index e5b742a2..72860d43 100644 --- a/t/nodatacow.t +++ b/t/nodatacow.t @@ -1,5 +1,5 @@ #!perl -w -# Copyright (C) 2020 all contributors +# Copyright (C) 2020-2021 all contributors # License: AGPL-3.0+ use strict; use Test::More; diff --git a/t/nulsubject.t b/t/nulsubject.t index ccb60d52..7f5dd378 100644 --- a/t/nulsubject.t +++ b/t/nulsubject.t @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2020 all contributors +# Copyright (C) 2016-2021 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/over.t b/t/over.t index 22061249..a92d2f77 100644 --- a/t/over.t +++ b/t/over.t @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2020 all contributors +# Copyright (C) 2018-2021 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/plack.t b/t/plack.t index 5d65cd05..8d8aa100 100644 --- a/t/plack.t +++ b/t/plack.t @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2020 all contributors +# Copyright (C) 2014-2021 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/precheck.t b/t/precheck.t index 11193e38..360dc74f 100644 --- a/t/precheck.t +++ b/t/precheck.t @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2020 all contributors +# Copyright (C) 2014-2021 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/psgi_attach.t b/t/psgi_attach.t index 14d20adb..65d704bf 100644 --- a/t/psgi_attach.t +++ b/t/psgi_attach.t @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2020 all contributors +# Copyright (C) 2016-2021 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/psgi_bad_mids.t b/t/psgi_bad_mids.t index 70393573..f23680f8 100644 --- a/t/psgi_bad_mids.t +++ b/t/psgi_bad_mids.t @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2020 all contributors +# Copyright (C) 2018-2021 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/psgi_mount.t b/t/psgi_mount.t index 48d8e5c0..5836e9ce 100644 --- a/t/psgi_mount.t +++ b/t/psgi_mount.t @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2020 all contributors +# Copyright (C) 2016-2021 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/psgi_multipart_not.t b/t/psgi_multipart_not.t index 9b7fb4d0..8edbe088 100644 --- a/t/psgi_multipart_not.t +++ b/t/psgi_multipart_not.t @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2020 all contributors +# Copyright (C) 2018-2021 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/psgi_scan_all.t b/t/psgi_scan_all.t index c8cb2409..80b855e1 100644 --- a/t/psgi_scan_all.t +++ b/t/psgi_scan_all.t @@ -1,4 +1,4 @@ -# Copyright (C) 2019-2020 all contributors +# Copyright (C) 2019-2021 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/psgi_search.t b/t/psgi_search.t index 07fb4846..8ba431bc 100644 --- a/t/psgi_search.t +++ b/t/psgi_search.t @@ -1,4 +1,4 @@ -# Copyright (C) 2017-2020 all contributors +# Copyright (C) 2017-2021 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/psgi_text.t b/t/psgi_text.t index 9867feaa..e4613945 100644 --- a/t/psgi_text.t +++ b/t/psgi_text.t @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2020 all contributors +# Copyright (C) 2016-2021 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/psgi_v2.t b/t/psgi_v2.t index bdc1a3c4..7ab60adc 100644 --- a/t/psgi_v2.t +++ b/t/psgi_v2.t @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2020 all contributors +# Copyright (C) 2018-2021 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/purge.t b/t/purge.t index 2ca9edca..f4281c13 100644 --- a/t/purge.t +++ b/t/purge.t @@ -1,4 +1,4 @@ -# Copyright (C) 2019-2020 all contributors +# Copyright (C) 2019-2021 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/qspawn.t b/t/qspawn.t index e37a05fd..4b9dc8a5 100644 --- a/t/qspawn.t +++ b/t/qspawn.t @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2020 all contributors +# Copyright (C) 2016-2021 all contributors # License: AGPL-3.0+ use strict; use Test::More; diff --git a/t/replace.t b/t/replace.t index fd8ce2c6..7135c863 100644 --- a/t/replace.t +++ b/t/replace.t @@ -1,4 +1,4 @@ -# Copyright (C) 2019-2020 all contributors +# Copyright (C) 2019-2021 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/reply.t b/t/reply.t index 53162df5..0b8e1f38 100644 --- a/t/reply.t +++ b/t/reply.t @@ -1,4 +1,4 @@ -# Copyright (C) 2017-2020 all contributors +# Copyright (C) 2017-2021 all contributors # License: AGPL-3+ use strict; use warnings; diff --git a/t/run.perl b/t/run.perl index 5c056356..b7cb988b 100755 --- a/t/run.perl +++ b/t/run.perl @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# Copyright (C) 2019-2020 all contributors +# Copyright (C) 2019-2021 all contributors # License: AGPL-3.0+ # # Parallel test runner which preloads code and reuses worker processes diff --git a/t/search-thr-index.t b/t/search-thr-index.t index bd663519..fc1b666a 100644 --- a/t/search-thr-index.t +++ b/t/search-thr-index.t @@ -1,4 +1,4 @@ -# Copyright (C) 2017-2020 all contributors +# Copyright (C) 2017-2021 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/search.t b/t/search.t index 3754717d..7495233e 100644 --- a/t/search.t +++ b/t/search.t @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2020 all contributors +# Copyright (C) 2015-2021 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/shared_kv.t b/t/shared_kv.t index ad901328..e7a8e05e 100644 --- a/t/shared_kv.t +++ b/t/shared_kv.t @@ -1,5 +1,5 @@ #!perl -w -# Copyright (C) 2020 all contributors +# Copyright (C) 2020-2021 all contributors # License: AGPL-3.0+ use strict; use v5.10.1; diff --git a/t/sigfd.t b/t/sigfd.t index 07120b64..3a383d79 100644 --- a/t/sigfd.t +++ b/t/sigfd.t @@ -1,4 +1,4 @@ -# Copyright (C) 2019-2020 all contributors +# Copyright (C) 2019-2021 all contributors use strict; use Test::More; use IO::Handle; diff --git a/t/solver_git.t b/t/solver_git.t index 6b0ed8d2..d03a6f38 100644 --- a/t/solver_git.t +++ b/t/solver_git.t @@ -1,4 +1,4 @@ -# Copyright (C) 2019-2020 all contributors +# Copyright (C) 2019-2021 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/spamcheck_spamc.t b/t/spamcheck_spamc.t index 2d9da631..ab46d62b 100644 --- a/t/spamcheck_spamc.t +++ b/t/spamcheck_spamc.t @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2020 all contributors +# Copyright (C) 2016-2021 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/spawn.t b/t/spawn.t index a0019202..552bba33 100644 --- a/t/spawn.t +++ b/t/spawn.t @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2020 all contributors +# Copyright (C) 2015-2021 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/thread-cycle.t b/t/thread-cycle.t index 484ea443..613c142e 100644 --- a/t/thread-cycle.t +++ b/t/thread-cycle.t @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2020 all contributors +# Copyright (C) 2016-2021 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/thread-index-gap.t b/t/thread-index-gap.t index 49f254e9..f4e4bd09 100644 --- a/t/thread-index-gap.t +++ b/t/thread-index-gap.t @@ -1,5 +1,5 @@ #!perl -w -# Copyright (C) 2020 all contributors +# Copyright (C) 2020-2021 all contributors # License: AGPL-3.0+ use strict; use v5.10.1; diff --git a/t/time.t b/t/time.t index b491711d..fae20897 100644 --- a/t/time.t +++ b/t/time.t @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2020 all contributors +# Copyright (C) 2018-2021 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/uri_imap.t b/t/uri_imap.t index a2e86a7e..6c4207c3 100644 --- a/t/uri_imap.t +++ b/t/uri_imap.t @@ -1,5 +1,5 @@ #!perl -w -# Copyright (C) 2020 all contributors +# Copyright (C) 2020-2021 all contributors # License: AGPL-3.0+ use strict; use Test::More; diff --git a/t/v1-add-remove-add.t b/t/v1-add-remove-add.t index 2cd45f60..a94bf7fd 100644 --- a/t/v1-add-remove-add.t +++ b/t/v1-add-remove-add.t @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2020 all contributors +# Copyright (C) 2018-2021 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/v1reindex.t b/t/v1reindex.t index e66d89e5..36cefda5 100644 --- a/t/v1reindex.t +++ b/t/v1reindex.t @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2020 all contributors +# Copyright (C) 2018-2021 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/v2-add-remove-add.t b/t/v2-add-remove-add.t index cfdc8cf1..b325e521 100644 --- a/t/v2-add-remove-add.t +++ b/t/v2-add-remove-add.t @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2020 all contributors +# Copyright (C) 2018-2021 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/v2dupindex.t b/t/v2dupindex.t index b1abccd9..4b20c8e0 100644 --- a/t/v2dupindex.t +++ b/t/v2dupindex.t @@ -1,5 +1,5 @@ #!perl -w -# Copyright (C) 2020 all contributors +# Copyright (C) 2020-2021 all contributors # License: AGPL-3.0+ # we can index a message from a mirror which bypasses dedupe. diff --git a/t/v2mda.t b/t/v2mda.t index abbdc8e4..38aea0c1 100644 --- a/t/v2mda.t +++ b/t/v2mda.t @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2020 all contributors +# Copyright (C) 2018-2021 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/v2mirror.t b/t/v2mirror.t index 81b9544d..ebad2566 100644 --- a/t/v2mirror.t +++ b/t/v2mirror.t @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2020 all contributors +# Copyright (C) 2018-2021 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/v2reindex.t b/t/v2reindex.t index ae1570ed..05ea952f 100644 --- a/t/v2reindex.t +++ b/t/v2reindex.t @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2020 all contributors +# Copyright (C) 2018-2021 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/v2writable.t b/t/v2writable.t index 358a2bb7..f5c8313a 100644 --- a/t/v2writable.t +++ b/t/v2writable.t @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2020 all contributors +# Copyright (C) 2018-2021 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/view.t b/t/view.t index 462667f1..114c3304 100644 --- a/t/view.t +++ b/t/view.t @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2020 all contributors +# Copyright (C) 2013-2021 all contributors # License: AGPL-3.0+ use strict; use Test::More; diff --git a/t/watch_filter_rubylang.t b/t/watch_filter_rubylang.t index 9c70b4ea..29a9f793 100644 --- a/t/watch_filter_rubylang.t +++ b/t/watch_filter_rubylang.t @@ -1,4 +1,4 @@ -# Copyright (C) 2019-2020 all contributors +# Copyright (C) 2019-2021 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/watch_imap.t b/t/watch_imap.t index fb71d3df..eeda29eb 100644 --- a/t/watch_imap.t +++ b/t/watch_imap.t @@ -1,4 +1,4 @@ -# Copyright (C) 2020 all contributors +# Copyright (C) 2020-2021 all contributors # License: AGPL-3.0+ use strict; use Test::More; diff --git a/t/watch_maildir.t b/t/watch_maildir.t index c948b41b..e74b512f 100644 --- a/t/watch_maildir.t +++ b/t/watch_maildir.t @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2020 all contributors +# Copyright (C) 2016-2021 all contributors # License: AGPL-3.0+ use strict; use Test::More; diff --git a/t/watch_maildir_v2.t b/t/watch_maildir_v2.t index 532e5c7c..195e238b 100644 --- a/t/watch_maildir_v2.t +++ b/t/watch_maildir_v2.t @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2020 all contributors +# Copyright (C) 2018-2021 all contributors # License: AGPL-3.0+ use strict; use Test::More; diff --git a/t/watch_multiple_headers.t b/t/watch_multiple_headers.t index 1fe392d4..33ed0770 100644 --- a/t/watch_multiple_headers.t +++ b/t/watch_multiple_headers.t @@ -1,4 +1,4 @@ -# Copyright (C) 2020 all contributors +# Copyright (C) 2020-2021 all contributors # License: AGPL-3.0+ use strict; use Test::More; diff --git a/t/watch_nntp.t b/t/watch_nntp.t index ce1a3153..c0ad3098 100644 --- a/t/watch_nntp.t +++ b/t/watch_nntp.t @@ -1,4 +1,4 @@ -# Copyright (C) 2020 all contributors +# Copyright (C) 2020-2021 all contributors # License: AGPL-3.0+ use strict; use Test::More; diff --git a/t/www_altid.t b/t/www_altid.t index 337303d9..14eda030 100644 --- a/t/www_altid.t +++ b/t/www_altid.t @@ -1,4 +1,4 @@ -# Copyright (C) 2020 all contributors +# Copyright (C) 2020-2021 all contributors # License: AGPL-3.0+ use strict; use Test::More; diff --git a/t/www_listing.t b/t/www_listing.t index 94c1e5bb..1bcbaefb 100644 --- a/t/www_listing.t +++ b/t/www_listing.t @@ -1,4 +1,4 @@ -# Copyright (C) 2019-2020 all contributors +# Copyright (C) 2019-2021 all contributors # License: AGPL-3.0+ # manifest.js.gz generation and grok-pull integration test use strict; diff --git a/t/www_static.t b/t/www_static.t index 364b9447..3281751c 100644 --- a/t/www_static.t +++ b/t/www_static.t @@ -1,4 +1,4 @@ -# Copyright (C) 2019-2020 all contributors +# Copyright (C) 2019-2021 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/xcpdb-reshard.t b/t/xcpdb-reshard.t index ede736c1..1b726f1a 100644 --- a/t/xcpdb-reshard.t +++ b/t/xcpdb-reshard.t @@ -1,4 +1,4 @@ -# Copyright (C) 2019-2020 all contributors +# Copyright (C) 2019-2021 all contributors # License: AGPL-3.0+ use strict; use warnings; -- cgit v1.2.3-24-ge0c7