about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--LICENSE6
-rw-r--r--README2
-rw-r--r--unicorn.gemspec2
3 files changed, 5 insertions, 5 deletions
diff --git a/LICENSE b/LICENSE
index 6265ac6..d48c2d4 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
-Unicorn is copyrighted free software by Eric Wong
-(mailto:normalperson@yhbt.net) and contributors. You can redistribute it
-and/or modify it under either the terms of the
+Unicorn is copyrighted free software by all contributors, see logs in
+revision control for names and email addresses of 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 005167b..12f602d 100644
--- a/README
+++ b/README
@@ -59,7 +59,7 @@ both the the request and response in between Unicorn and slow clients.
 
 == License
 
-Unicorn is copyright 2009 Eric Wong and contributors.
+Unicorn is copyright 2009 by all contributors (see logs in git).
 It is based on Mongrel and carries the same license.
 
 Mongrel is copyright 2007 Zed A. Shaw and contributors. It is licensed
diff --git a/unicorn.gemspec b/unicorn.gemspec
index f2d2b82..6049f99 100644
--- a/unicorn.gemspec
+++ b/unicorn.gemspec
@@ -14,7 +14,7 @@ Gem::Specification.new do |s|
   s.name = %q{unicorn}
   s.version = ENV["VERSION"]
 
-  s.authors = ["Eric Wong"]
+  s.authors = ["Unicorn developers"]
   s.date = Time.now.utc.strftime('%Y-%m-%d')
   s.description = File.read("README").split(/\n\n/)[1]
   s.email = %q{mongrel-unicorn@rubyforge.org}