]> Sergey Matveev's repositories - public-inbox.git/commitdiff
update copyright headers and email addresses
authorEric Wong <e@80x24.org>
Sun, 6 Sep 2015 06:59:13 +0000 (06:59 +0000)
committerEric Wong <e@80x24.org>
Sun, 6 Sep 2015 09:13:50 +0000 (09:13 +0000)
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

38 files changed:
Documentation/design_notes.txt
Documentation/txt2pre
INSTALL
Makefile.PL
README
examples/public-inbox.psgi
lib/PublicInbox/Config.pm
lib/PublicInbox/Feed.pm
lib/PublicInbox/Filter.pm
lib/PublicInbox/GitCatFile.pm
lib/PublicInbox/Hval.pm
lib/PublicInbox/MDA.pm
lib/PublicInbox/MID.pm
lib/PublicInbox/Mbox.pm
lib/PublicInbox/Search.pm
lib/PublicInbox/SearchIdx.pm
lib/PublicInbox/SearchMsg.pm
lib/PublicInbox/View.pm
lib/PublicInbox/WWW.pm
public-inbox-index
public-inbox-init
public-inbox-learn
public-inbox-mda
public-inbox.cgi
scripts/import_slrnspool
scripts/slrnspool2maildir
t/cgi.t
t/common.perl
t/config.t
t/feed.t
t/filter.t
t/html_index.t
t/init.t
t/mda.t
t/plack.t
t/precheck.t
t/search.t
t/view.t

