about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--Documentation/.gitignore2
-rw-r--r--Documentation/GNUmakefile2
-rw-r--r--Documentation/yahns-rackup.txt2
-rw-r--r--Documentation/yahns.txt2
-rw-r--r--Documentation/yahns_config.txt2
-rwxr-xr-xGIT-VERSION-GEN2
-rw-r--r--GNUmakefile2
-rw-r--r--HACKING2
-rw-r--r--Rakefile2
-rwxr-xr-xbin/yahns2
-rwxr-xr-xbin/yahns-rackup2
-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
-rw-r--r--lib/yahns.rb2
-rw-r--r--lib/yahns/acceptor.rb2
-rw-r--r--lib/yahns/cap_input.rb2
-rw-r--r--lib/yahns/client_expire_generic.rb2
-rw-r--r--lib/yahns/client_expire_tcpi.rb2
-rw-r--r--lib/yahns/config.rb2
-rw-r--r--lib/yahns/fdmap.rb2
-rw-r--r--lib/yahns/http_client.rb2
-rw-r--r--lib/yahns/http_context.rb2
-rw-r--r--lib/yahns/http_response.rb2
-rw-r--r--lib/yahns/log.rb2
-rw-r--r--lib/yahns/max_body.rb2
-rw-r--r--lib/yahns/max_body/rewindable_wrapper.rb2
-rw-r--r--lib/yahns/max_body/wrapper.rb2
-rw-r--r--lib/yahns/queue_egg.rb2
-rw-r--r--lib/yahns/queue_epoll.rb2
-rw-r--r--lib/yahns/queue_kqueue.rb2
-rw-r--r--lib/yahns/queue_quitter.rb2
-rw-r--r--lib/yahns/queue_quitter_pipe.rb2
-rw-r--r--lib/yahns/rack.rb2
-rw-r--r--lib/yahns/sendfile_compat.rb2
-rw-r--r--lib/yahns/server.rb2
-rw-r--r--lib/yahns/server_mp.rb2
-rw-r--r--lib/yahns/sigevent.rb2
-rw-r--r--lib/yahns/sigevent_efd.rb2
-rw-r--r--lib/yahns/sigevent_pipe.rb2
-rw-r--r--lib/yahns/socket_helper.rb2
-rw-r--r--lib/yahns/stream_file.rb2
-rw-r--r--lib/yahns/stream_input.rb2
-rw-r--r--lib/yahns/tcp_server.rb2
-rw-r--r--lib/yahns/tee_input.rb2
-rw-r--r--lib/yahns/tmpio.rb2
-rw-r--r--lib/yahns/unix_server.rb2
-rw-r--r--lib/yahns/wbuf_common.rb2
-rw-r--r--lib/yahns/wbuf_str.rb2
-rw-r--r--lib/yahns/worker.rb2
-rw-r--r--test/covshow.rb2
-rw-r--r--test/helper.rb2
-rw-r--r--test/server_helper.rb2
-rw-r--r--test/test_bin.rb2
-rw-r--r--test/test_buffer_tmpdir.rb2
-rw-r--r--test/test_client_expire.rb2
-rw-r--r--test/test_client_max_body_size.rb2
-rw-r--r--test/test_config.rb2
-rw-r--r--test/test_expect_100.rb2
-rw-r--r--test/test_extras_autoindex.rb2
-rw-r--r--test/test_extras_exec_cgi.rb2
-rwxr-xr-xtest/test_extras_exec_cgi.sh2
-rw-r--r--test/test_extras_try_gzip_static.rb2
-rw-r--r--test/test_fdmap.rb2
-rw-r--r--test/test_input.rb2
-rw-r--r--test/test_mt_accept.rb2
-rw-r--r--test/test_output_buffering.rb2
-rw-r--r--test/test_rack.rb2
-rw-r--r--test/test_rack_hijack.rb2
-rw-r--r--test/test_reopen_logs.rb2
-rw-r--r--test/test_response.rb2
-rw-r--r--test/test_serve_static.rb2
-rw-r--r--test/test_server.rb2
-rw-r--r--test/test_stream_file.rb2
-rw-r--r--test/test_unix_socket.rb2
-rw-r--r--test/test_wbuf.rb2
-rw-r--r--yahns.gemspec2
79 files changed, 79 insertions, 79 deletions
diff --git a/.gitignore b/.gitignore
index 23f207f..3c8af53 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
-# 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)
 /GIT-VERSION-FILE
 /NEWS
