From 3d41aa23f35501ca92aab8aa42980fa73f7fa74f Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 7 Feb 2018 19:56:45 +0000 Subject: update copyrights for 2018 Using update-copyrights from gnulib While we're at it, use the SPDX identifier for AGPL-3.0+ to ease mechanical processing. --- examples/README.unsubscribe | 2 +- examples/cgit-commit-filter.lua | 4 ++-- examples/public-inbox.psgi | 2 +- examples/unsubscribe.milter | 2 +- examples/unsubscribe.psgi | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) (limited to 'examples') diff --git a/examples/README.unsubscribe b/examples/README.unsubscribe index 7c41067c..5df998cd 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 all contributors +Copyright (C) 2016-2018 all contributors License: AGPL-3.0+ diff --git a/examples/cgit-commit-filter.lua b/examples/cgit-commit-filter.lua index 4b90125f..e2a079cf 100644 --- a/examples/cgit-commit-filter.lua +++ b/examples/cgit-commit-filter.lua @@ -1,5 +1,5 @@ --- Copyright (C) 2015 all contributors --- License: GPLv2 or later (https://www.gnu.org/licenses/gpl-2.0.txt) +-- Copyright (C) 2015-2018 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/public-inbox.psgi b/examples/public-inbox.psgi index 98cde92d..4dd3306b 100644 --- a/examples/public-inbox.psgi +++ b/examples/public-inbox.psgi @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# Copyright (C) 2014-2016 all contributors +# Copyright (C) 2014-2018 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 c245a5b8..3597b3ec 100644 --- a/examples/unsubscribe.milter +++ b/examples/unsubscribe.milter @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# Copyright (C) 2016 all contributors +# Copyright (C) 2016-2018 all contributors # License: AGPL-3.0+ use strict; use warnings; diff --git a/examples/unsubscribe.psgi b/examples/unsubscribe.psgi index 5b9b16cc..612aa880 100644 --- a/examples/unsubscribe.psgi +++ b/examples/unsubscribe.psgi @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# Copyright (C) 2016 all contributors +# Copyright (C) 2016-2018 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