about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2022-07-23 04:41:52 +0000
committerEric Wong <e@80x24.org>2022-07-23 14:22:32 +0000
commit1c3e60b66e01df89afdf74990a849a5a7386f9c7 (patch)
tree5484e8e949c40ba084cf47d74a3291706d048a40 /t
parent0c62cffc23894a2f5eb1d6c9ee29973f4863a365 (diff)
downloadpublic-inbox-1c3e60b66e01df89afdf74990a849a5a7386f9c7.tar.gz
This brings NNTP closer to POP3 and IMAP implementations
to allow CoW avoidance on constants.
Diffstat (limited to 't')
-rw-r--r--t/nntpd.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/nntpd.t b/t/nntpd.t
index cf1c44f8..34e9e1b4 100644
--- a/t/nntpd.t
+++ b/t/nntpd.t
@@ -1,5 +1,5 @@
 #!perl -w
-# Copyright (C) 2015-2021 all contributors <meta@public-inbox.org>
+# Copyright (C) all contributors <meta@public-inbox.org>
 # License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
 use strict; use v5.10.1; use PublicInbox::TestCommon;
 require_mods(qw(DBD::SQLite));