diff --git a/Documentation/.gitignore b/Documentation/.gitignore
index 0eaac99..f917036 100644
--- a/Documentation/.gitignore
+++ b/Documentation/.gitignore
@@ -1,4 +1,4 @@
-# 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)
 *.1
 *.5
diff --git a/Documentation/GNUmakefile b/Documentation/GNUmakefile
index b08a2a4..497dc62 100644
--- a/Documentation/GNUmakefile
+++ b/Documentation/GNUmakefile
@@ -1,4 +1,4 @@
-# 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)
 all::
 
diff --git a/Documentation/yahns-rackup.txt b/Documentation/yahns-rackup.txt
index 2d2f420..0630b46 100644
--- a/Documentation/yahns-rackup.txt
+++ b/Documentation/yahns-rackup.txt
@@ -137,7 +137,7 @@ No subscription is necessary to post to the mailing list.
 
 # 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 <http://www.gnu.org/licenses/gpl-3.0.txt>
 
 # SEE ALSO
diff --git a/Documentation/yahns.txt b/Documentation/yahns.txt
index 598104f..9217729 100644
--- a/Documentation/yahns.txt
+++ b/Documentation/yahns.txt
@@ -60,7 +60,7 @@ No subscription is necessary to post to the mailing list.
 
 # 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 <http://www.gnu.org/licenses/gpl-3.0.txt>
 
 # SEE ALSO
diff --git a/Documentation/yahns_config.txt b/Documentation/yahns_config.txt
index 3683298..a0260cf 100644
--- a/Documentation/yahns_config.txt
+++ b/Documentation/yahns_config.txt
@@ -576,7 +576,7 @@ See the examples/ directory in the git source tree.
 
 # 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 <http://www.gnu.org/licenses/gpl-3.0.txt>
 
 # SEE ALSO
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 7eb38ee..c553b1e 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,5 +1,5 @@
 #!/usr/bin/env ruby
-# 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)
 CONSTANT = "Yahns::VERSION"
 RVF = "lib/yahns/version.rb"
diff --git a/GNUmakefile b/GNUmakefile
index 4fe8fda..abddbe2 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -1,4 +1,4 @@
-# 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)
 all::
 pkg = yahns
diff --git a/HACKING b/HACKING
index bb96e2d..88bb2e2 100644
--- a/HACKING
+++ b/HACKING
@@ -53,5 +53,5 @@ Mailing list archives: http://yhbt.net/yahns-public/
 No subscription is necessary to post to the mailing list.
 Please remember to Cc: all recipients.
 
-Copyright 2013, Eric Wong <normalperson@yhbt.net> and all contributors.
+Copyright (C) 2013-2015 all contributors <yahns-public@yhbt.net>
 License: GPLv3 or later <http://www.gnu.org/licenses/gpl-3.0.txt>
diff --git a/Rakefile b/Rakefile
index d5ef529..8a2ca77 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,4 +1,4 @@
-# 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 'tempfile'
 include Rake::DSL
diff --git a/bin/yahns b/bin/yahns
index efa267a..97210a4 100755
--- a/bin/yahns
+++ b/bin/yahns
@@ -1,6 +1,6 @@
 #!/this/will/be/overwritten/or/wrapped/anyways/do/not/worry/ruby
 # -*- 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 'yahns/daemon'
 require 'optparse'
diff --git a/bin/yahns-rackup b/bin/yahns-rackup
index baf110b..3c22725 100755
--- a/bin/yahns-rackup
+++ b/bin/yahns-rackup
@@ -1,6 +1,6 @@
 #!/this/will/be/overwritten/or/wrapped/anyways/do/not/worry/ruby
 # -*- 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 'yahns/rackup_handler'
 ARGV.grep(/\A(?:-s|--server)/)[0] and abort "--server has no effect for #$0"
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'
diff --git a/lib/yahns.rb b/lib/yahns.rb
index b4a8bbe..641959c 100644
--- a/lib/yahns.rb
+++ b/lib/yahns.rb
@@ -1,4 +1,4 @@
-# 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)
 $stdout.sync = $stderr.sync = true
 
