about summary refs log tree commit homepage
path: root/rainbows.gemspec
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-10-26 08:01:24 +0000
committerEric Wong <normalperson@yhbt.net>2013-10-26 08:01:24 +0000
commit877f44605ec1768e279843e36c214b656d191011 (patch)
tree9613c684b09816ac855290fc8c4c9d1c54f40a09 /rainbows.gemspec
parent008269885bcf1bbf99059d752970969f573d8867 (diff)
downloadrainbows-877f44605ec1768e279843e36c214b656d191011.tar.gz
There is currently no GPLv4, so this change has no effect at the
moment.

In case the GPLv4 arrives and I am not alive to approve/review it,
the lesser of evils is have give blanket approval of all future GPL
versions (as published by the FSF).  The worse evil is to be stuck
with a license which cannot guarantee the Free-ness of this project
in the future.

This unfortunately means the FSF can theoretically come out with
license terms I do not agree with, but the GPLv2 and GPLv3 will
always be an option to all users.
Diffstat (limited to 'rainbows.gemspec')
-rw-r--r--rainbows.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/rainbows.gemspec b/rainbows.gemspec
index 6a906cf..2ef91f7 100644
--- a/rainbows.gemspec
+++ b/rainbows.gemspec
@@ -57,5 +57,5 @@ Gem::Specification.new do |s|
 
   # We inherited the Ruby 1.8 license from Mongrel, so we're stuck with it.
   # GPLv3 is preferred.
-  s.licenses = ["GPLv2", "GPLv3", "Ruby 1.8"]
+  s.licenses = ["GPLv2+", "Ruby 1.8"]
 end