about summary refs log tree commit homepage
path: root/extras
diff options
context:
space:
mode:
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'