From 95bdac7f09c69036efed537a4d03d5bdd2ae4eb6 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 6 Feb 2020 13:14:48 -0600 Subject: treewide: run update-copyrights from gnulib for 2019 I didn't wait until September to do it, this year! --- examples/README.unsubscribe | 2 +- examples/cgit-commit-filter.lua | 2 +- examples/cgit-wwwhighlight-filter.lua | 2 +- examples/cgit.psgi | 2 +- examples/highlight.psgi | 2 +- examples/newswww.psgi | 2 +- examples/public-inbox.psgi | 2 +- examples/unsubscribe.milter | 2 +- examples/unsubscribe.psgi | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) (limited to 'examples') diff --git a/examples/README.unsubscribe b/examples/README.unsubscribe index 42df1494..f84e9355 100644 --- a/examples/README.unsubscribe +++ b/examples/README.unsubscribe @@ -36,5 +36,5 @@ in /etc/postfix/main.cf: # This is not needed for mlmmj since mlmmj uses SMTP: # non_smtpd_milters = local:/var/spool/postfix/unsubscribe/unsubscribe.sock -Copyright (C) 2016-2019 all contributors +Copyright (C) 2016-2020 all contributors License: AGPL-3.0+ diff --git a/examples/cgit-commit-filter.lua b/examples/cgit-commit-filter.lua index 970da7c5..73af9948 100644 --- a/examples/cgit-commit-filter.lua +++ b/examples/cgit-commit-filter.lua @@ -1,4 +1,4 @@ --- Copyright (C) 2015-2019 all contributors +-- Copyright (C) 2015-2020 all contributors -- License: GPLv2 or later -- This commit filter maps a subject line to a search URL of a public-inbox -- disclaimer: written by someone who does not know Lua. diff --git a/examples/cgit-wwwhighlight-filter.lua b/examples/cgit-wwwhighlight-filter.lua index a267d1c8..708e8696 100644 --- a/examples/cgit-wwwhighlight-filter.lua +++ b/examples/cgit-wwwhighlight-filter.lua @@ -1,4 +1,4 @@ --- Copyright (C) 2019 all contributors +-- Copyright (C) 2019-2020 all contributors -- License: GPL-2.0+ -- -- This filter accesses the PublicInbox::WwwHighlight PSGI endpoint diff --git a/examples/cgit.psgi b/examples/cgit.psgi index ca93f924..3aaa4515 100644 --- a/examples/cgit.psgi +++ b/examples/cgit.psgi @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# Copyright (C) 2019 all contributors +# Copyright (C) 2019-2020 all contributors # License: GPL-3.0+ # # PublicInbox::Cgit may be used independently of WWW. diff --git a/examples/highlight.psgi b/examples/highlight.psgi index 244b128e..fd653b18 100644 --- a/examples/highlight.psgi +++ b/examples/highlight.psgi @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# Copyright (C) 2019 all contributors +# Copyright (C) 2019-2020 all contributors # License: AGPL-3.0+ # # Usage: plackup [OPTIONS] /path/to/this/file diff --git a/examples/newswww.psgi b/examples/newswww.psgi index 0f667822..4753a501 100644 --- a/examples/newswww.psgi +++ b/examples/newswww.psgi @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# Copyright (C) 2019 all contributors +# Copyright (C) 2019-2020 all contributors # License: GPL-3.0+ # # NewsWWW may be used independently of WWW. This can be useful diff --git a/examples/public-inbox.psgi b/examples/public-inbox.psgi index 53a5970f..b9817e83 100644 --- a/examples/public-inbox.psgi +++ b/examples/public-inbox.psgi @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# Copyright (C) 2014-2019 all contributors +# Copyright (C) 2014-2020 all contributors # License: GPL-3.0+ # Note: this is part of our test suite, update t/plack.t if this changes # Usage: plackup [OPTIONS] /path/to/this/file diff --git a/examples/unsubscribe.milter b/examples/unsubscribe.milter index 266596fa..23229511 100644 --- a/examples/unsubscribe.milter +++ b/examples/unsubscribe.milter @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# Copyright (C) 2016-2019 all contributors +# Copyright (C) 2016-2020 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/examples/unsubscribe.psgi b/examples/unsubscribe.psgi index 7020af20..6a40f251 100644 --- a/examples/unsubscribe.psgi +++ b/examples/unsubscribe.psgi @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# Copyright (C) 2016-2019 all contributors +# Copyright (C) 2016-2020 all contributors # License: GPL-3.0+ # This should not require any other PublicInbox code, but may use # PublicInbox::Config if ~/.public-inbox/config exists or -- cgit v1.2.3-24-ge0c7