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 --- script/lei | 2 +- script/public-inbox-compact | 2 +- script/public-inbox-convert | 2 +- script/public-inbox-edit | 2 +- script/public-inbox-extindex | 2 +- script/public-inbox-httpd | 2 +- script/public-inbox-imapd | 2 +- script/public-inbox-index | 2 +- script/public-inbox-init | 2 +- script/public-inbox-learn | 2 +- script/public-inbox-mda | 2 +- script/public-inbox-nntpd | 2 +- script/public-inbox-purge | 2 +- script/public-inbox-watch | 2 +- script/public-inbox-xcpdb | 2 +- script/public-inbox.cgi | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) (limited to 'script') diff --git a/script/lei b/script/lei index 0457adfd..ff4dcd45 100755 --- a/script/lei +++ b/script/lei @@ -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/script/public-inbox-compact b/script/public-inbox-compact index dfebac1c..ab1d1e5e 100755 --- a/script/public-inbox-compact +++ b/script/public-inbox-compact @@ -1,5 +1,5 @@ #!perl -w -# Copyright (C) 2018-2020 all contributors +# Copyright (C) 2018-2021 all contributors # License: AGPL-3.0+ use strict; use v5.10.1; diff --git a/script/public-inbox-convert b/script/public-inbox-convert index e6ee6529..3c627b79 100755 --- a/script/public-inbox-convert +++ b/script/public-inbox-convert @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# Copyright (C) 2018-2020 all contributors +# Copyright (C) 2018-2021 all contributors # License: AGPL-3.0+ use strict; use v5.10.1; diff --git a/script/public-inbox-edit b/script/public-inbox-edit index 81f023bc..1c6c4e4a 100755 --- a/script/public-inbox-edit +++ b/script/public-inbox-edit @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# Copyright (C) 2019-2020 all contributors +# Copyright (C) 2019-2021 all contributors # License: AGPL-3.0+ # # Used for editing messages in a public-inbox. diff --git a/script/public-inbox-extindex b/script/public-inbox-extindex index 5f27988f..15ac20eb 100644 --- a/script/public-inbox-extindex +++ b/script/public-inbox-extindex @@ -1,5 +1,5 @@ #!perl -w -# Copyright (C) 2020 all contributors +# Copyright (C) 2020-2021 all contributors # License: AGPL-3.0+ # Basic tool to create a Xapian search index for a public-inbox. use strict; diff --git a/script/public-inbox-httpd b/script/public-inbox-httpd index 3befdab8..b31b896d 100755 --- a/script/public-inbox-httpd +++ b/script/public-inbox-httpd @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# Copyright (C) 2016-2020 all contributors +# Copyright (C) 2016-2021 all contributors # License: AGPL-3.0+ # # Standalone HTTP server for public-inbox. diff --git a/script/public-inbox-imapd b/script/public-inbox-imapd index 60f2e6d8..6b755938 100755 --- a/script/public-inbox-imapd +++ b/script/public-inbox-imapd @@ -1,5 +1,5 @@ #!perl -w -# Copyright (C) 2020 all contributors +# Copyright (C) 2020-2021 all contributors # License: AGPL-3.0+ # # Standalone read-only IMAP server for public-inbox. diff --git a/script/public-inbox-index b/script/public-inbox-index index 0fdfddc0..33169bd0 100755 --- a/script/public-inbox-index +++ b/script/public-inbox-index @@ -1,5 +1,5 @@ #!perl -w -# Copyright (C) 2015-2020 all contributors +# Copyright (C) 2015-2021 all contributors # License: AGPL-3.0+ # Basic tool to create a Xapian search index for a public-inbox. # Usage with libeatmydata diff --git a/script/public-inbox-init b/script/public-inbox-init index 222d0c60..6a867a22 100755 --- a/script/public-inbox-init +++ b/script/public-inbox-init @@ -1,5 +1,5 @@ #!perl -w -# Copyright (C) 2014-2020 all contributors +# Copyright (C) 2014-2021 all contributors # License: AGPL-3.0+ use strict; use v5.10.1; diff --git a/script/public-inbox-learn b/script/public-inbox-learn index 1731a4ba..8b8e1b77 100755 --- a/script/public-inbox-learn +++ b/script/public-inbox-learn @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# Copyright (C) 2014-2020 all contributors +# Copyright (C) 2014-2021 all contributors # License: AGPL-3.0+ # # Used for training spam (via SpamAssassin) and removing messages from a diff --git a/script/public-inbox-mda b/script/public-inbox-mda index 40963f8e..7e2bee92 100755 --- a/script/public-inbox-mda +++ b/script/public-inbox-mda @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# Copyright (C) 2013-2020 all contributors +# Copyright (C) 2013-2021 all contributors # License: AGPL-3.0+ # # Mail delivery agent for public-inbox, run from your MTA upon mail delivery diff --git a/script/public-inbox-nntpd b/script/public-inbox-nntpd index f42db6fe..9fb0a8d9 100755 --- a/script/public-inbox-nntpd +++ b/script/public-inbox-nntpd @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# Copyright (C) 2015-2020 all contributors +# Copyright (C) 2015-2021 all contributors # License: AGPL-3.0+ # # Standalone NNTP server for public-inbox. diff --git a/script/public-inbox-purge b/script/public-inbox-purge index 52f1f18a..59c03150 100755 --- a/script/public-inbox-purge +++ b/script/public-inbox-purge @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# Copyright (C) 2019-2020 all contributors +# Copyright (C) 2019-2021 all contributors # License: AGPL-3.0+ # # Used for purging messages entirely from a public-inbox. Currently diff --git a/script/public-inbox-watch b/script/public-inbox-watch index 4fd6ad49..9ada9c3b 100755 --- a/script/public-inbox-watch +++ b/script/public-inbox-watch @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# Copyright (C) 2016-2020 all contributors +# Copyright (C) 2016-2021 all contributors # License: AGPL-3.0+ my $help = < +# Copyright (C) 2019-2021 all contributors # License: AGPL-3.0+ use strict; use v5.10.1; diff --git a/script/public-inbox.cgi b/script/public-inbox.cgi index 42ab17c9..3a430d5b 100755 --- a/script/public-inbox.cgi +++ b/script/public-inbox.cgi @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# Copyright (C) 2014-2020 all contributors +# Copyright (C) 2014-2021 all contributors # License: AGPL-3.0+ or later # # Enables using PublicInbox::WWW as a CGI script -- cgit v1.2.3-24-ge0c7