From 9bd675d33ad1e49bd2ebe12a1d216216e61380de Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 9 Sep 2019 05:43:19 +0000 Subject: run update-copyrights from gnulib for 2019 --- t/address.t | 2 +- t/altid.t | 2 +- t/altid_v2.t | 2 +- t/cgi.t | 2 +- t/config.t | 2 +- t/config_limiter.t | 2 +- t/content_id.t | 2 +- t/convert-compact.t | 2 +- t/emergency.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/git-http-backend.psgi | 2 +- t/git-http-backend.t | 2 +- t/git.t | 2 +- t/html_index.t | 2 +- t/httpd-corner.psgi | 2 +- t/httpd-unix.t | 2 +- t/httpd.t | 2 +- t/import.t | 2 +- t/inbox.t | 2 +- t/init.t | 2 +- t/linkify.t | 2 +- t/mda.t | 2 +- t/mid.t | 2 +- t/mime.t | 2 +- t/msg_iter.t | 2 +- t/msgmap.t | 2 +- t/msgtime.t | 2 +- t/nntp.t | 2 +- t/nntpd.t | 2 +- t/nulsubject.t | 2 +- t/over.t | 2 +- t/perf-nntpd.t | 2 +- t/perf-threading.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_search.t | 2 +- t/psgi_text.t | 2 +- t/psgi_v2.t | 2 +- t/reply.t | 2 +- t/search-thr-index.t | 2 +- t/search.t | 2 +- t/spamcheck_spamc.t | 2 +- t/spawn.t | 2 +- t/thread-cycle.t | 2 +- t/time.t | 2 +- t/v1-add-remove-add.t | 2 +- t/v1reindex.t | 2 +- t/v2-add-remove-add.t | 2 +- t/v2mda.t | 2 +- t/v2mirror.t | 2 +- t/v2reindex.t | 2 +- t/v2writable.t | 2 +- t/view.t | 2 +- t/watch_maildir.t | 2 +- t/watch_maildir_v2.t | 2 +- 63 files changed, 63 insertions(+), 63 deletions(-) (limited to 't') diff --git a/t/address.t b/t/address.t index eced5c46..bea45daa 100644 --- a/t/address.t +++ b/t/address.t @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2018 all contributors +# Copyright (C) 2016-2019 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/altid.t b/t/altid.t index 10bf8c65..b8d32f78 100644 --- a/t/altid.t +++ b/t/altid.t @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2018 all contributors +# Copyright (C) 2016-2019 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/altid_v2.t b/t/altid_v2.t index e91a644c..35ab7a1b 100644 --- a/t/altid_v2.t +++ b/t/altid_v2.t @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2018 all contributors +# Copyright (C) 2016-2019 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/cgi.t b/t/cgi.t index 81130df5..51d64914 100644 --- a/t/cgi.t +++ b/t/cgi.t @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2018 all contributors +# Copyright (C) 2014-2019 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/config.t b/t/config.t index f0c274b9..b7a4ceb6 100644 --- a/t/config.t +++ b/t/config.t @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2018 all contributors +# Copyright (C) 2014-2019 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/config_limiter.t b/t/config_limiter.t index b18951a6..9fafceae 100644 --- a/t/config_limiter.t +++ b/t/config_limiter.t @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2018 all contributors +# Copyright (C) 2016-2019 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/content_id.t b/t/content_id.t index 990eabe1..627e56bd 100644 --- a/t/content_id.t +++ b/t/content_id.t @@ -1,4 +1,4 @@ -# Copyright (C) 2018 all contributors +# Copyright (C) 2018-2019 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/convert-compact.t b/t/convert-compact.t index b45a9b51..6d091031 100644 --- a/t/convert-compact.t +++ b/t/convert-compact.t @@ -1,4 +1,4 @@ -# Copyright (C) 2018 all contributors +# Copyright (C) 2018-2019 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/emergency.t b/t/emergency.t index 6cffe881..c28826a0 100644 --- a/t/emergency.t +++ b/t/emergency.t @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2018 all contributors +# Copyright (C) 2016-2019 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/filter_base.t b/t/filter_base.t index f3a8c5c2..06411ead 100644 --- a/t/filter_base.t +++ b/t/filter_base.t @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2018 all contributors +# Copyright (C) 2016-2019 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/filter_mirror.t b/t/filter_mirror.t index 7cbe1604..bafc5429 100644 --- a/t/filter_mirror.t +++ b/t/filter_mirror.t @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2018 all contributors +# Copyright (C) 2016-2019 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/filter_rubylang.t b/t/filter_rubylang.t index 60ccd37c..9ed6684b 100644 --- a/t/filter_rubylang.t +++ b/t/filter_rubylang.t @@ -1,4 +1,4 @@ -# Copyright (C) 2017-2018 all contributors +# Copyright (C) 2017-2019 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/filter_subjecttag.t b/t/filter_subjecttag.t index 944ebdaf..453a187e 100644 --- a/t/filter_subjecttag.t +++ b/t/filter_subjecttag.t @@ -1,4 +1,4 @@ -# Copyright (C) 2017-2018 all contributors +# Copyright (C) 2017-2019 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/filter_vger.t b/t/filter_vger.t index 843035c2..b85cfbf8 100644 --- a/t/filter_vger.t +++ b/t/filter_vger.t @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2018 all contributors +# Copyright (C) 2016-2019 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 c7c2f147..ed70d501 100644 --- a/t/git-http-backend.psgi +++ b/t/git-http-backend.psgi @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# Copyright (C) 2016-2018 all contributors +# Copyright (C) 2016-2019 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 3623d47a..1d9bb9f3 100644 --- a/t/git-http-backend.t +++ b/t/git-http-backend.t @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2018 all contributors +# Copyright (C) 2016-2019 all contributors # License: AGPL-3.0+ # # Ensure buffering behavior in -httpd doesn't cause runaway memory use diff --git a/t/git.t b/t/git.t index 9bc8900c..445ef248 100644 --- a/t/git.t +++ b/t/git.t @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2018 all contributors +# Copyright (C) 2015-2019 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/html_index.t b/t/html_index.t index d31b68c0..b9f866b3 100644 --- a/t/html_index.t +++ b/t/html_index.t @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2018 all contributors +# Copyright (C) 2014-2019 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/httpd-corner.psgi b/t/httpd-corner.psgi index 9728aa05..5628f4ab 100644 --- a/t/httpd-corner.psgi +++ b/t/httpd-corner.psgi @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2018 all contributors +# Copyright (C) 2016-2019 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-unix.t b/t/httpd-unix.t index 04f4b8fa..d0c70a72 100644 --- a/t/httpd-unix.t +++ b/t/httpd-unix.t @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2018 all contributors +# Copyright (C) 2016-2019 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 47ba7acc..1340a7b3 100644 --- a/t/httpd.t +++ b/t/httpd.t @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2018 all contributors +# Copyright (C) 2016-2019 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/import.t b/t/import.t index e7733638..4ec3c4f3 100644 --- a/t/import.t +++ b/t/import.t @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2018 all contributors +# Copyright (C) 2016-2019 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/inbox.t b/t/inbox.t index 8563e320..c9674290 100644 --- a/t/inbox.t +++ b/t/inbox.t @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2018 all contributors +# Copyright (C) 2016-2019 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/init.t b/t/init.t index 79dcad1b..e2dd306d 100644 --- a/t/init.t +++ b/t/init.t @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2018 all contributors +# Copyright (C) 2014-2019 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/linkify.t b/t/linkify.t index c4923582..72262fd0 100644 --- a/t/linkify.t +++ b/t/linkify.t @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2018 all contributors +# Copyright (C) 2016-2019 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/mda.t b/t/mda.t index 966600a8..5621b7d6 100644 --- a/t/mda.t +++ b/t/mda.t @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2018 all contributors +# Copyright (C) 2014-2019 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/mid.t b/t/mid.t index 69a8a708..9ad10a99 100644 --- a/t/mid.t +++ b/t/mid.t @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2018 all contributors +# Copyright (C) 2016-2019 all contributors # License: AGPL-3.0+ use Test::More; use PublicInbox::MID qw(mid_escape mids references); diff --git a/t/mime.t b/t/mime.t index 72140ebf..c5953a47 100644 --- a/t/mime.t +++ b/t/mime.t @@ -1,4 +1,4 @@ -# Copyright (C) 2017-2018 all contributors +# Copyright (C) 2017-2019 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 c1798cb7..f6fd3bb0 100644 --- a/t/msg_iter.t +++ b/t/msg_iter.t @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2018 all contributors +# Copyright (C) 2016-2019 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/msgmap.t b/t/msgmap.t index 20985ce8..f1250bca 100644 --- a/t/msgmap.t +++ b/t/msgmap.t @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2018 all contributors +# Copyright (C) 2015-2019 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/msgtime.t b/t/msgtime.t index c390670a..6b396602 100644 --- a/t/msgtime.t +++ b/t/msgtime.t @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2018 all contributors +# Copyright (C) 2016-2019 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/nntp.t b/t/nntp.t index 7ab801c1..f3a9c7d8 100644 --- a/t/nntp.t +++ b/t/nntp.t @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2018 all contributors +# Copyright (C) 2015-2019 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/nntpd.t b/t/nntpd.t index aa686e9c..153204df 100644 --- a/t/nntpd.t +++ b/t/nntpd.t @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2018 all contributors +# Copyright (C) 2015-2019 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/nulsubject.t b/t/nulsubject.t index bb05be85..4c07f509 100644 --- a/t/nulsubject.t +++ b/t/nulsubject.t @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2018 all contributors +# Copyright (C) 2016-2019 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/over.t b/t/over.t index c0d9d5e5..48c835f8 100644 --- a/t/over.t +++ b/t/over.t @@ -1,4 +1,4 @@ -# Copyright (C) 2018 all contributors +# Copyright (C) 2018-2019 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/perf-nntpd.t b/t/perf-nntpd.t index 29d6aaed..f272e18a 100644 --- a/t/perf-nntpd.t +++ b/t/perf-nntpd.t @@ -1,4 +1,4 @@ -# Copyright (C) 2018 all contributors +# Copyright (C) 2018-2019 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/perf-threading.t b/t/perf-threading.t index 15779c93..3bed05c4 100644 --- a/t/perf-threading.t +++ b/t/perf-threading.t @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2018 all contributors +# Copyright (C) 2016-2019 all contributors # License: AGPL-3.0+ # # real-world testing of search threading diff --git a/t/plack.t b/t/plack.t index 2ff98e98..f9a55e43 100644 --- a/t/plack.t +++ b/t/plack.t @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2018 all contributors +# Copyright (C) 2014-2019 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/precheck.t b/t/precheck.t index 4481e8d0..bcd20910 100644 --- a/t/precheck.t +++ b/t/precheck.t @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2018 all contributors +# Copyright (C) 2014-2019 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/psgi_attach.t b/t/psgi_attach.t index 885a31bf..41695e0d 100644 --- a/t/psgi_attach.t +++ b/t/psgi_attach.t @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2018 all contributors +# Copyright (C) 2016-2019 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 71eefe59..c561cc36 100644 --- a/t/psgi_bad_mids.t +++ b/t/psgi_bad_mids.t @@ -1,4 +1,4 @@ -# Copyright (C) 2018 all contributors +# Copyright (C) 2018-2019 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/psgi_mount.t b/t/psgi_mount.t index c00e74a8..05dbd736 100644 --- a/t/psgi_mount.t +++ b/t/psgi_mount.t @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2018 all contributors +# Copyright (C) 2016-2019 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 4c9fa57a..ae248de3 100644 --- a/t/psgi_multipart_not.t +++ b/t/psgi_multipart_not.t @@ -1,4 +1,4 @@ -# Copyright (C) 2018 all contributors +# Copyright (C) 2018-2019 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/psgi_search.t b/t/psgi_search.t index 0c40a7f2..0c4bdcd1 100644 --- a/t/psgi_search.t +++ b/t/psgi_search.t @@ -1,4 +1,4 @@ -# Copyright (C) 2017-2018 all contributors +# Copyright (C) 2017-2019 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/psgi_text.t b/t/psgi_text.t index 436cb023..9979e7b3 100644 --- a/t/psgi_text.t +++ b/t/psgi_text.t @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2018 all contributors +# Copyright (C) 2016-2019 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/psgi_v2.t b/t/psgi_v2.t index a84566d9..3003c5d6 100644 --- a/t/psgi_v2.t +++ b/t/psgi_v2.t @@ -1,4 +1,4 @@ -# Copyright (C) 2018 all contributors +# Copyright (C) 2018-2019 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/reply.t b/t/reply.t index cbcd7229..bddabc3d 100644 --- a/t/reply.t +++ b/t/reply.t @@ -1,4 +1,4 @@ -# Copyright (C) 2017-2018 all contributors +# Copyright (C) 2017-2019 all contributors # License: AGPL-3+ use strict; use warnings; diff --git a/t/search-thr-index.t b/t/search-thr-index.t index 0f593c2a..4b26f2ee 100644 --- a/t/search-thr-index.t +++ b/t/search-thr-index.t @@ -1,4 +1,4 @@ -# Copyright (C) 2017-2018 all contributors +# Copyright (C) 2017-2019 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/search.t b/t/search.t index a049c931..b1dbb301 100644 --- a/t/search.t +++ b/t/search.t @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2018 all contributors +# Copyright (C) 2015-2019 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/spamcheck_spamc.t b/t/spamcheck_spamc.t index 70de14b6..c13108f4 100644 --- a/t/spamcheck_spamc.t +++ b/t/spamcheck_spamc.t @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2018 all contributors +# Copyright (C) 2016-2019 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/spawn.t b/t/spawn.t index 1d71b26d..aba1a26c 100644 --- a/t/spawn.t +++ b/t/spawn.t @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2018 all contributors +# Copyright (C) 2015-2019 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/thread-cycle.t b/t/thread-cycle.t index 78dcb6f9..f3ae1a35 100644 --- a/t/thread-cycle.t +++ b/t/thread-cycle.t @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2018 all contributors +# Copyright (C) 2016-2019 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/time.t b/t/time.t index 370a0bd3..1bf48685 100644 --- a/t/time.t +++ b/t/time.t @@ -1,4 +1,4 @@ -# Copyright (C) 2018 all contributors +# Copyright (C) 2018-2019 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/v1-add-remove-add.t b/t/v1-add-remove-add.t index 1e11c71e..4777a307 100644 --- a/t/v1-add-remove-add.t +++ b/t/v1-add-remove-add.t @@ -1,4 +1,4 @@ -# Copyright (C) 2018 all contributors +# Copyright (C) 2018-2019 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/v1reindex.t b/t/v1reindex.t index 35275fb4..d14a117d 100644 --- a/t/v1reindex.t +++ b/t/v1reindex.t @@ -1,4 +1,4 @@ -# Copyright (C) 2018 all contributors +# Copyright (C) 2018-2019 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 1b700d76..c758dbb6 100644 --- a/t/v2-add-remove-add.t +++ b/t/v2-add-remove-add.t @@ -1,4 +1,4 @@ -# Copyright (C) 2018 all contributors +# Copyright (C) 2018-2019 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/v2mda.t b/t/v2mda.t index 1c90a5b3..92b3333e 100644 --- a/t/v2mda.t +++ b/t/v2mda.t @@ -1,4 +1,4 @@ -# Copyright (C) 2018 all contributors +# Copyright (C) 2018-2019 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/v2mirror.t b/t/v2mirror.t index 9bc32f30..86ca895d 100644 --- a/t/v2mirror.t +++ b/t/v2mirror.t @@ -1,4 +1,4 @@ -# Copyright (C) 2018 all contributors +# Copyright (C) 2018-2019 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/v2reindex.t b/t/v2reindex.t index 2a6fc555..1dcefbe3 100644 --- a/t/v2reindex.t +++ b/t/v2reindex.t @@ -1,4 +1,4 @@ -# Copyright (C) 2018 all contributors +# Copyright (C) 2018-2019 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/v2writable.t b/t/v2writable.t index 8e96ff00..c1c9196f 100644 --- a/t/v2writable.t +++ b/t/v2writable.t @@ -1,4 +1,4 @@ -# Copyright (C) 2018 all contributors +# Copyright (C) 2018-2019 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/view.t b/t/view.t index d93be6f6..1de3a02c 100644 --- a/t/view.t +++ b/t/view.t @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2018 all contributors +# Copyright (C) 2013-2019 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/t/watch_maildir.t b/t/watch_maildir.t index b85ddc58..d164bf35 100644 --- a/t/watch_maildir.t +++ b/t/watch_maildir.t @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2018 all contributors +# Copyright (C) 2016-2019 all contributors # License: AGPL-3.0+ use Test::More; use File::Temp qw/tempdir/; diff --git a/t/watch_maildir_v2.t b/t/watch_maildir_v2.t index b2cff4ba..f1d6e740 100644 --- a/t/watch_maildir_v2.t +++ b/t/watch_maildir_v2.t @@ -1,4 +1,4 @@ -# Copyright (C) 2018 all contributors +# Copyright (C) 2018-2019 all contributors # License: AGPL-3.0+ use Test::More; use File::Temp qw/tempdir/; -- cgit v1.2.3-24-ge0c7