index 5bb68ce534439ed8aaae92c539d45d23c953efd5..d96c8d8247cbdf4654ebb8157d89492522ffbe65 100644 (file)
@@ -144,5 +144,5 @@ where `n' is the number of history splits.
 
 Copyright
 ---------
-Copyright 2013-2015, all contributors <meta@public-inbox.org>
+Copyright 2013-2015 all contributors <meta@public-inbox.org>
 License: AGPLv3 or later <http://www.gnu.org/licenses/agpl-3.0.txt>
index 0384a1d0c78aa257803859f2a54cb8795d56d196..acc6ca94bb484a42ee57f5d43aaead53f81d8600 100755 (executable)
@@ -1,5 +1,5 @@
 #!/usr/bin/env perl
-# Copyright (C) 2014, Eric Wong <normalperson@yhbt.net> and all contributors
+# Copyright (C) 2014-2015 all contributors <meta@public-inbox.org>
 # 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 17f1c2b1e209330ac022b97700f590417e06ac0f..2a9bd34e12468ed2e6e822127d8d1fb20318e427 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -50,5 +50,5 @@ Optional modules:
 
 Copyright
 ---------
-Copyright 2013-2015, all contributors <meta@public-inbox.org>
+Copyright 2013-2015 all contributors <meta@public-inbox.org>
 License: AGPLv3 or later <http://www.gnu.org/licenses/agpl-3.0.txt>
index 9b6269906dacb409da178a44b5bc13f71c06825b..5eec5ef0f7e92d294f2ec12345fde1cc8f3d1c0c 100644 (file)
@@ -10,7 +10,7 @@ $PM_FILES =~ tr/\n/ /;
 WriteMakefile(
        NAME => 'PublicInbox',
        VERSION => '0.0.0',
-       AUTHOR => 'Eric Wong <normalperson@yhbt.net>',
+       AUTHOR => 'Eric Wong <e@80x24.org>',
        ABSTRACT => 'public-inbox server infrastructure',
        EXE_FILES => \@EXE_FILES,
        PREREQ_PM => {
diff --git a/README b/README
index d5ff11824b3a7e857bf5502e45cfedbb17b08fae..89e8521fa38463ae4894a839e3ce1194ea61457f 100644 (file)
--- a/README
+++ b/README
@@ -144,7 +144,7 @@ aims to preserve the focus on content, and not presentation.
 
 Copyright
 ---------
-Copyright 2013-2015, all contributors <meta@public-inbox.org>
+Copyright 2013-2015 all contributors <meta@public-inbox.org>
 License: AGPLv3 or later <http://www.gnu.org/licenses/agpl-3.0.txt>
 
 This program is free software: you can redistribute it and/or modify
index 04f3329a973816e0ff4ba20f799ce85e29c04725..1de5bb7daec73120aa1502905dd2559b2c6cbb26 100644 (file)
@@ -1,5 +1,5 @@
 #!/usr/bin/perl -w
-# Copyright (C) 2014, Eric Wong <normalperson@yhbt.net> and all contributors
+# Copyright (C) 2014-2015 all contributors <meta@public-inbox.org>
 # 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
index 364f82cd845372c98b59c66d5bcedb531f6ac6d2..315d788b8f3a508ed8fb53a03cafe2fdc1ad9812 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2014, Eric Wong <normalperson@yhbt.net> and all contributors
+# Copyright (C) 2014-2015 all contributors <meta@public-inbox.org>
 # License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt)
 package PublicInbox::Config;
 use strict;
index dbb80cad0073ca8e4fc5621ed123d59f622928fa..258ef03b7f716e1e2a70cfbdd4d1eef051b6eacc 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2015, all contributors <meta@public-inbox.org>
+# Copyright (C) 2013-2015 all contributors <meta@public-inbox.org>
 # License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt)
 package PublicInbox::Feed;
 use strict;
index c0985dddfec588b889d312516cdc1116e753b8d7..5a023cf7032b0e27573932238c6349b1464f5004 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2013, Eric Wong <normalperson@yhbt.net> and all contributors
+# Copyright (C) 2013-2015 all contributors <meta@public-inbox.org>
 # License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt)
 #
 # This only exposes one function: run
index 142491e3438edfb5eb8cdec23689354ab8999e86..4f16762e56c8959eaaed4c7d91d3a7e647f7e729 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2014, Eric Wong <normalperson@yhbt.net> and all contributors
+# Copyright (C) 2014-2015 all contributors <meta@public-inbox.org>
 # 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.
index d65ad3bb354054e64200dddb3935cc5c8ebc61a0..e0ec630583dd84364c6131575d8bf5a655d816a4 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2014, Eric Wong <normalperson@yhbt.net> and all contributors
+# Copyright (C) 2014-2015 all contributors <meta@public-inbox.org>
 # License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt)
 #
 # represents a header value in various forms
index 589110819b3fccb8eb02b9f4f2fe427432a8daf8..8c2d6ed25e2301959961b9b758463e0de9fbcab7 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2013, Eric Wong <normalperson@yhbt.net> and all contributors
+# Copyright (C) 2013-2015 all contributors <meta@public-inbox.org>
 # License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt)
 package PublicInbox::MDA;
 use strict;
index 1b03fdce72e1333132f0884371754b290ac6ed24..677a9d59e2f4727937eaf815509ee6e59ec2bf50 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2015, all contributors <meta@public-inbox.org>
+# Copyright (C) 2015 all contributors <meta@public-inbox.org>
 # License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt)
 package PublicInbox::MID;
 use strict;
index 453f4cda630ca177d4f9638ffc3b3e839c290b21..c92d444774cef389fb6f35d0b38b4b3639377aba 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2015, all contributors <meta@public-inbox.org>
+# Copyright (C) 2015 all contributors <meta@public-inbox.org>
 # License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt)
 # Streaming interface for formatting messages as an mboxrd
 package PublicInbox::Mbox;
index e7ea96c7c751a6690bdcddabebfb0d261256405a..2b33b395e6340544fc0fa1ff142e9587f89235e1 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2015, all contributors <meta@public-inbox.org>
+# Copyright (C) 2015 all contributors <meta@public-inbox.org>
 # 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;
index ee852683bbe973e2ead84535ef575c6810c298d3..c61e161632dbd7ce67d0a1e8dba1bc0a88570254 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2015, all contributors <meta@public-inbox.org>
+# Copyright (C) 2015 all contributors <meta@public-inbox.org>
 # 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;
index e5f3bbc2d456abf2af663d80a5992a56e4b1163c..e3a04605b9b0925efdd97e390ba38496b94331ef 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2015, all contributors <meta@public-inbox.org>
+# Copyright (C) 2015 all contributors <meta@public-inbox.org>
 # 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;
index df2de4089a8899c50af065f75f24dd177dd6eb18..8969e17576f60de54152ebb2d4502571610801ef 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2014, Eric Wong <normalperson@yhbt.net> and all contributors
+# Copyright (C) 2014-2015 all contributors <meta@public-inbox.org>
 # License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt)
 package PublicInbox::View;
 use strict;
index 8f155063324bb715b786d719235451ba3f01ade6..508abf73856c3daf08614a9342b91670280cad5f 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2014, Eric Wong <normalperson@yhbt.net> and all contributors
+# Copyright (C) 2014-2015 all contributors <meta@public-inbox.org>
 # License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt)
 #
 # We focus on the lowest common denominators here:
index 44814e3f7139c270bdbc930d752c4a87cba0ecf2..53449556d3c43880cf2fe48b1fa41a3971f1e72c 100755 (executable)
@@ -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 <meta@public-inbox.org>
 # 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.
index 2d2440293cc14be3ebe6ae10cc302514333ac2ea..8847eb68fdf0a1384448a5de77404cda55f0a315 100755 (executable)
@@ -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 <meta@public-inbox.org>
 # License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt)
 use strict;
 use warnings;
index f0bbd421e58c04d50b7f8e7763333a7db559f4b7..3b0dae8e9c04217334ff8f7173a6ecae245d0f5e 100755 (executable)
@@ -1,5 +1,5 @@
 #!/usr/bin/perl -w
-# Copyright (C) 2014, Eric Wong <normalperson@yhbt.net> and all contributors
+# Copyright (C) 2014-2015 all contributors <meta@public-inbox.org>
 # License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt)
 my $usage = "$0 (spam|ham) < /path/to/message";
 use strict;
index b1f33af5902195d34cd43c04d03d4039bfc9bbd5..1a9469badfecd1c179601d5d7f7cba48b718ccc6 100755 (executable)
@@ -1,5 +1,5 @@
 #!/usr/bin/perl -w
-# Copyright (C) 2013, Eric Wong <normalperson@yhbt.net> and all contributors
+# Copyright (C) 2013-2015 all contributors <meta@public-inbox.org>
 # License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt)
 use strict;
 use warnings;
index b095621da3c9c1f7d583959a05f049341b3c6b22..157cf6a200e8b060d36f4477b14a3728be29d20a 100755 (executable)
@@ -1,5 +1,5 @@
 #!/usr/bin/perl -w
-# Copyright (C) 2014, Eric Wong <normalperson@yhbt.net> and all contributors
+# Copyright (C) 2014-2015 all contributors <meta@public-inbox.org>
 # License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt)
 use strict;
 use warnings;
index dd612b1f807a92c9c4786e9f70c023d8d39be426..f8271f586f010e41b3dee7247876f72428c3eb77 100755 (executable)
@@ -1,5 +1,5 @@
 #!/usr/bin/perl -w
-# Copyright (C) 2015, all contributors <meta@public-inbox.org>
+# Copyright (C) 2015 all contributors <meta@public-inbox.org>
 # License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt)
 #
 # Incremental (or one-shot) importer of a slrnpull news spool
index 08313973364a889c9578ecc04c26c5980e9191eb..a3908edf25fa87f19cbbbfbe909f110d0ca0b046 100755 (executable)
@@ -1,5 +1,5 @@
 #!/usr/bin/perl -w
-# Copyright (C) 2013, Eric Wong <normalperson@yhbt.net> and all contributors
+# Copyright (C) 2013-2015 all contributors <meta@public-inbox.org>
 # 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 7f72eaa5df5e6842fa1f17ae453c68a2cf233bb3..18632cee6c366ee0d6e00c801cb497d1783828bf 100644 (file)
--- a/t/cgi.t
+++ b/t/cgi.t
@@ -1,4 +1,4 @@
-# Copyright (C) 2014, Eric Wong <normalperson@yhbt.net> and all contributors
+# Copyright (C) 2014-2015 all contributors <meta@public-inbox.org>
 # License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt)
 use strict;
 use warnings;
index a3585bf692dd7c5f35dc420dc48fa186a144a967..bec57699de226ffa7405c1cdedcbc4c567219bec 100644 (file)
@@ -1,3 +1,5 @@
+# Copyright (C) 2015 all contributors <meta@public-inbox.org>
+# License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt)
 require IO::File;
 use POSIX qw/dup/;
 
index d4700fc9b009e73e874ab8024acd6a1b828b9231..88ed62a4c05f55e509f96e6fff846a3f29691ab0 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2014, Eric Wong <normalperson@yhbt.net> and all contributors
+# Copyright (C) 2014-2015 all contributors <meta@public-inbox.org>
 # License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt)
 use strict;
 use warnings;
index e4ec752242feb4e7d1a53b95f1a057826b895329..71cbb7356e7287b6b304330b70b15c6feec8b27c 100644 (file)
--- a/t/feed.t
+++ b/t/feed.t
@@ -1,4 +1,4 @@
-# Copyright (C) 2014, Eric Wong <normalperson@yhbt.net> and all contributors
+# Copyright (C) 2014-2015 all contributors <meta@public-inbox.org>
 # License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt)
 use strict;
 use warnings;
index 7a4bdb191abad34e86c6d816228fed28c19fad1e..80a7c123ae41078ca42bba187803c4bb9daf6232 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2013, Eric Wong <normalperson@yhbt.net> and all contributors
+# Copyright (C) 2013-2015 all contributors <meta@public-inbox.org>
 # License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt)
 use strict;
 use warnings;
index 73311f6526f61b2a9bf36860a80826f2686404af..50f5ae5eeffc9628e7e31bba283f11de67ea599d 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2014, Eric Wong <normalperson@yhbt.net> and all contributors
+# Copyright (C) 2014-2015 all contributors <meta@public-inbox.org>
 # License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt)
 use strict;
 use warnings;
index 766e81b17afcc31c28225d4c50d48c82aadd3fc6..9d1d2f4576afb3f9f163753cdb06bbc38bc82a22 100644 (file)
--- a/t/init.t
+++ b/t/init.t
@@ -1,4 +1,4 @@
-# Copyright (C) 2014, all contributors
+# Copyright (C) 2014-2015 all contributors <meta@public-inbox.org>
 # 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 67e86f47a18d56b30f626bc343c36b4d6273e7a6..a8e78b38e6a6311edfd934e7dc587649b459d2f8 100644 (file)
--- a/t/mda.t
+++ b/t/mda.t
@@ -1,4 +1,4 @@
-# Copyright (C) 2014, Eric Wong <normalperson@yhbt.net> and all contributors
+# Copyright (C) 2014-2015 all contributors <meta@public-inbox.org>
 # License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt)
 use strict;
 use warnings;
index 067a59333bdc8a542a20cd861e4dbaafbb733cf7..560080f0d9d9f881a879ed5fa99953be32555258 100644 (file)
--- a/t/plack.t
+++ b/t/plack.t
@@ -1,4 +1,4 @@
-# Copyright (C) 2014, Eric Wong <normalperson@yhbt.net> and all contributors
+# Copyright (C) 2014-2015 all contributors <meta@public-inbox.org>
 # License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt)
 use strict;
 use warnings;
index 89564097bb1e645952a9606e7d689a1300e6cdc1..3f2c5d5b76230dab8bee16128da41ddc607d9cab 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2014, Eric Wong <normalperson@yhbt.net> and all contributors
+# Copyright (C) 2014-2015 all contributors <meta@public-inbox.org>
 # License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt)
 use strict;
 use warnings;
index 4ad8a3126684f29335bfc61a0901c0721a5b4f95..b1c772893b4f4cfe16ff90fea460565e981fb0f1 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2015, all contributors <meta@public-inbox.org>
+# Copyright (C) 2015 all contributors <meta@public-inbox.org>
 # License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt)
 use strict;
 use warnings;
index 83823d89a80cc62bf1e6d84f4301a68b202a98ac..325f509c0660e83d6f7c03a81809fd3b6552c13b 100644 (file)
--- a/t/view.t
+++ b/t/view.t
@@ -1,4 +1,4 @@
-# Copyright (C) 2013, Eric Wong <normalperson@yhbt.net> and all contributors
+# Copyright (C) 2013-2015 all contributors <meta@public-inbox.org>
 # License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt)
 use strict;
 use warnings;