diff --git a/lib/yahns/acceptor.rb b/lib/yahns/acceptor.rb
index 0cebea2..5745b73 100644
--- a/lib/yahns/acceptor.rb
+++ b/lib/yahns/acceptor.rb
@@ -1,5 +1,5 @@
 # -*- encoding: binary -*-
-# Copyright (C) 2013, Eric Wong <normalperson@yhbt.net> et. al.
+# Copyright (C) 2013-2015 all contributors <yahns-public@yhbt.net>
 # License: GPLv3 or later (see COPYING for details)
 require_relative 'client_expire_tcpi'
 require_relative 'client_expire_generic'
diff --git a/lib/yahns/cap_input.rb b/lib/yahns/cap_input.rb
index 313b3ce..a501958 100644
--- a/lib/yahns/cap_input.rb
+++ b/lib/yahns/cap_input.rb
@@ -1,5 +1,5 @@
 # -*- encoding: binary -*-
-# Copyright (C) 2009-2013, Eric Wong <normalperson@yhbt.net> et. al.
+# Copyright (C) 2013-2015 all contributors <yahns-public@yhbt.net>
 # License: GPLv2 or later (https://www.gnu.org/licenses/gpl-2.0.txt)
 
 # This is used as the @input/env["rack.input"] when
diff --git a/lib/yahns/client_expire_generic.rb b/lib/yahns/client_expire_generic.rb
index 2beabb8..5ffc779 100644
--- a/lib/yahns/client_expire_generic.rb
+++ b/lib/yahns/client_expire_generic.rb
@@ -1,4 +1,4 @@
-# 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)
 module Yahns::ClientExpireGeneric # :nodoc:
   def __timestamp
diff --git a/lib/yahns/client_expire_tcpi.rb b/lib/yahns/client_expire_tcpi.rb
index 4ca901a..c310800 100644
--- a/lib/yahns/client_expire_tcpi.rb
+++ b/lib/yahns/client_expire_tcpi.rb
@@ -1,4 +1,4 @@
-# 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 'raindrops'
 
diff --git a/lib/yahns/config.rb b/lib/yahns/config.rb
index 38f73b7..faae9c9 100644
--- a/lib/yahns/config.rb
+++ b/lib/yahns/config.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)
 #
 # Implements a DSL for configuring a yahns server.
diff --git a/lib/yahns/fdmap.rb b/lib/yahns/fdmap.rb
index 523b003..8ff1319 100644
--- a/lib/yahns/fdmap.rb
+++ b/lib/yahns/fdmap.rb
@@ -1,4 +1,4 @@
-# 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 'thread'
 
diff --git a/lib/yahns/http_client.rb b/lib/yahns/http_client.rb
index 9a37811..db53587 100644
--- a/lib/yahns/http_client.rb
+++ b/lib/yahns/http_client.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)
 class Yahns::HttpClient < Kgio::Socket # :nodoc:
   NULL_IO = StringIO.new("")
diff --git a/lib/yahns/http_context.rb b/lib/yahns/http_context.rb
index 8393ffe..eabc667 100644
--- a/lib/yahns/http_context.rb
+++ b/lib/yahns/http_context.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)
 
 # subclasses of Yahns::HttpClient will class extend this
diff --git a/lib/yahns/http_response.rb b/lib/yahns/http_response.rb
index b36f696..99bf664 100644
--- a/lib/yahns/http_response.rb
+++ b/lib/yahns/http_response.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_relative 'stream_file'
 require_relative 'wbuf_str'
diff --git a/lib/yahns/log.rb b/lib/yahns/log.rb
index a62b27c..a03c973 100644
--- a/lib/yahns/log.rb
+++ b/lib/yahns/log.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)
 
 # logging-related utility functions for all of yahns
diff --git a/lib/yahns/max_body.rb b/lib/yahns/max_body.rb
index e52a10f..101a4fb 100644
--- a/lib/yahns/max_body.rb
+++ b/lib/yahns/max_body.rb
@@ -1,5 +1,5 @@
 # -*- encoding: binary -*-
