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 --- xt/cmp-msgstr.t | 2 +- xt/cmp-msgview.t | 2 +- xt/create-many-inboxes.t | 2 +- xt/eml_check_limits.t | 2 +- xt/git-http-backend.t | 2 +- xt/git_async_cmp.t | 2 +- xt/httpd-async-stream.t | 2 +- xt/imapd-mbsync-oimap.t | 2 +- xt/imapd-validate.t | 2 +- xt/mem-imapd-tls.t | 2 +- xt/mem-msgview.t | 2 +- xt/msgtime_cmp.t | 2 +- xt/nntpd-validate.t | 2 +- xt/perf-msgview.t | 2 +- xt/perf-nntpd.t | 2 +- xt/perf-threading.t | 2 +- xt/solver.t | 2 +- 17 files changed, 17 insertions(+), 17 deletions(-) (limited to 'xt') diff --git a/xt/cmp-msgstr.t b/xt/cmp-msgstr.t index 0276f845..e0e8ed5a 100644 --- a/xt/cmp-msgstr.t +++ b/xt/cmp-msgstr.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/xt/cmp-msgview.t b/xt/cmp-msgview.t index 24151267..49dcbc9e 100644 --- a/xt/cmp-msgview.t +++ b/xt/cmp-msgview.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/xt/create-many-inboxes.t b/xt/create-many-inboxes.t index c92643b2..0c2de40d 100644 --- a/xt/create-many-inboxes.t +++ b/xt/create-many-inboxes.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/xt/eml_check_limits.t b/xt/eml_check_limits.t index 9f821946..536a25f1 100644 --- a/xt/eml_check_limits.t +++ b/xt/eml_check_limits.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/xt/git-http-backend.t b/xt/git-http-backend.t index 2f02725a..dcff72cc 100644 --- a/xt/git-http-backend.t +++ b/xt/git-http-backend.t @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2020 all contributors +# Copyright (C) 2016-2021 all contributors # License: AGPL-3.0+ # # Ensure buffering behavior in -httpd doesn't cause runaway memory use diff --git a/xt/git_async_cmp.t b/xt/git_async_cmp.t index f9c9ddef..a7a94c2d 100644 --- a/xt/git_async_cmp.t +++ b/xt/git_async_cmp.t @@ -1,5 +1,5 @@ #!perl -w -# Copyright (C) 2019-2020 all contributors +# Copyright (C) 2019-2021 all contributors # License: AGPL-3.0+ use strict; use Test::More; diff --git a/xt/httpd-async-stream.t b/xt/httpd-async-stream.t index 22a96875..f6715c58 100644 --- a/xt/httpd-async-stream.t +++ b/xt/httpd-async-stream.t @@ -1,5 +1,5 @@ #!perl -w -# Copyright (C) 2020 all contributors +# Copyright (C) 2020-2021 all contributors # License: AGPL-3.0+ # Expensive test to validate compression and TLS. use strict; diff --git a/xt/imapd-mbsync-oimap.t b/xt/imapd-mbsync-oimap.t index f8641d06..5f671fc8 100644 --- a/xt/imapd-mbsync-oimap.t +++ b/xt/imapd-mbsync-oimap.t @@ -1,5 +1,5 @@ #!perl -w -# Copyright (C) 2020 all contributors +# Copyright (C) 2020-2021 all contributors # License: AGPL-3.0+ # ensure mbsync and offlineimap compatibility use strict; diff --git a/xt/imapd-validate.t b/xt/imapd-validate.t index 3e445156..b6ac3e21 100644 --- a/xt/imapd-validate.t +++ b/xt/imapd-validate.t @@ -1,5 +1,5 @@ #!perl -w -# Copyright (C) 2020 all contributors +# Copyright (C) 2020-2021 all contributors # License: AGPL-3.0+ # Expensive test to validate compression and TLS. use strict; diff --git a/xt/mem-imapd-tls.t b/xt/mem-imapd-tls.t index 3f1436c7..e4b3b8cd 100644 --- a/xt/mem-imapd-tls.t +++ b/xt/mem-imapd-tls.t @@ -1,5 +1,5 @@ #!perl -w -# Copyright (C) 2020 all contributors +# Copyright (C) 2020-2021 all contributors # License: AGPL-3.0+ # Idle client memory usage test, particularly after EXAMINE when # Message Sequence Numbers are loaded diff --git a/xt/mem-msgview.t b/xt/mem-msgview.t index c09afde0..dceb24b2 100644 --- a/xt/mem-msgview.t +++ b/xt/mem-msgview.t @@ -1,5 +1,5 @@ #!perl -w -# Copyright (C) 2020 all contributors +# Copyright (C) 2020-2021 all contributors # License: AGPL-3.0+ # Note: this may be altered as-needed to demonstrate improvements. # See history in git for this file. diff --git a/xt/msgtime_cmp.t b/xt/msgtime_cmp.t index aa96be4d..ae9e4215 100644 --- a/xt/msgtime_cmp.t +++ b/xt/msgtime_cmp.t @@ -1,5 +1,5 @@ #!perl -w -# Copyright (C) 2019-2020 all contributors +# Copyright (C) 2019-2021 all contributors # License: AGPL-3.0+ use strict; use Test::More; diff --git a/xt/nntpd-validate.t b/xt/nntpd-validate.t index 322e6f62..efe97c02 100644 --- a/xt/nntpd-validate.t +++ b/xt/nntpd-validate.t @@ -1,4 +1,4 @@ -# Copyright (C) 2019-2020 all contributors +# Copyright (C) 2019-2021 all contributors # License: AGPL-3.0+ # Integration test to validate compression. diff --git a/xt/perf-msgview.t b/xt/perf-msgview.t index 30e133d7..59980839 100644 --- a/xt/perf-msgview.t +++ b/xt/perf-msgview.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/xt/perf-nntpd.t b/xt/perf-nntpd.t index f73afacc..cd0d4938 100644 --- a/xt/perf-nntpd.t +++ b/xt/perf-nntpd.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/xt/perf-threading.t b/xt/perf-threading.t index 472c1953..57e9db9b 100644 --- a/xt/perf-threading.t +++ b/xt/perf-threading.t @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2020 all contributors +# Copyright (C) 2016-2021 all contributors # License: AGPL-3.0+ # # real-world testing of search threading diff --git a/xt/solver.t b/xt/solver.t index 99fca0d3..2f2fcc44 100644 --- a/xt/solver.t +++ b/xt/solver.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; -- cgit v1.2.3-24-ge0c7