From 3d41aa23f35501ca92aab8aa42980fa73f7fa74f Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 7 Feb 2018 19:56:45 +0000 Subject: update copyrights for 2018 Using update-copyrights from gnulib While we're at it, use the SPDX identifier for AGPL-3.0+ to ease mechanical processing. --- t/address.t | 2 +- t/altid.t | 2 +- t/cgi.t | 4 ++-- t/check-www-inbox.perl | 2 +- t/common.perl | 4 ++-- t/config.t | 4 ++-- t/config_limiter.t | 2 +- t/emergency.t | 2 +- t/feed.t | 4 ++-- 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/git-http-backend.psgi | 2 +- t/git-http-backend.t | 2 +- t/git.t | 4 ++-- t/html_index.t | 4 ++-- t/httpd-corner.psgi | 2 +- t/httpd-corner.t | 2 +- t/httpd-unix.t | 2 +- t/httpd.t | 2 +- t/hval.t | 2 +- t/import.t | 2 +- t/inbox.t | 2 +- t/init.t | 4 ++-- t/linkify.t | 2 +- t/mda.t | 4 ++-- t/mid.t | 2 +- t/mime.t | 2 +- t/msg_iter.t | 2 +- t/msgmap.t | 4 ++-- t/nntp.t | 4 ++-- t/nntpd.t | 4 ++-- t/plack.t | 4 ++-- t/precheck.t | 4 ++-- t/psgi_attach.t | 2 +- t/psgi_mount.t | 2 +- t/psgi_search.t | 2 +- t/psgi_text.t | 2 +- t/qspawn.t | 2 +- t/reply.t | 2 +- t/search-thr-index.t | 2 +- t/search.t | 4 ++-- t/spamcheck_spamc.t | 2 +- t/spawn.t | 2 +- t/thread-all.t | 2 +- t/thread-cycle.t | 2 +- t/view.t | 4 ++-- t/watch_maildir.t | 2 +- 50 files changed, 65 insertions(+), 65 deletions(-) (limited to 't') diff --git a/t/address.t b/t/address.t index be0fc5b7..e35e4f8b 100644 --- a/t/address.t +++ b/t/address.t @@ -1,4 +1,4 @@ -# Copyright (C) 2016 all contributors +# Copyright (C) 2016-2018 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/altid.t b/t/altid.t index 887d548f..7759bd6b 100644 --- a/t/altid.t +++ b/t/altid.t @@ -1,4 +1,4 @@ -# Copyright (C) 2016 all contributors +# Copyright (C) 2016-2018 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/cgi.t b/t/cgi.t index 77409660..ef32a284 100644 --- a/t/cgi.t +++ b/t/cgi.t @@ -1,5 +1,5 @@ -# Copyright (C) 2014-2015 all contributors -# License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt) +# Copyright (C) 2014-2018 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 use strict; diff --git a/t/check-www-inbox.perl b/t/check-www-inbox.perl index 4319049c..08e62471 100644 --- a/t/check-www-inbox.perl +++ b/t/check-www-inbox.perl @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# Copyright (C) 2016 all contributors +# Copyright (C) 2016-2018 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/common.perl b/t/common.perl index 1251333d..5c5fcd84 100644 --- a/t/common.perl +++ b/t/common.perl @@ -1,5 +1,5 @@ -# Copyright (C) 2015 all contributors -# License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt) +# Copyright (C) 2015-2018 all contributors +# License: AGPL-3.0+ sub stream_to_string { my ($res) = @_; diff --git a/t/config.t b/t/config.t index 353dac69..6a6b98c8 100644 --- a/t/config.t +++ b/t/config.t @@ -1,5 +1,5 @@ -# Copyright (C) 2014-2015 all contributors -# License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt) +# Copyright (C) 2014-2018 all contributors +# License: AGPL-3.0+ use strict; use warnings; use Test::More; diff --git a/t/config_limiter.t b/t/config_limiter.t index f0b65281..85a71257 100644 --- a/t/config_limiter.t +++ b/t/config_limiter.t @@ -1,4 +1,4 @@ -# Copyright (C) 2016 all contributors +# Copyright (C) 2016-2018 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/emergency.t b/t/emergency.t index e480338d..6cffe881 100644 --- a/t/emergency.t +++ b/t/emergency.t @@ -1,4 +1,4 @@ -# Copyright (C) 2016 all contributors +# Copyright (C) 2016-2018 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/feed.t b/t/feed.t index 7e1596b1..8f19352f 100644 --- a/t/feed.t +++ b/t/feed.t @@ -1,5 +1,5 @@ -# Copyright (C) 2014-2015 all contributors -# License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt) +# Copyright (C) 2014-2018 all contributors +# License: AGPL-3.0+ use strict; use warnings; use Test::More; diff --git a/t/filter_base.t b/t/filter_base.t index ee5c7307..f3a8c5c2 100644 --- a/t/filter_base.t +++ b/t/filter_base.t @@ -1,4 +1,4 @@ -# Copyright (C) 2016 all contributors +# Copyright (C) 2016-2018 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/filter_mirror.t b/t/filter_mirror.t index 01be282e..7cbe1604 100644 --- a/t/filter_mirror.t +++ b/t/filter_mirror.t @@ -1,4 +1,4 @@ -# Copyright (C) 2016 all contributors +# Copyright (C) 2016-2018 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/filter_rubylang.t b/t/filter_rubylang.t index bfccc35b..60ccd37c 100644 --- a/t/filter_rubylang.t +++ b/t/filter_rubylang.t @@ -1,4 +1,4 @@ -# Copyright (C) 2017 all contributors +# Copyright (C) 2017-2018 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/filter_subjecttag.t b/t/filter_subjecttag.t index 54a219e7..944ebdaf 100644 --- a/t/filter_subjecttag.t +++ b/t/filter_subjecttag.t @@ -1,4 +1,4 @@ -# Copyright (C) 2017 all contributors +# Copyright (C) 2017-2018 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/filter_vger.t b/t/filter_vger.t index 83a4c9ee..843035c2 100644 --- a/t/filter_vger.t +++ b/t/filter_vger.t @@ -1,4 +1,4 @@ -# Copyright (C) 2016 all contributors +# Copyright (C) 2016-2018 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/git-http-backend.psgi b/t/git-http-backend.psgi index 66f41505..c7c2f147 100644 --- a/t/git-http-backend.psgi +++ b/t/git-http-backend.psgi @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# Copyright (C) 2016 all contributors +# Copyright (C) 2016-2018 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/git-http-backend.t b/t/git-http-backend.t index e506e772..cb5e5d25 100644 --- a/t/git-http-backend.t +++ b/t/git-http-backend.t @@ -1,4 +1,4 @@ -# Copyright (C) 2016 all contributors +# Copyright (C) 2016-2018 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/git.t b/t/git.t index d7b20d0d..5efc18ab 100644 --- a/t/git.t +++ b/t/git.t @@ -1,5 +1,5 @@ -# Copyright (C) 2015 all contributors -# License: AGPL-3.0+ (https://www.gnu.org/licenses/agpl-3.0.txt) +# Copyright (C) 2015-2018 all contributors +# License: AGPL-3.0+ use strict; use warnings; use Test::More; diff --git a/t/html_index.t b/t/html_index.t index f29b442d..d31b68c0 100644 --- a/t/html_index.t +++ b/t/html_index.t @@ -1,5 +1,5 @@ -# Copyright (C) 2014-2015 all contributors -# License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt) +# Copyright (C) 2014-2018 all contributors +# License: AGPL-3.0+ use strict; use warnings; use Test::More; diff --git a/t/httpd-corner.psgi b/t/httpd-corner.psgi index ed1f92c0..f8396907 100644 --- a/t/httpd-corner.psgi +++ b/t/httpd-corner.psgi @@ -1,4 +1,4 @@ -# Copyright (C) 2016 all contributors +# Copyright (C) 2016-2018 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 8a0337c2..a720670e 100644 --- a/t/httpd-corner.t +++ b/t/httpd-corner.t @@ -1,4 +1,4 @@ -# Copyright (C) 2016 all contributors +# Copyright (C) 2016-2018 all contributors # License: AGPL-3.0+ # note: our HTTP server should be standalone and capable of running # generic Rack apps. diff --git a/t/httpd-unix.t b/t/httpd-unix.t index 4b0f116e..b3cf8693 100644 --- a/t/httpd-unix.t +++ b/t/httpd-unix.t @@ -1,4 +1,4 @@ -# Copyright (C) 2016 all contributors +# Copyright (C) 2016-2018 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 d0ce3943..f33c0969 100644 --- a/t/httpd.t +++ b/t/httpd.t @@ -1,4 +1,4 @@ -# Copyright (C) 2016 all contributors +# Copyright (C) 2016-2018 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/hval.t b/t/hval.t index 7915f4c9..a193c296 100644 --- a/t/hval.t +++ b/t/hval.t @@ -1,4 +1,4 @@ -# Copyright (C) 2017 all contributors +# Copyright (C) 2017-2018 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/import.t b/t/import.t index 29d00b05..fb6238e7 100644 --- a/t/import.t +++ b/t/import.t @@ -1,4 +1,4 @@ -# Copyright (C) 2016 all contributors +# Copyright (C) 2016-2018 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/inbox.t b/t/inbox.t index 9909dc53..8563e320 100644 --- a/t/inbox.t +++ b/t/inbox.t @@ -1,4 +1,4 @@ -# Copyright (C) 2016 all contributors +# Copyright (C) 2016-2018 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/init.t b/t/init.t index f87dc225..864f1ab5 100644 --- a/t/init.t +++ b/t/init.t @@ -1,5 +1,5 @@ -# Copyright (C) 2014-2015 all contributors -# License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt) +# Copyright (C) 2014-2018 all contributors +# License: AGPL-3.0+ use strict; use warnings; use Test::More; diff --git a/t/linkify.t b/t/linkify.t index 041c15c7..a55ed22a 100644 --- a/t/linkify.t +++ b/t/linkify.t @@ -1,4 +1,4 @@ -# Copyright (C) 2016 all contributors +# Copyright (C) 2016-2018 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/mda.t b/t/mda.t index 886b4cb9..5dbcec63 100644 --- a/t/mda.t +++ b/t/mda.t @@ -1,5 +1,5 @@ -# Copyright (C) 2014-2015 all contributors -# License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt) +# Copyright (C) 2014-2018 all contributors +# License: AGPL-3.0+ use strict; use warnings; use Test::More; diff --git a/t/mid.t b/t/mid.t index b0af8386..0bf33318 100644 --- a/t/mid.t +++ b/t/mid.t @@ -1,4 +1,4 @@ -# Copyright (C) 2016 all contributors +# Copyright (C) 2016-2018 all contributors # License: AGPL-3.0+ use Test::More; use PublicInbox::MID qw(mid_escape); diff --git a/t/mime.t b/t/mime.t index b0e2290e..72140ebf 100644 --- a/t/mime.t +++ b/t/mime.t @@ -1,4 +1,4 @@ -# Copyright (C) 2017 all contributors +# Copyright (C) 2017-2018 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/msg_iter.t b/t/msg_iter.t index 7ade6e41..c1798cb7 100644 --- a/t/msg_iter.t +++ b/t/msg_iter.t @@ -1,4 +1,4 @@ -# Copyright (C) 2016 all contributors +# Copyright (C) 2016-2018 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/msgmap.t b/t/msgmap.t index a5232fab..bc22137d 100644 --- a/t/msgmap.t +++ b/t/msgmap.t @@ -1,5 +1,5 @@ -# Copyright (C) 2015 all contributors -# License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt) +# Copyright (C) 2015-2018 all contributors +# License: AGPL-3.0+ use strict; use warnings; use Test::More; diff --git a/t/nntp.t b/t/nntp.t index 7500d6b9..03c7f083 100644 --- a/t/nntp.t +++ b/t/nntp.t @@ -1,5 +1,5 @@ -# Copyright (C) 2015 all contributors -# License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt) +# Copyright (C) 2015-2018 all contributors +# License: AGPL-3.0+ use strict; use warnings; use Test::More; diff --git a/t/nntpd.t b/t/nntpd.t index 2ccc90fb..56b1d604 100644 --- a/t/nntpd.t +++ b/t/nntpd.t @@ -1,5 +1,5 @@ -# Copyright (C) 2015 all contributors -# License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt) +# Copyright (C) 2015-2018 all contributors +# License: AGPL-3.0+ use strict; use warnings; use Test::More; diff --git a/t/plack.t b/t/plack.t index e5780644..26b03660 100644 --- a/t/plack.t +++ b/t/plack.t @@ -1,5 +1,5 @@ -# Copyright (C) 2014-2015 all contributors -# License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt) +# Copyright (C) 2014-2018 all contributors +# License: AGPL-3.0+ use strict; use warnings; use Test::More; diff --git a/t/precheck.t b/t/precheck.t index 0c3ce1c4..4481e8d0 100644 --- a/t/precheck.t +++ b/t/precheck.t @@ -1,5 +1,5 @@ -# Copyright (C) 2014-2015 all contributors -# License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt) +# Copyright (C) 2014-2018 all contributors +# License: AGPL-3.0+ use strict; use warnings; use Test::More; diff --git a/t/psgi_attach.t b/t/psgi_attach.t index 0d20b7f7..885a31bf 100644 --- a/t/psgi_attach.t +++ b/t/psgi_attach.t @@ -1,4 +1,4 @@ -# Copyright (C) 2016 all contributors +# Copyright (C) 2016-2018 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/psgi_mount.t b/t/psgi_mount.t index 4a515c6a..c00e74a8 100644 --- a/t/psgi_mount.t +++ b/t/psgi_mount.t @@ -1,4 +1,4 @@ -# Copyright (C) 2016 all contributors +# Copyright (C) 2016-2018 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/psgi_search.t b/t/psgi_search.t index cc9c9cf4..1df38691 100644 --- a/t/psgi_search.t +++ b/t/psgi_search.t @@ -1,4 +1,4 @@ -# Copyright (C) 2017 all contributors +# Copyright (C) 2017-2018 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/psgi_text.t b/t/psgi_text.t index bf565f83..436cb023 100644 --- a/t/psgi_text.t +++ b/t/psgi_text.t @@ -1,4 +1,4 @@ -# Copyright (C) 2016 all contributors +# Copyright (C) 2016-2018 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/qspawn.t b/t/qspawn.t index 9c42e100..170e4d7f 100644 --- a/t/qspawn.t +++ b/t/qspawn.t @@ -1,4 +1,4 @@ -# Copyright (C) 2016 all contributors +# Copyright (C) 2016-2018 all contributors # License: AGPL-3.0+ use Test::More; use_ok 'PublicInbox::Qspawn'; diff --git a/t/reply.t b/t/reply.t index 719b4e47..de31f880 100644 --- a/t/reply.t +++ b/t/reply.t @@ -1,4 +1,4 @@ -# Copyright (C) 2017 all contributors +# Copyright (C) 2017-2018 all contributors # License: AGPL-3+ use strict; use warnings; diff --git a/t/search-thr-index.t b/t/search-thr-index.t index 65495546..c3534f6b 100644 --- a/t/search-thr-index.t +++ b/t/search-thr-index.t @@ -1,4 +1,4 @@ -# Copyright (C) 2017 all contributors +# Copyright (C) 2017-2018 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/search.t b/t/search.t index a75dc9b5..6b1aa2a3 100644 --- a/t/search.t +++ b/t/search.t @@ -1,5 +1,5 @@ -# Copyright (C) 2015 all contributors -# License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt) +# Copyright (C) 2015-2018 all contributors +# License: AGPL-3.0+ use strict; use warnings; use Test::More; diff --git a/t/spamcheck_spamc.t b/t/spamcheck_spamc.t index 65ac5c2e..7016e8bf 100644 --- a/t/spamcheck_spamc.t +++ b/t/spamcheck_spamc.t @@ -1,4 +1,4 @@ -# Copyright (C) 2016 all contributors +# Copyright (C) 2016-2018 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/spawn.t b/t/spawn.t index 0f756462..db3f2dc9 100644 --- a/t/spawn.t +++ b/t/spawn.t @@ -1,4 +1,4 @@ -# Copyright (C) 2015 all contributors +# Copyright (C) 2015-2018 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/thread-all.t b/t/thread-all.t index 8ccf4f8c..d4e8c1fc 100644 --- a/t/thread-all.t +++ b/t/thread-all.t @@ -1,4 +1,4 @@ -# Copyright (C) 2016 all contributors +# Copyright (C) 2016-2018 all contributors # License: AGPL-3.0+ # # real-world testing of search threading diff --git a/t/thread-cycle.t b/t/thread-cycle.t index 16ceee71..7d85909f 100644 --- a/t/thread-cycle.t +++ b/t/thread-cycle.t @@ -1,4 +1,4 @@ -# Copyright (C) 2016 all contributors +# Copyright (C) 2016-2018 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/view.t b/t/view.t index 1f4ed937..22f5c7e4 100644 --- a/t/view.t +++ b/t/view.t @@ -1,5 +1,5 @@ -# Copyright (C) 2013-2015 all contributors -# License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt) +# Copyright (C) 2013-2018 all contributors +# License: AGPL-3.0+ use strict; use warnings; use Test::More; diff --git a/t/watch_maildir.t b/t/watch_maildir.t index e12e0836..30e94c1e 100644 --- a/t/watch_maildir.t +++ b/t/watch_maildir.t @@ -1,4 +1,4 @@ -# Copyright (C) 2016 all contributors +# Copyright (C) 2016-2018 all contributors # License: AGPL-3.0+ use Test::More; use File::Temp qw/tempdir/; -- cgit v1.2.3-24-ge0c7