about summary refs log tree commit homepage
path: root/extras
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 /extras
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 'extras')
-rw-r--r--extras/README4
-rw-r--r--extras/autoindex.rb4
-rw-r--r--extras/exec_cgi.rb2
-rw-r--r--extras/proxy_pass.rb4
-rw-r--r--extras/try_gzip_static.rb4
5 files changed, 9 insertions, 9 deletions
diff --git a/extras/README b/extras/README
index ff047ff..1b979cb 100644
--- a/extras/README
+++ b/extras/README
@@ -12,5 +12,5 @@ of future API compatibility at all.
 Copyright
 ---------
 
-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>
diff --git a/extras/autoindex.rb b/extras/autoindex.rb
index 0e47fd4..e84aa7b 100644
--- a/extras/autoindex.rb
+++ b/extras/autoindex.rb
@@ -1,6 +1,6 @@
 # -*- encoding: binary -*-
-# 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)
 # frozen_string_literal: true
 require 'time'
 require 'rack/utils'
diff --git a/extras/exec_cgi.rb b/extras/exec_cgi.rb
index c7f2ba9..254164a 100644
--- a/extras/exec_cgi.rb
+++ b/extras/exec_cgi.rb
@@ -1,5 +1,5 @@
 # -*- encoding: binary -*-
-# Copyright (C) 2013-2015 all contributors <yahns-public@yhbt.net>
+# Copyright (C) 2013-2016 all contributors <yahns-public@yhbt.net>
 # License: GPLv2 or later (https://www.gnu.org/licenses/gpl-2.0.txt)
 # frozen_string_literal: true
 #
diff --git a/extras/proxy_pass.rb b/extras/proxy_pass.rb
index ca5a6b2..310da9e 100644
--- a/extras/proxy_pass.rb
+++ b/extras/proxy_pass.rb
@@ -1,6 +1,6 @@
 # -*- encoding: binary -*-
-# 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)
 # frozen_string_literal: true
 require 'time'
 require 'socket'
diff --git a/extras/try_gzip_static.rb b/extras/try_gzip_static.rb
index 851744b..0d5d63b 100644
--- a/extras/try_gzip_static.rb
+++ b/extras/try_gzip_static.rb
@@ -1,6 +1,6 @@
 # -*- encoding: binary -*-
-# 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)
 # frozen_string_literal: true
 require 'time'
 require 'rack/utils'