From 11198b5154758322054b8e5ca572748fcad4d118 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 5 Oct 2009 10:34:52 -0700 Subject: Avoid naming names in LICENSE/README files Everything is logged in git anyways and it'll be easier to hand off to somebody else. --- LICENSE | 4 ++-- README | 4 ++-- rainbows.gemspec | 2 +- t/test-lib.sh | 2 +- 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) -- cgit v1.2.3-24-ge0c7