about summary refs log tree commit homepage
path: root/zbatery.gemspec
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2014-05-14 20:04:36 +0000
committerEric Wong <normalperson@yhbt.net>2014-05-14 20:04:36 +0000
commit4479008d47c846f194e9e50d49f103f27ff8956b (patch)
treeb3b927b22b9c8a910fd562c3d9b8d272e32d6f90 /zbatery.gemspec
parent6051c3f9481d89fdd82b64133099cbada5809212 (diff)
downloadzbatery-4479008d47c846f194e9e50d49f103f27ff8956b.tar.gz
update license to GPLv2+
In case I'm hit by a bus, the lesser of two evils is to have the FSF
potentially screw us with a bad GPLv4 than to be stuck with an
insufficient GPLv3.
Diffstat (limited to 'zbatery.gemspec')
-rw-r--r--zbatery.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/zbatery.gemspec b/zbatery.gemspec
index 76df6b1..40e1b6d 100644
--- a/zbatery.gemspec
+++ b/zbatery.gemspec
@@ -34,5 +34,5 @@ Gem::Specification.new do |s|
   s.add_development_dependency(%q<wrongdoc>, "~> 1.6")
   s.add_development_dependency(%q<isolate>, "~> 3.1")
 
-  # s.licenses = %w(GPLv2 Ruby) # accessor not compatible with older RubyGems
+  s.licenses = %w(GPLv2+ Ruby)
 end