-# Copyright (C) 2009-2013, Eric Wong <normalperson@yhbt.net> et. al.
+# Copyright (C) 2013-2015 all contributors <yahns-public@yhbt.net>
 # License: GPLv2 or later (https://www.gnu.org/licenses/gpl-2.0.txt)
 
 # Middleware used to enforce client_max_body_size for TeeInput users.
diff --git a/lib/yahns/max_body/rewindable_wrapper.rb b/lib/yahns/max_body/rewindable_wrapper.rb
index 5888def..c8ea412 100644
--- a/lib/yahns/max_body/rewindable_wrapper.rb
+++ b/lib/yahns/max_body/rewindable_wrapper.rb
@@ -1,5 +1,5 @@
 # -*- encoding: binary -*-
-# Copyright (C) 2009-2013, Eric Wong <normalperson@yhbt.net> et. al.
+# Copyright (C) 2013-2015 all contributors <yahns-public@yhbt.net>
 # License: GPLv2 or later (https://www.gnu.org/licenses/gpl-2.0.txt)
 class Yahns::MaxBody::RewindableWrapper < Yahns::MaxBody::Wrapper # :nodoc:
   def initialize(rack_input, limit)
diff --git a/lib/yahns/max_body/wrapper.rb b/lib/yahns/max_body/wrapper.rb
index 68f6b5b..e618568 100644
--- a/lib/yahns/max_body/wrapper.rb
+++ b/lib/yahns/max_body/wrapper.rb
@@ -1,5 +1,5 @@
 # -*- encoding: binary -*-
-# Copyright (C) 2009-2013, Eric Wong <normalperson@yhbt.net> et. al.
+# Copyright (C) 2013-2015 all contributors <yahns-public@yhbt.net>
 # License: GPLv2 or later (https://www.gnu.org/licenses/gpl-2.0.txt)
 #
 # This is only used for chunked request bodies, which are rare
diff --git a/lib/yahns/queue_egg.rb b/lib/yahns/queue_egg.rb
index dde72bf..0d62c2e 100644
--- a/lib/yahns/queue_egg.rb
+++ b/lib/yahns/queue_egg.rb
@@ -1,4 +1,4 @@
-# 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)
 
 # this represents a Yahns::Queue before its vivified.  This only
diff --git a/lib/yahns/queue_epoll.rb b/lib/yahns/queue_epoll.rb
index 1511917..c685fae 100644
--- a/lib/yahns/queue_epoll.rb
+++ b/lib/yahns/queue_epoll.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)
 #
 # This is the dangerous, low-level epoll interface for sleepy_penguin
diff --git a/lib/yahns/queue_kqueue.rb b/lib/yahns/queue_kqueue.rb
index 33f5f8b..2636cee 100644
--- a/lib/yahns/queue_kqueue.rb
+++ b/lib/yahns/queue_kqueue.rb
@@ -1,5 +1,5 @@
 # -*- encoding: binary -*-
-# Copyright (C) 2014, 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)
 #
 # This is the dangerous, low-level kqueue interface for sleepy_penguin
diff --git a/lib/yahns/queue_quitter.rb b/lib/yahns/queue_quitter.rb
index b9cf28a..f91ff58 100644
--- a/lib/yahns/queue_quitter.rb
+++ b/lib/yahns/queue_quitter.rb
@@ -1,4 +1,4 @@
-# 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 'sleepy_penguin'
diff --git a/lib/yahns/queue_quitter_pipe.rb b/lib/yahns/queue_quitter_pipe.rb
index e18e249..a886957 100644
--- a/lib/yahns/queue_quitter_pipe.rb
+++ b/lib/yahns/queue_quitter_pipe.rb
@@ -1,4 +1,4 @@
-# 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)
 #
 # POSIX pipe version, see queue_quitter.rb for the (preferred) eventfd one
diff --git a/lib/yahns/rack.rb b/lib/yahns/rack.rb
index 3f8f6b7..3ec3582 100644
--- a/lib/yahns/rack.rb
+++ b/lib/yahns/rack.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 'rack'
 class Yahns::Rack # :nodoc:
