about summary refs log tree commit homepage
path: root/kcar.gemspec
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-10-26 06:51:48 +0000
committerEric Wong <normalperson@yhbt.net>2013-10-26 06:59:48 +0000
commit8ea1b2ac1e09a514acc45ecf304137049e6be5dd (patch)
tree4031ab64c7f63b5f3ddac820aa0fcc51dfd439ee /kcar.gemspec
parent9ad3bb46d74db7afba04beac9ad79e8031122406 (diff)
downloadkcar-8ea1b2ac1e09a514acc45ecf304137049e6be5dd.tar.gz
The parser has been GPLv2+GPLv3 for a long time (from unicorn).

Note: I currently (strongly) prefer the GPLv3.

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.

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 'kcar.gemspec')
-rw-r--r--kcar.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/kcar.gemspec b/kcar.gemspec
index 81507dc..a0ca22e 100644
--- a/kcar.gemspec
+++ b/kcar.gemspec
@@ -21,5 +21,5 @@ Gem::Specification.new do |s|
   s.extensions = %w(ext/kcar/extconf.rb)
   s.add_development_dependency('wrongdoc', '~> 1.5')
 
-  # s.license = %w(GPL Ruby) # disabled for compatibility with older RubyGems
+  s.license = %w(GPLv2+ Ruby) # disabled for compatibility with older RubyGems
 end