From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-2.9 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00, URIBL_BLOCKED shortcircuit=no autolearn=unavailable version=3.3.2 X-Original-To: meta@public-inbox.org Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id E722520579; Tue, 1 Mar 2016 05:21:29 +0000 (UTC) Date: Tue, 1 Mar 2016 05:21:30 +0000 From: Eric Wong To: meta@public-inbox.org Subject: [PATCH] copyright updates for 2016 Message-ID: <20160301052130.GA15934@dcvr.yhbt.net> References: <20160229082555.28323-1-e@80x24.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160229082555.28323-1-e@80x24.org> List-Id: In the future, this is the format which allows us to use update-copyright from gnulib: git ls-files | \ UPDATE_COPYRIGHT_HOLDER='all contributors' \ UPDATE_COPYRIGHT_USE_INTERVALS=2 \ xargs /path/to/gnulib/build-aux/update-copyright --- Documentation/include.mk | 2 +- Documentation/txt2pre | 4 ++-- INSTALL | 4 ++-- Makefile.PL | 6 +++--- README | 4 ++-- lib/Ssoma/Extractor.pm | 4 ++-- lib/Ssoma/Git.pm | 4 ++-- lib/Ssoma/GitIndexInfo.pm | 4 ++-- lib/Ssoma/IMAP.pm | 4 ++-- lib/Ssoma/MDA.pm | 4 ++-- lib/Ssoma/Remover.pm | 4 ++-- ssoma | 4 ++-- ssoma-mda | 4 ++-- ssoma-rm | 4 ++-- t/all.t | 4 ++-- t/extractor.t | 4 ++-- t/git.t | 4 ++-- t/imap.t | 4 ++-- t/mda-badheaders.t | 4 ++-- t/mda-conflict.t | 4 ++-- t/mda-missing-mid.t | 4 ++-- t/remover.t | 4 ++-- 22 files changed, 44 insertions(+), 44 deletions(-) diff --git a/Documentation/include.mk b/Documentation/include.mk index deb3f27..7b64a19 100644 --- a/Documentation/include.mk +++ b/Documentation/include.mk @@ -1,5 +1,5 @@ # Copyright (C) 2013-2016 all contributors -# License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt) +# License: AGPL-3.0+ all:: RSYNC = rsync diff --git a/Documentation/txt2pre b/Documentation/txt2pre index 0384a1d..aad3673 100755 --- a/Documentation/txt2pre +++ b/Documentation/txt2pre @@ -1,6 +1,6 @@ #!/usr/bin/env perl -# Copyright (C) 2014, Eric Wong and all contributors -# License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt) +# Copyright (C) 2014-2016 all contributors +# License: AGPL-3.0+ # # Stupid script to make HTML from preformatted, utf-8 text versions, # only generating links for http(s). Markdown does too much diff --git a/INSTALL b/INSTALL index dc85e5e..3f8702e 100644 --- a/INSTALL +++ b/INSTALL @@ -46,5 +46,5 @@ convenience. Copyright --------- -Copyright 2013, Eric Wong and all contributors. -License: AGPLv3 or later +Copyright 2013-2016 all contributors +License: AGPL-3.0+ diff --git a/Makefile.PL b/Makefile.PL index a28be51..00326fc 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2013, Eric Wong and all contributors -# License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt) +# Copyright 2013-2016 all contributors +# License: AGPL-3.0+ # # Note: this may be rewritten in another language in the future, # so don't depend on any public Perl API @@ -9,7 +9,7 @@ use ExtUtils::MakeMaker; WriteMakefile( NAME => 'ssoma', VERSION => '0.1.0', - AUTHOR => 'Eric Wong ', + AUTHOR => 'Eric Wong ', ABSTRACT => 'some sort of mail archiver', EXE_FILES => [qw/ssoma-mda ssoma ssoma-rm/], PREREQ_PM => { diff --git a/README b/README index 37851fb..d2be773 100644 --- a/README +++ b/README @@ -79,8 +79,8 @@ document describes it: Copyright --------- -Copyright 2013, Eric Wong and all contributors. -License: AGPLv3 or later +Copyright 2013-2016 all contributors +License: AGPL-3.0+ This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/lib/Ssoma/Extractor.pm b/lib/Ssoma/Extractor.pm index 9d7bcce..afc9afd 100644 --- a/lib/Ssoma/Extractor.pm +++ b/lib/Ssoma/Extractor.pm @@ -1,5 +1,5 @@ -# Copyright (C) 2013, Eric Wong and all contributors -# License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt) +# Copyright (C) 2013-2016 all contributors +# License: AGPL-3.0+ # # Extracts mail to an Mbox or Maildir package Ssoma::Extractor; diff --git a/lib/Ssoma/Git.pm b/lib/Ssoma/Git.pm index 05fa5a3..70548fd 100644 --- a/lib/Ssoma/Git.pm +++ b/lib/Ssoma/Git.pm @@ -1,5 +1,5 @@ -# Copyright (C) 2013, Eric Wong and all contributors -# License: GPLv2 or later (https://www.gnu.org/licenses/gpl-2.0.txt) +# Copyright (C) 2013-2016 all contributors +# License: GPL-2.0+ # # Note: some trivial code here stolen from git-svn + Perl modules # distributed with git. This remains GPLv2+ so improvements may flow diff --git a/lib/Ssoma/GitIndexInfo.pm b/lib/Ssoma/GitIndexInfo.pm index 7f20297..30b8f6f 100644 --- a/lib/Ssoma/GitIndexInfo.pm +++ b/lib/Ssoma/GitIndexInfo.pm @@ -1,5 +1,5 @@ -# Copyright (C) 2013, Eric Wong and all contributors -# License: GPLv2 or later (https://www.gnu.org/licenses/gpl-2.0.txt) +# Copyright (C) 2013-2016 all contributors +# License: GPL-2.0+ # # Note: some trivial code here stolen from git-svn + Perl modules # distributed with git. This remains GPLv2+ so improvements may flow diff --git a/lib/Ssoma/IMAP.pm b/lib/Ssoma/IMAP.pm index a32a288..741a032 100644 --- a/lib/Ssoma/IMAP.pm +++ b/lib/Ssoma/IMAP.pm @@ -1,5 +1,5 @@ -# Copyright (C) 2013, Eric Wong and all contributors -# License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt) +# Copyright (C) 2013-2016 all contributors +# License: AGPL-3.0+ # # IMAP delivery module, used by Ssoma::Extractor if Email::LocalDelivery # is not available. Since we are dependent on git, we use the same config diff --git a/lib/Ssoma/MDA.pm b/lib/Ssoma/MDA.pm index 8fe4fd6..68c9520 100644 --- a/lib/Ssoma/MDA.pm +++ b/lib/Ssoma/MDA.pm @@ -1,5 +1,5 @@ -# Copyright (C) 2013, Eric Wong and all contributors -# License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt) +# Copyright (C) 2013-2016 all contributors +# License: AGPL-3.0+ # # Mail Delivery Agent module, delivers mail into a ssoma git repo package Ssoma::MDA; diff --git a/lib/Ssoma/Remover.pm b/lib/Ssoma/Remover.pm index 184db1a..f1582ac 100644 --- a/lib/Ssoma/Remover.pm +++ b/lib/Ssoma/Remover.pm @@ -1,5 +1,5 @@ -# Copyright (C) 2013, Eric Wong and all contributors -# License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt) +# Copyright (C) 2013-2016 all contributors +# License: AGPL-3.0+ package Ssoma::Remover; use strict; use warnings; diff --git a/ssoma b/ssoma index 064349e..fbb2460 100755 --- a/ssoma +++ b/ssoma @@ -1,6 +1,6 @@ #!/usr/bin/perl -w -# Copyright (C) 2013, Eric Wong and all contributors -# License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt) +# Copyright (C) 2013-2016 all contributors +# License: AGPL-3.0+ # This is the normal command-line client for users use strict; use warnings; diff --git a/ssoma-mda b/ssoma-mda index 2d658d2..5eacf75 100755 --- a/ssoma-mda +++ b/ssoma-mda @@ -1,6 +1,6 @@ #!/usr/bin/perl -w -# Copyright (C) 2013, Eric Wong and all contributors -# License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt) +# Copyright (C) 2013-2016 all contributors +# License: AGPL-3.0+ # This is the command-line mail delivery agent for servers. # Try to keep this small as it may be invoked frequently for each message # delivered. diff --git a/ssoma-rm b/ssoma-rm index 05f2d66..06f61a1 100755 --- a/ssoma-rm +++ b/ssoma-rm @@ -1,6 +1,6 @@ #!/usr/bin/perl -w -# Copyright (C) 2013, Eric Wong and all contributors -# License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt) +# Copyright (C) 2013-2016 all contributors +# License: AGPL-3.0+ # this is intended for server administrators, so it takes an absolute # path (however this may be run by clients, too). my $usage = "ssoma-rm /path/to/git/repo < /path/to/rfc2822_message"; diff --git a/t/all.t b/t/all.t index d5680de..b0232d8 100644 --- a/t/all.t +++ b/t/all.t @@ -1,6 +1,6 @@ #!/usr/bin/perl -w -# Copyright (C) 2013, Eric Wong and all contributors -# License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt) +# Copyright (C) 2013-2016 all contributors +# License: AGPL-3.0+ use strict; use warnings; use Test::More; diff --git a/t/extractor.t b/t/extractor.t index d2c0119..6a5c8f5 100644 --- a/t/extractor.t +++ b/t/extractor.t @@ -1,6 +1,6 @@ #!/usr/bin/perl -w -# Copyright (C) 2013, Eric Wong and all contributors -# License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt) +# Copyright (C) 2013-2016 all contributors +# License: AGPL-3.0+ use strict; use warnings; use Test::More; diff --git a/t/git.t b/t/git.t index 1588112..43ebaf2 100644 --- a/t/git.t +++ b/t/git.t @@ -1,6 +1,6 @@ #!/usr/bin/perl -w -# Copyright (C) 2013, Eric Wong and all contributors -# License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt) +# Copyright (C) 2013-2016 all contributors +# License: AGPL-3.0+ use strict; use warnings; use Test::More; diff --git a/t/imap.t b/t/imap.t index 14fc0b3..88c7d52 100644 --- a/t/imap.t +++ b/t/imap.t @@ -1,6 +1,6 @@ #!/usr/bin/perl -w -# Copyright (C) 2013, Eric Wong and all contributors -# License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt) +# Copyright (C) 2013-2016 all contributors +# License: AGPL-3.0+ use strict; use warnings; use Test::More; diff --git a/t/mda-badheaders.t b/t/mda-badheaders.t index 00d1495..0ce0762 100644 --- a/t/mda-badheaders.t +++ b/t/mda-badheaders.t @@ -1,6 +1,6 @@ #!/usr/bin/perl -w -# Copyright (C) 2013, Eric Wong and all contributors -# License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt) +# Copyright (C) 2013-2016 all contributors +# License: AGPL-3.0+ use strict; use warnings; use Test::More; diff --git a/t/mda-conflict.t b/t/mda-conflict.t index 2f77be3..84be907 100644 --- a/t/mda-conflict.t +++ b/t/mda-conflict.t @@ -1,6 +1,6 @@ #!/usr/bin/perl -w -# Copyright (C) 2013, Eric Wong and all contributors -# License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt) +# Copyright (C) 2013-2016 all contributors +# License: AGPL-3.0+ use strict; use warnings; use Test::More; diff --git a/t/mda-missing-mid.t b/t/mda-missing-mid.t index 21a3540..815616f 100644 --- a/t/mda-missing-mid.t +++ b/t/mda-missing-mid.t @@ -1,6 +1,6 @@ #!/usr/bin/perl -w -# Copyright (C) 2013, Eric Wong and all contributors -# License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt) +# Copyright (C) 2013-2016 all contributors +# License: AGPL-3.0+ use strict; use warnings; use Test::More; diff --git a/t/remover.t b/t/remover.t index d30f91d..4291013 100644 --- a/t/remover.t +++ b/t/remover.t @@ -1,6 +1,6 @@ #!/usr/bin/perl -w -# Copyright (C) 2013, Eric Wong and all contributors -# License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt) +# Copyright (C) 2013-2016 all contributors +# License: AGPL-3.0+ use strict; use warnings; use Test::More; -- EW