diff --git a/lib/yahns/sendfile_compat.rb b/lib/yahns/sendfile_compat.rb
index f324075..da2a9ec 100644
--- a/lib/yahns/sendfile_compat.rb
+++ b/lib/yahns/sendfile_compat.rb
@@ -1,5 +1,5 @@
 # -*- encoding: binary -*-
-# Copyright (C) 2009-2014, Eric Wong <normalperson@yhbt.net> et. al.
+# Copyright (C) 2013-2015 all contributors <yahns-public@yhbt.net>
 # License: GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt)
 
 module Yahns::SendfileCompat
diff --git a/lib/yahns/server.rb b/lib/yahns/server.rb
index 01334ca..513fadb 100644
--- a/lib/yahns/server.rb
+++ b/lib/yahns/server.rb
@@ -1,4 +1,4 @@
-# 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_relative 'queue_quitter'
 require_relative 'tcp_server'
diff --git a/lib/yahns/server_mp.rb b/lib/yahns/server_mp.rb
index 9e6ec60..6b5f4b6 100644
--- a/lib/yahns/server_mp.rb
+++ b/lib/yahns/server_mp.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)
 module Yahns::ServerMP # :nodoc:
   EXIT_SIGS = [ :QUIT, :TERM, :INT ]
diff --git a/lib/yahns/sigevent.rb b/lib/yahns/sigevent.rb
index aa95f4b..ff4ac27 100644
--- a/lib/yahns/sigevent.rb
+++ b/lib/yahns/sigevent.rb
@@ -1,4 +1,4 @@
-# Copyright (C) 2013, Eric Wong <normalperson@yhbt.net>
+# Copyright (C) 2013-2015 all contributors <yahns-public@yhbt.net>
 # License: GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt)
 if SleepyPenguin.const_defined?(:EventFD)
   require_relative 'sigevent_efd'
diff --git a/lib/yahns/sigevent_efd.rb b/lib/yahns/sigevent_efd.rb
index 2c04b36..ce3bf1b 100644
--- a/lib/yahns/sigevent_efd.rb
+++ b/lib/yahns/sigevent_efd.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)
 class Yahns::Sigevent < SleepyPenguin::EventFD # :nodoc:
   include Kgio::DefaultWaiters
diff --git a/lib/yahns/sigevent_pipe.rb b/lib/yahns/sigevent_pipe.rb
index 32cfbae..cfdab37 100644
--- a/lib/yahns/sigevent_pipe.rb
+++ b/lib/yahns/sigevent_pipe.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)
 class Yahns::Sigevent # :nodoc:
   attr_reader :to_io
diff --git a/lib/yahns/socket_helper.rb b/lib/yahns/socket_helper.rb
index a74f3f8..c786801 100644
--- a/lib/yahns/socket_helper.rb
+++ b/lib/yahns/socket_helper.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)
 # this is only meant for Yahns::Server
 module Yahns::SocketHelper # :nodoc:
diff --git a/lib/yahns/stream_file.rb b/lib/yahns/stream_file.rb
index fabbb9d..acc9f12 100644
--- a/lib/yahns/stream_file.rb
+++ b/lib/yahns/stream_file.rb
@@ -1,5 +1,5 @@
 # -*- encoding: binary -*-
-# Copyright (C) 2013, Eric Wong <normalperson@yhbt.net> et. al.
+# Copyright (C) 2013-2015 all contributors <yahns-public@yhbt.net>
 # License: GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt)
 require_relative 'wbuf_common'
 
diff --git a/lib/yahns/stream_input.rb b/lib/yahns/stream_input.rb
index d32ff66..c913ae4 100644
--- a/lib/yahns/stream_input.rb
+++ b/lib/yahns/stream_input.rb
@@ -1,5 +1,5 @@
 # -*- encoding: binary -*-
-# Copyright (C) 2009-2013, Eric Wong <normalperson@yhbt.net> et. al.
+# Copyright (C) 2013-2015 all contributors <yahns-public@yhbt.net>
 # License: GPLv2 or later (https://www.gnu.org/licenses/gpl-2.0.txt)
 
 # When processing uploads, Yahns may expose a StreamInput object under
