about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--LICENSE4
-rw-r--r--README4
-rw-r--r--rainbows.gemspec2
-rw-r--r--t/test-lib.sh2
4 files changed, 6 insertions, 6 deletions
diff --git a/LICENSE b/LICENSE
index 94b938b..4cfad55 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,5 +1,5 @@
-\Rainbows! is copyrighted free software by Eric Wong
-(mailto:normalperson@yhbt.net) and contributors. You can redistribute it
+\Rainbows! is copyrighted Free Software by all contributors, see the
+logs in revision control for all of them.  You can redistribute it
 and/or modify it under either the terms of the
 {GPL2}[http://www.gnu.org/licenses/gpl-2.0.txt] (see link:COPYING) or
 the conditions below:
diff --git a/README b/README
index 682ba38..3b0a4f1 100644
--- a/README
+++ b/README
@@ -56,8 +56,8 @@ CPU/memory/disk concurrency.
 
 == License
 
-\Rainbows! is copyright 2009 Eric Wong and contributors.  It is based on
-Mongrel and Unicorn and carries the same license.
+\Rainbows! is copyright 2009 by all contributors (see logs in git).
+It is based on Mongrel and Unicorn and carries the same license.
 
 Mongrel is copyright 2007 Zed A. Shaw and contributors. It is licensed
 under the Ruby license and the GPL2. See the included LICENSE file for
diff --git a/rainbows.gemspec b/rainbows.gemspec
index 0c7edaa..b64e135 100644
--- a/rainbows.gemspec
+++ b/rainbows.gemspec
@@ -14,7 +14,7 @@ Gem::Specification.new do |s|
   s.name = %q{rainbows}
   s.version = ENV["VERSION"]
 
-  s.authors = ["Eric Wong"]
+  s.authors = ["Rainbows! developers"]
   s.date = Time.now.utc.strftime('%Y-%m-%d')
   s.description = File.read("README").split(/\n\n/)[1]
   s.email = %q{rainbows-talk@rubyforge.org}
diff --git a/t/test-lib.sh b/t/test-lib.sh
index 9e286bc..5551378 100644
--- a/t/test-lib.sh
+++ b/t/test-lib.sh
@@ -1,5 +1,5 @@
 #!/bin/sh
-# Copyright (c) 2009 Eric Wong
+# Copyright (c) 2009 Rainbows! developers
 set -e
 set -u
 T=$(basename $0)