about summary refs log tree commit homepage
path: root/Documentation
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-01-02 22:34:52 +0000
committerEric Wong <e@80x24.org>2016-01-02 22:38:36 +0000
commitddea1b7e04b7e3475bb615c35e2156c9626b4eac (patch)
treeaa19995ad35929cbcb26d76dfd29ccaaffe76f4d /Documentation
parent9e24bae3428f726800da2963a8f2695f7d4064cd (diff)
downloadyahns-ddea1b7e04b7e3475bb615c35e2156c9626b4eac.tar.gz
Using the 'update-copyright' script from gnulib[1]:

  git ls-files | UPDATE_COPYRIGHT_HOLDER='all contributors' \
      UPDATE_COPYRIGHT_USE_INTERVALS=2 \
      xargs /path/to/gnulib/build-aux/update-copyright

We're also switching to 'GPL-3.0+' as recommended by SPDX
to be consistent with our gemspec and other metadata
(as opposed to the longer but equivalent "GPLv3 or later").

[1] git://git.savannah.gnu.org/gnulib.git
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/.gitignore4
-rw-r--r--Documentation/GNUmakefile4
-rw-r--r--Documentation/yahns-rackup.txt4
-rw-r--r--Documentation/yahns.txt4
-rw-r--r--Documentation/yahns_config.txt4
5 files changed, 10 insertions, 10 deletions
diff --git a/Documentation/.gitignore b/Documentation/.gitignore
index f917036..3bfac8b 100644
--- a/Documentation/.gitignore
+++ b/Documentation/.gitignore
@@ -1,5 +1,5 @@
-# Copyright (C) 2013-2015 all contributors <yahns-public@yhbt.net>
-# License: GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt)
+# Copyright (C) 2013-2016 all contributors <yahns-public@yhbt.net>
+# License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 *.1
 *.5
 *.7
diff --git a/Documentation/GNUmakefile b/Documentation/GNUmakefile
index 497dc62..9e92de2 100644
--- a/Documentation/GNUmakefile
+++ b/Documentation/GNUmakefile
@@ -1,5 +1,5 @@
-# Copyright (C) 2013-2015 all contributors <yahns-public@yhbt.net>
-# License: GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt)
+# Copyright (C) 2013-2016 all contributors <yahns-public@yhbt.net>
+# License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 all::
 
 INSTALL = install
diff --git a/Documentation/yahns-rackup.txt b/Documentation/yahns-rackup.txt
index 0630b46..902e6d1 100644
--- a/Documentation/yahns-rackup.txt
+++ b/Documentation/yahns-rackup.txt
@@ -137,8 +137,8 @@ No subscription is necessary to post to the mailing list.
 
 # COPYRIGHT
 
-Copyright (C) 2013-2015 all contributors <yahns-public@yhbt.net>
-License: GPLv3 or later <http://www.gnu.org/licenses/gpl-3.0.txt>
+Copyright (C) 2013-2016 all contributors <yahns-public@yhbt.net>
+License: GPL-3.0+ <http://www.gnu.org/licenses/gpl-3.0.txt>
 
 # SEE ALSO
 
diff --git a/Documentation/yahns.txt b/Documentation/yahns.txt
index 63b96f6..dd388b4 100644
--- a/Documentation/yahns.txt
+++ b/Documentation/yahns.txt
@@ -64,8 +64,8 @@ No subscription is necessary to post to the mailing list.
 
 # COPYRIGHT
 
-Copyright (C) 2013-2015 all contributors <yahns-public@yhbt.net>
-License: GPLv3 or later <http://www.gnu.org/licenses/gpl-3.0.txt>
+Copyright (C) 2013-2016 all contributors <yahns-public@yhbt.net>
+License: GPL-3.0+ <http://www.gnu.org/licenses/gpl-3.0.txt>
 
 # SEE ALSO
 
diff --git a/Documentation/yahns_config.txt b/Documentation/yahns_config.txt
index a0260cf..c7c78d7 100644
--- a/Documentation/yahns_config.txt
+++ b/Documentation/yahns_config.txt
@@ -576,8 +576,8 @@ See the examples/ directory in the git source tree.
 
 # COPYRIGHT
 
-Copyright (C) 2013-2015 all contributors <yahns-public@yhbt.net>
-License: GPLv3 or later <http://www.gnu.org/licenses/gpl-3.0.txt>
+Copyright (C) 2013-2016 all contributors <yahns-public@yhbt.net>
+License: GPL-3.0+ <http://www.gnu.org/licenses/gpl-3.0.txt>
 
 # SEE ALSO