diff --git a/lib/yahns/tcp_server.rb b/lib/yahns/tcp_server.rb
index 886dd4d..20e1a35 100644
--- a/lib/yahns/tcp_server.rb
+++ b/lib/yahns/tcp_server.rb
@@ -1,5 +1,5 @@
 # -*- encoding: binary -*-
-# Copyright (C) 2013, Eric Wong <normalperson@yhbt.net> et. al.
+# Copyright (C) 2013-2015 all contributors <yahns-public@yhbt.net>
 # License: GPLv3 or later (see COPYING for details)
 require_relative 'acceptor'
 class Yahns::TCPServer < Kgio::TCPServer # :nodoc:
diff --git a/lib/yahns/tee_input.rb b/lib/yahns/tee_input.rb
index 09933ca..31ad9cc 100644
--- a/lib/yahns/tee_input.rb
+++ b/lib/yahns/tee_input.rb
@@ -1,5 +1,5 @@
 # -*- encoding: binary -*-
-# Copyright (C) 2009-2013, Eric Wong <normalperson@yhbt.net> et. al.
+# Copyright (C) 2013-2015 all contributors <yahns-public@yhbt.net>
 # License: GPLv2 or later (https://www.gnu.org/licenses/gpl-2.0.txt)
 
 # acts like tee(1) on an input input to provide a input-like stream
diff --git a/lib/yahns/tmpio.rb b/lib/yahns/tmpio.rb
index 48832df..dae3b30 100644
--- a/lib/yahns/tmpio.rb
+++ b/lib/yahns/tmpio.rb
@@ -1,5 +1,5 @@
 # -*- encoding: binary -*-
-# Copyright (C) 2009-2013, Eric Wong <normalperson@yhbt.net> et. al.
+# Copyright (C) 2013-2015 all contributors <yahns-public@yhbt.net>
 # License: GPLv2 or later (https://www.gnu.org/licenses/gpl-2.0.txt)
 require 'tmpdir'
 
diff --git a/lib/yahns/unix_server.rb b/lib/yahns/unix_server.rb
index 3c36cd9..9a4e72e 100644
--- a/lib/yahns/unix_server.rb
+++ b/lib/yahns/unix_server.rb
@@ -1,5 +1,5 @@
 # -*- encoding: binary -*-
-# Copyright (C) 2013, Eric Wong <normalperson@yhbt.net> et. al.
+# Copyright (C) 2013-2015 all contributors <yahns-public@yhbt.net>
 # License: GPLv3 or later (see COPYING for details)
 require_relative 'acceptor'
 class Yahns::UNIXServer < Kgio::UNIXServer # :nodoc:
diff --git a/lib/yahns/wbuf_common.rb b/lib/yahns/wbuf_common.rb
index 9e2d855..8d81c0b 100644
--- a/lib/yahns/wbuf_common.rb
+++ b/lib/yahns/wbuf_common.rb
@@ -1,5 +1,5 @@
 # -*- encoding: binary -*-
-# Copyright (C) 2009-2013, Eric Wong <normalperson@yhbt.net> et. al.
+# Copyright (C) 2013-2015 all contributors <yahns-public@yhbt.net>
 # License: GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt)
 begin
   raise LoadError, "SENDFILE_BROKEN env set" if ENV["SENDFILE_BROKEN"]
diff --git a/lib/yahns/wbuf_str.rb b/lib/yahns/wbuf_str.rb
index b786a4c..89dfd33 100644
--- a/lib/yahns/wbuf_str.rb
+++ b/lib/yahns/wbuf_str.rb
@@ -1,5 +1,5 @@
 # -*- encoding: binary -*-
-# Copyright (C) 2013, Eric Wong <normalperson@yhbt.net> et. al.
+# Copyright (C) 2013-2015 all contributors <yahns-public@yhbt.net>
 # License: GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt)
 require_relative 'wbuf_common'
 
diff --git a/lib/yahns/worker.rb b/lib/yahns/worker.rb
index 4183c63..d6e7364 100644
--- a/lib/yahns/worker.rb
+++ b/lib/yahns/worker.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)
 class Yahns::Worker # :nodoc:
   attr_accessor :nr
