From a7d137f6c869f23be24ee6fab8a3093fc4ae4b7a Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 5 Oct 2009 11:39:12 -0700 Subject: doc: make it clear contributors retain copyrights We hope to never require copyright assignment here... --- LICENSE | 6 +++--- README | 2 +- unicorn.gemspec | 2 +- 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} -- cgit v1.2.3-24-ge0c7