about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-10-05 11:39:12 -0700
committerEric Wong <normalperson@yhbt.net>2009-10-05 11:40:31 -0700
commita7d137f6c869f23be24ee6fab8a3093fc4ae4b7a (patch)
treee97be3ceca947d5a13c94b122fb04579f4fe7c9e
parent7f432152de923eba116a52aeacafa2c54b4e2531 (diff)
downloadunicorn-a7d137f6c869f23be24ee6fab8a3093fc4ae4b7a.tar.gz
We hope to never require copyright assignment here...
-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}