diff --git a/test/covshow.rb b/test/covshow.rb
index 2fd48c6..1d6367d 100644
--- a/test/covshow.rb
+++ b/test/covshow.rb
@@ -1,4 +1,4 @@
-# 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)
 #
 # this works with the __covmerge method in test/helper.rb
diff --git a/test/helper.rb b/test/helper.rb
index c86f3e3..5dca23f 100644
--- a/test/helper.rb
+++ b/test/helper.rb
@@ -1,4 +1,4 @@
-# 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)
 $stdout.sync = $stderr.sync = Thread.abort_on_exception = true
 $-w = true if RUBY_VERSION.to_f >= 2.0
diff --git a/test/server_helper.rb b/test/server_helper.rb
index 1ce2f29..cc34f4a 100644
--- a/test/server_helper.rb
+++ b/test/server_helper.rb
@@ -1,4 +1,4 @@
-# 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_relative 'helper'
 require 'timeout'
diff --git a/test/test_bin.rb b/test/test_bin.rb
index b778a0d..97e672e 100644
--- a/test/test_bin.rb
+++ b/test/test_bin.rb
@@ -1,4 +1,4 @@
-# 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_relative 'server_helper'
 class TestBin < Testcase
diff --git a/test/test_buffer_tmpdir.rb b/test/test_buffer_tmpdir.rb
index 8461346..f1af602 100644
--- a/test/test_buffer_tmpdir.rb
+++ b/test/test_buffer_tmpdir.rb
@@ -1,4 +1,4 @@
-# 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_relative 'server_helper'
 require 'sleepy_penguin'
diff --git a/test/test_client_expire.rb b/test/test_client_expire.rb
index c23a727..0260850 100644
--- a/test/test_client_expire.rb
+++ b/test/test_client_expire.rb
@@ -1,4 +1,4 @@
-# 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_relative 'server_helper'
 
diff --git a/test/test_client_max_body_size.rb b/test/test_client_max_body_size.rb
index 5688f2b..8be2856 100644
--- a/test/test_client_max_body_size.rb
+++ b/test/test_client_max_body_size.rb
@@ -1,4 +1,4 @@
-# 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_relative 'server_helper'
 
diff --git a/test/test_config.rb b/test/test_config.rb
index 00a0c19..08c33db 100644
--- a/test/test_config.rb
+++ b/test/test_config.rb
@@ -1,4 +1,4 @@
-# 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_relative 'helper'
 require 'rack/lobster'
diff --git a/test/test_expect_100.rb b/test/test_expect_100.rb
index 868fe3a..1701bca 100644
--- a/test/test_expect_100.rb
+++ b/test/test_expect_100.rb
@@ -1,4 +1,4 @@
-# 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_relative 'server_helper'
 
diff --git a/test/test_extras_autoindex.rb b/test/test_extras_autoindex.rb
index d00a620..5471598 100644
--- a/test/test_extras_autoindex.rb
+++ b/test/test_extras_autoindex.rb
@@ -1,4 +1,4 @@
-# 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_relative 'server_helper'
 require 'zlib'
diff --git a/test/test_extras_exec_cgi.rb b/test/test_extras_exec_cgi.rb
index 6fa4dbb..a9bcd34 100644
--- a/test/test_extras_exec_cgi.rb
+++ b/test/test_extras_exec_cgi.rb
@@ -1,4 +1,4 @@
-# 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_relative 'server_helper'
 
diff --git a/test/test_extras_exec_cgi.sh b/test/test_extras_exec_cgi.sh
index b54a83f..0a6c521 100755
--- a/test/test_extras_exec_cgi.sh
+++ b/test/test_extras_exec_cgi.sh
@@ -1,5 +1,5 @@
 #!/bin/sh
-# 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)
 
 # test CGI program, this remains portable POSIX shell (not bash)
diff --git a/test/test_extras_try_gzip_static.rb b/test/test_extras_try_gzip_static.rb
index ae99130..874f700 100644
--- a/test/test_extras_try_gzip_static.rb
+++ b/test/test_extras_try_gzip_static.rb
@@ -1,4 +1,4 @@
-# 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_relative 'server_helper'
 require 'zlib'
