about summary refs log tree commit homepage
path: root/script/public-inbox-nntpd
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2018-02-07 19:56:45 +0000
committerEric Wong <e@80x24.org>2018-02-07 19:56:45 +0000
commit3d41aa23f35501ca92aab8aa42980fa73f7fa74f (patch)
treef5d044b452abb5062a0b7db088962f8e7b08ec4c /script/public-inbox-nntpd
parentbb23f834ec0510d5318e59620100b0046f044f34 (diff)
downloadpublic-inbox-3d41aa23f35501ca92aab8aa42980fa73f7fa74f.tar.gz
Using update-copyrights from gnulib

While we're at it, use the SPDX identifier for AGPL-3.0+ to
ease mechanical processing.
Diffstat (limited to 'script/public-inbox-nntpd')
-rwxr-xr-xscript/public-inbox-nntpd4
1 files changed, 2 insertions, 2 deletions
diff --git a/script/public-inbox-nntpd b/script/public-inbox-nntpd
index be860a54..484ce8d6 100755
--- a/script/public-inbox-nntpd
+++ b/script/public-inbox-nntpd
@@ -1,6 +1,6 @@
 #!/usr/bin/perl -w
-# Copyright (C) 2015 all contributors <meta@public-inbox.org>
-# License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt)
+# Copyright (C) 2015-2018 all contributors <meta@public-inbox.org>
+# License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
 #
 # Standalone NNTP server for public-inbox.
 use strict;