about summary refs log tree commit homepage
path: root/extras
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-10-13 20:45:26 +0000
committerEric Wong <e@80x24.org>2015-10-13 20:45:26 +0000
commitb97be813facc3a763424362ebf6e4c47a8579362 (patch)
tree005047fdd3ff3d66a1c9c981fe4dfc57e9c11e19 /extras
parent7fed5c86ac223359466a88c7ca78316c994e646d (diff)
downloadyahns-b97be813facc3a763424362ebf6e4c47a8579362.tar.gz
Future updates may use the update-copyright script in gnulib:

git ls-files | UPDATE_COPYRIGHT_HOLDER='all contributors' \
  UPDATE_COPYRIGHT_USE_INTERVALS=2 \
  xargs /path/to/gnulib/build-aux/update-copyright
Diffstat (limited to 'extras')
-rw-r--r--extras/README2
-rw-r--r--extras/autoindex.rb2
-rw-r--r--extras/exec_cgi.rb2
-rw-r--r--extras/try_gzip_static.rb2
4 files changed, 4 insertions, 4 deletions
diff --git a/extras/README b/extras/README
index 062d6b3..ff047ff 100644
--- a/extras/README
+++ b/extras/README
@@ -12,5 +12,5 @@ of future API compatibility at all.
 Copyright
 ---------
 
-Copyright 2013, Eric Wong <normalperson@yhbt.net> and all contributors.
+Copyright (C) 2013-2015 all contributors <yahns-public@yhbt.net>
 License: GPLv3 or later <https://www.gnu.org/licenses/gpl-3.0.txt>
diff --git a/extras/autoindex.rb b/extras/autoindex.rb
index d30f000..1cfde7b 100644
--- a/extras/autoindex.rb
+++ b/extras/autoindex.rb
@@ -1,5 +1,5 @@
 # -*- encoding: binary -*-
-# Copyright (C) 2013, Eric Wong <normalperson@yhbt.net> and all contributors
+# Copyright (C) 2013-2015 all contributors <yahns-public@yhbt.net>
 # License: GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt)
 require 'time'
 require 'rack/utils'
diff --git a/extras/exec_cgi.rb b/extras/exec_cgi.rb
index 234a089..3b63e93 100644
--- a/extras/exec_cgi.rb
+++ b/extras/exec_cgi.rb
@@ -1,5 +1,5 @@
 # -*- encoding: binary -*-
-# Copyright (C) 2013, Eric Wong <normalperson@yhbt.net> and all contributors
+# Copyright (C) 2013-2015 all contributors <yahns-public@yhbt.net>
 # License: GPLv2 or later (https://www.gnu.org/licenses/gpl-2.0.txt)
 #
 # if running under yahns, worker_processes is recommended to avoid conflicting
diff --git a/extras/try_gzip_static.rb b/extras/try_gzip_static.rb
index 4279e65..4c6a59b 100644
--- a/extras/try_gzip_static.rb
+++ b/extras/try_gzip_static.rb
@@ -1,5 +1,5 @@
 # -*- encoding: binary -*-
-# Copyright (C) 2013, Eric Wong <normalperson@yhbt.net> and all contributors
+# Copyright (C) 2013-2015 all contributors <yahns-public@yhbt.net>
 # License: GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt)
 require 'time'
 require 'rack/utils'