diff --git a/test/test_fdmap.rb b/test/test_fdmap.rb
index 3525dca..e611862 100644
--- a/test/test_fdmap.rb
+++ b/test/test_fdmap.rb
@@ -1,4 +1,4 @@
-# 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_relative 'helper'
 
diff --git a/test/test_input.rb b/test/test_input.rb
index 63cf6ce..add7598 100644
--- a/test/test_input.rb
+++ b/test/test_input.rb
@@ -1,4 +1,4 @@
-# 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_relative 'server_helper'
 require 'digest/md5'
diff --git a/test/test_mt_accept.rb b/test/test_mt_accept.rb
index 37813d4..fb02430 100644
--- a/test/test_mt_accept.rb
+++ b/test/test_mt_accept.rb
@@ -1,4 +1,4 @@
-# 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_relative 'server_helper'
 require 'rack/lobster'
diff --git a/test/test_output_buffering.rb b/test/test_output_buffering.rb
index 9e2e400..7f75702 100644
--- a/test/test_output_buffering.rb
+++ b/test/test_output_buffering.rb
@@ -1,4 +1,4 @@
-# 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_relative 'server_helper'
 require 'digest/md5'
diff --git a/test/test_rack.rb b/test/test_rack.rb
index 653f1b0..f601425 100644
--- a/test/test_rack.rb
+++ b/test/test_rack.rb
@@ -1,4 +1,4 @@
-# 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_relative 'helper'
 require 'rack/lobster'
diff --git a/test/test_rack_hijack.rb b/test/test_rack_hijack.rb
index 101f085..d326bcd 100644
--- a/test/test_rack_hijack.rb
+++ b/test/test_rack_hijack.rb
@@ -1,4 +1,4 @@
-# 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_relative 'server_helper'
 
diff --git a/test/test_reopen_logs.rb b/test/test_reopen_logs.rb
index 8acac6b..f8aa7b8 100644
--- a/test/test_reopen_logs.rb
+++ b/test/test_reopen_logs.rb
@@ -1,4 +1,4 @@
-# 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_relative 'server_helper'
 require 'rack/commonlogger'
diff --git a/test/test_response.rb b/test/test_response.rb
index 2e9a7ea..19adbd6 100644
--- a/test/test_response.rb
+++ b/test/test_response.rb
@@ -1,4 +1,4 @@
-# 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_relative 'server_helper'
 
diff --git a/test/test_serve_static.rb b/test/test_serve_static.rb
index b6875bd..98cf57b 100644
--- a/test/test_serve_static.rb
+++ b/test/test_serve_static.rb
@@ -1,4 +1,4 @@
-# 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_relative 'server_helper'
 require 'rack/file'
diff --git a/test/test_server.rb b/test/test_server.rb
index 50e739a..2ed43a1 100644
--- a/test/test_server.rb
+++ b/test/test_server.rb
@@ -1,4 +1,4 @@
-# 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_relative 'server_helper'
 
diff --git a/test/test_stream_file.rb b/test/test_stream_file.rb
index 54344f4..4bc3b2e 100644
--- a/test/test_stream_file.rb
+++ b/test/test_stream_file.rb
@@ -1,4 +1,4 @@
-# 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_relative 'helper'
 require 'timeout'
diff --git a/test/test_unix_socket.rb b/test/test_unix_socket.rb
index 337ccba..712e99f 100644
--- a/test/test_unix_socket.rb
+++ b/test/test_unix_socket.rb
@@ -1,4 +1,4 @@
-# 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_relative 'server_helper'
 
diff --git a/test/test_wbuf.rb b/test/test_wbuf.rb
index e6f8790..0eacb08 100644
--- a/test/test_wbuf.rb
+++ b/test/test_wbuf.rb
@@ -1,4 +1,4 @@
-# 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_relative 'helper'
 require 'timeout'
diff --git a/yahns.gemspec b/yahns.gemspec
index 120dc46..83ca155 100644
--- a/yahns.gemspec
+++ b/yahns.gemspec
@@ -1,4 +1,4 @@
-# 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)
 Gem::Specification.new do |s|
   manifest = File.read('.gem-manifest').split(/\n/)