From f76f265a851944b5dedcc3be5f3b5224b6ebda89 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 6 Sep 2015 06:59:13 +0000 Subject: update copyright headers and email addresses In the future, it should be possible to use this: git ls-files | UPDATE_COPYRIGHT_HOLDER='all contributors' \ UPDATE_COPYRIGHT_USE_INTERVALS=2 \ xargs /path/to/gnulib/build-aux/update-copyright --- Documentation/design_notes.txt | 2 +- Documentation/txt2pre | 2 +- INSTALL | 2 +- Makefile.PL | 2 +- README | 2 +- examples/public-inbox.psgi | 2 +- lib/PublicInbox/Config.pm | 2 +- lib/PublicInbox/Feed.pm | 2 +- lib/PublicInbox/Filter.pm | 2 +- lib/PublicInbox/GitCatFile.pm | 2 +- lib/PublicInbox/Hval.pm | 2 +- lib/PublicInbox/MDA.pm | 2 +- lib/PublicInbox/MID.pm | 2 +- lib/PublicInbox/Mbox.pm | 2 +- lib/PublicInbox/Search.pm | 2 +- lib/PublicInbox/SearchIdx.pm | 2 +- lib/PublicInbox/SearchMsg.pm | 2 +- lib/PublicInbox/View.pm | 2 +- lib/PublicInbox/WWW.pm | 2 +- public-inbox-index | 2 +- public-inbox-init | 2 +- public-inbox-learn | 2 +- public-inbox-mda | 2 +- public-inbox.cgi | 2 +- scripts/import_slrnspool | 2 +- scripts/slrnspool2maildir | 2 +- t/cgi.t | 2 +- t/common.perl | 2 ++ t/config.t | 2 +- t/feed.t | 2 +- t/filter.t | 2 +- t/html_index.t | 2 +- t/init.t | 2 +- t/mda.t | 2 +- t/plack.t | 2 +- t/precheck.t | 2 +- t/search.t | 2 +- t/view.t | 2 +- 38 files changed, 39 insertions(+), 37 deletions(-) diff --git a/Documentation/design_notes.txt b/Documentation/design_notes.txt index 5bb68ce5..d96c8d82 100644 --- a/Documentation/design_notes.txt +++ b/Documentation/design_notes.txt @@ -144,5 +144,5 @@ where `n' is the number of history splits. Copyright --------- -Copyright 2013-2015, all contributors +Copyright 2013-2015 all contributors License: AGPLv3 or later diff --git a/Documentation/txt2pre b/Documentation/txt2pre index 0384a1d0..acc6ca94 100755 --- a/Documentation/txt2pre +++ b/Documentation/txt2pre @@ -1,5 +1,5 @@ #!/usr/bin/env perl -# Copyright (C) 2014, Eric Wong and all contributors +# Copyright (C) 2014-2015 all contributors # License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt) # # Stupid script to make HTML from preformatted, utf-8 text versions, diff --git a/INSTALL b/INSTALL index 17f1c2b1..2a9bd34e 100644 --- a/INSTALL +++ b/INSTALL @@ -50,5 +50,5 @@ Optional modules: Copyright --------- -Copyright 2013-2015, all contributors +Copyright 2013-2015 all contributors License: AGPLv3 or later diff --git a/Makefile.PL b/Makefile.PL index 9b626990..5eec5ef0 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -10,7 +10,7 @@ $PM_FILES =~ tr/\n/ /; WriteMakefile( NAME => 'PublicInbox', VERSION => '0.0.0', - AUTHOR => 'Eric Wong ', + AUTHOR => 'Eric Wong ', ABSTRACT => 'public-inbox server infrastructure', EXE_FILES => \@EXE_FILES, PREREQ_PM => { diff --git a/README b/README index d5ff1182..89e8521f 100644 --- a/README +++ b/README @@ -144,7 +144,7 @@ aims to preserve the focus on content, and not presentation. Copyright --------- -Copyright 2013-2015, all contributors +Copyright 2013-2015 all contributors License: AGPLv3 or later This program is free software: you can redistribute it and/or modify diff --git a/examples/public-inbox.psgi b/examples/public-inbox.psgi index 04f3329a..1de5bb7d 100644 --- a/examples/public-inbox.psgi +++ b/examples/public-inbox.psgi @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# Copyright (C) 2014, Eric Wong and all contributors +# Copyright (C) 2014-2015 all contributors # License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt) # 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/lib/PublicInbox/Config.pm b/lib/PublicInbox/Config.pm index 364f82cd..315d788b 100644 --- a/lib/PublicInbox/Config.pm +++ b/lib/PublicInbox/Config.pm @@ -1,4 +1,4 @@ -# Copyright (C) 2014, Eric Wong and all contributors +# Copyright (C) 2014-2015 all contributors # License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt) package PublicInbox::Config; use strict; diff --git a/lib/PublicInbox/Feed.pm b/lib/PublicInbox/Feed.pm index dbb80cad..258ef03b 100644 --- a/lib/PublicInbox/Feed.pm +++ b/lib/PublicInbox/Feed.pm @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2015, all contributors +# Copyright (C) 2013-2015 all contributors # License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt) package PublicInbox::Feed; use strict; diff --git a/lib/PublicInbox/Filter.pm b/lib/PublicInbox/Filter.pm index c0985ddd..5a023cf7 100644 --- a/lib/PublicInbox/Filter.pm +++ b/lib/PublicInbox/Filter.pm @@ -1,4 +1,4 @@ -# Copyright (C) 2013, Eric Wong and all contributors +# Copyright (C) 2013-2015 all contributors # License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt) # # This only exposes one function: run diff --git a/lib/PublicInbox/GitCatFile.pm b/lib/PublicInbox/GitCatFile.pm index 142491e3..4f16762e 100644 --- a/lib/PublicInbox/GitCatFile.pm +++ b/lib/PublicInbox/GitCatFile.pm @@ -1,4 +1,4 @@ -# Copyright (C) 2014, Eric Wong and all contributors +# Copyright (C) 2014-2015 all contributors # License: GPLv2 or later (https://www.gnu.org/licenses/gpl-2.0.txt) # This is based on code in Git.pm which is GPLv2, but modified to avoid # dependence on environment variables for compatibility with mod_perl. diff --git a/lib/PublicInbox/Hval.pm b/lib/PublicInbox/Hval.pm index d65ad3bb..e0ec6305 100644 --- a/lib/PublicInbox/Hval.pm +++ b/lib/PublicInbox/Hval.pm @@ -1,4 +1,4 @@ -# Copyright (C) 2014, Eric Wong and all contributors +# Copyright (C) 2014-2015 all contributors # License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt) # # represents a header value in various forms diff --git a/lib/PublicInbox/MDA.pm b/lib/PublicInbox/MDA.pm index 58911081..8c2d6ed2 100644 --- a/lib/PublicInbox/MDA.pm +++ b/lib/PublicInbox/MDA.pm @@ -1,4 +1,4 @@ -# Copyright (C) 2013, Eric Wong and all contributors +# Copyright (C) 2013-2015 all contributors # License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt) package PublicInbox::MDA; use strict; diff --git a/lib/PublicInbox/MID.pm b/lib/PublicInbox/MID.pm index 1b03fdce..677a9d59 100644 --- a/lib/PublicInbox/MID.pm +++ b/lib/PublicInbox/MID.pm @@ -1,4 +1,4 @@ -# Copyright (C) 2015, all contributors +# Copyright (C) 2015 all contributors # License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt) package PublicInbox::MID; use strict; diff --git a/lib/PublicInbox/Mbox.pm b/lib/PublicInbox/Mbox.pm index 453f4cda..c92d4447 100644 --- a/lib/PublicInbox/Mbox.pm +++ b/lib/PublicInbox/Mbox.pm @@ -1,4 +1,4 @@ -# Copyright (C) 2015, all contributors +# Copyright (C) 2015 all contributors # License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt) # Streaming interface for formatting messages as an mboxrd package PublicInbox::Mbox; diff --git a/lib/PublicInbox/Search.pm b/lib/PublicInbox/Search.pm index e7ea96c7..2b33b395 100644 --- a/lib/PublicInbox/Search.pm +++ b/lib/PublicInbox/Search.pm @@ -1,4 +1,4 @@ -# Copyright (C) 2015, all contributors +# Copyright (C) 2015 all contributors # License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt) # based on notmuch, but with no concept of folders, files or flags package PublicInbox::Search; diff --git a/lib/PublicInbox/SearchIdx.pm b/lib/PublicInbox/SearchIdx.pm index ee852683..c61e1616 100644 --- a/lib/PublicInbox/SearchIdx.pm +++ b/lib/PublicInbox/SearchIdx.pm @@ -1,4 +1,4 @@ -# Copyright (C) 2015, all contributors +# Copyright (C) 2015 all contributors # License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt) # based on notmuch, but with no concept of folders, files or flags package PublicInbox::SearchIdx; diff --git a/lib/PublicInbox/SearchMsg.pm b/lib/PublicInbox/SearchMsg.pm index e5f3bbc2..e3a04605 100644 --- a/lib/PublicInbox/SearchMsg.pm +++ b/lib/PublicInbox/SearchMsg.pm @@ -1,4 +1,4 @@ -# Copyright (C) 2015, all contributors +# Copyright (C) 2015 all contributors # License: GPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt) # based on notmuch, but with no concept of folders, files or flags package PublicInbox::SearchMsg; diff --git a/lib/PublicInbox/View.pm b/lib/PublicInbox/View.pm index df2de408..8969e175 100644 --- a/lib/PublicInbox/View.pm +++ b/lib/PublicInbox/View.pm @@ -1,4 +1,4 @@ -# Copyright (C) 2014, Eric Wong and all contributors +# Copyright (C) 2014-2015 all contributors # License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt) package PublicInbox::View; use strict; diff --git a/lib/PublicInbox/WWW.pm b/lib/PublicInbox/WWW.pm index 8f155063..508abf73 100644 --- a/lib/PublicInbox/WWW.pm +++ b/lib/PublicInbox/WWW.pm @@ -1,4 +1,4 @@ -# Copyright (C) 2014, Eric Wong and all contributors +# Copyright (C) 2014-2015 all contributors # License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt) # # We focus on the lowest common denominators here: diff --git a/public-inbox-index b/public-inbox-index index 44814e3f..53449556 100755 --- a/public-inbox-index +++ b/public-inbox-index @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# Copyright (C) 2015, all contributors (git clone git://80x24.org/public-inbox) +# Copyright (C) 2015 all contributors # License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt) # Basic tool to create a Xapian search index for a git repository # configured for public-inbox. diff --git a/public-inbox-init b/public-inbox-init index 2d244029..8847eb68 100755 --- a/public-inbox-init +++ b/public-inbox-init @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# Copyright (C) 2014, all contributors (git clone git://80x24.org/public-inbox) +# Copyright (C) 2014-2015 all contributors # License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt) use strict; use warnings; diff --git a/public-inbox-learn b/public-inbox-learn index f0bbd421..3b0dae8e 100755 --- a/public-inbox-learn +++ b/public-inbox-learn @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# Copyright (C) 2014, Eric Wong and all contributors +# Copyright (C) 2014-2015 all contributors # License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt) my $usage = "$0 (spam|ham) < /path/to/message"; use strict; diff --git a/public-inbox-mda b/public-inbox-mda index b1f33af5..1a9469ba 100755 --- a/public-inbox-mda +++ b/public-inbox-mda @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# Copyright (C) 2013, Eric Wong and all contributors +# Copyright (C) 2013-2015 all contributors # License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt) use strict; use warnings; diff --git a/public-inbox.cgi b/public-inbox.cgi index b095621d..157cf6a2 100755 --- a/public-inbox.cgi +++ b/public-inbox.cgi @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# Copyright (C) 2014, Eric Wong and all contributors +# Copyright (C) 2014-2015 all contributors # License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt) use strict; use warnings; diff --git a/scripts/import_slrnspool b/scripts/import_slrnspool index dd612b1f..f8271f58 100755 --- a/scripts/import_slrnspool +++ b/scripts/import_slrnspool @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# Copyright (C) 2015, all contributors +# Copyright (C) 2015 all contributors # License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt) # # Incremental (or one-shot) importer of a slrnpull news spool diff --git a/scripts/slrnspool2maildir b/scripts/slrnspool2maildir index 08313973..a3908edf 100755 --- a/scripts/slrnspool2maildir +++ b/scripts/slrnspool2maildir @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# Copyright (C) 2013, Eric Wong and all contributors +# Copyright (C) 2013-2015 all contributors # License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt) # # One-off script to convert an slrnpull news spool to Maildir diff --git a/t/cgi.t b/t/cgi.t index 7f72eaa5..18632cee 100644 --- a/t/cgi.t +++ b/t/cgi.t @@ -1,4 +1,4 @@ -# Copyright (C) 2014, Eric Wong and all contributors +# Copyright (C) 2014-2015 all contributors # License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt) use strict; use warnings; diff --git a/t/common.perl b/t/common.perl index a3585bf6..bec57699 100644 --- a/t/common.perl +++ b/t/common.perl @@ -1,3 +1,5 @@ +# Copyright (C) 2015 all contributors +# License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt) require IO::File; use POSIX qw/dup/; diff --git a/t/config.t b/t/config.t index d4700fc9..88ed62a4 100644 --- a/t/config.t +++ b/t/config.t @@ -1,4 +1,4 @@ -# Copyright (C) 2014, Eric Wong and all contributors +# Copyright (C) 2014-2015 all contributors # License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt) use strict; use warnings; diff --git a/t/feed.t b/t/feed.t index e4ec7522..71cbb735 100644 --- a/t/feed.t +++ b/t/feed.t @@ -1,4 +1,4 @@ -# Copyright (C) 2014, Eric Wong and all contributors +# Copyright (C) 2014-2015 all contributors # License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt) use strict; use warnings; diff --git a/t/filter.t b/t/filter.t index 7a4bdb19..80a7c123 100644 --- a/t/filter.t +++ b/t/filter.t @@ -1,4 +1,4 @@ -# Copyright (C) 2013, Eric Wong and all contributors +# Copyright (C) 2013-2015 all contributors # License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt) use strict; use warnings; diff --git a/t/html_index.t b/t/html_index.t index 73311f65..50f5ae5e 100644 --- a/t/html_index.t +++ b/t/html_index.t @@ -1,4 +1,4 @@ -# Copyright (C) 2014, Eric Wong and all contributors +# Copyright (C) 2014-2015 all contributors # License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt) use strict; use warnings; diff --git a/t/init.t b/t/init.t index 766e81b1..9d1d2f45 100644 --- a/t/init.t +++ b/t/init.t @@ -1,4 +1,4 @@ -# Copyright (C) 2014, all contributors +# Copyright (C) 2014-2015 all contributors # License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt) use strict; use warnings; diff --git a/t/mda.t b/t/mda.t index 67e86f47..a8e78b38 100644 --- a/t/mda.t +++ b/t/mda.t @@ -1,4 +1,4 @@ -# Copyright (C) 2014, Eric Wong and all contributors +# Copyright (C) 2014-2015 all contributors # License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt) use strict; use warnings; diff --git a/t/plack.t b/t/plack.t index 067a5933..560080f0 100644 --- a/t/plack.t +++ b/t/plack.t @@ -1,4 +1,4 @@ -# Copyright (C) 2014, Eric Wong and all contributors +# Copyright (C) 2014-2015 all contributors # License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt) use strict; use warnings; diff --git a/t/precheck.t b/t/precheck.t index 89564097..3f2c5d5b 100644 --- a/t/precheck.t +++ b/t/precheck.t @@ -1,4 +1,4 @@ -# Copyright (C) 2014, Eric Wong and all contributors +# Copyright (C) 2014-2015 all contributors # License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt) use strict; use warnings; diff --git a/t/search.t b/t/search.t index 4ad8a312..b1c77289 100644 --- a/t/search.t +++ b/t/search.t @@ -1,4 +1,4 @@ -# Copyright (C) 2015, all contributors +# Copyright (C) 2015 all contributors # License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt) use strict; use warnings; diff --git a/t/view.t b/t/view.t index 83823d89..325f509c 100644 --- a/t/view.t +++ b/t/view.t @@ -1,4 +1,4 @@ -# Copyright (C) 2013, Eric Wong and all contributors +# Copyright (C) 2013-2015 all contributors # License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt) use strict; use warnings; -- cgit v1.2.3-24-ge0c7