From 09fb7ccc3f1712411c61cbf54766c3c12c8296b2 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 18 Feb 2014 08:11:31 +0000 Subject: license: use LGPLv2.1 or later (was LGPL (2.1|3.0)-only) There is currently no LGPLv4, so this change has no effect at the moment. In case the LGPLv4 arrives and I am not alive to approve/review it, the lesser of evils is have give blanket approval of all future LGPL 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 LGPLv2.1 and LGPLv3 will always remain an option to all users. --- raindrops.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'raindrops.gemspec') diff --git a/raindrops.gemspec b/raindrops.gemspec index 2a51b88..c5d6e87 100644 --- a/raindrops.gemspec +++ b/raindrops.gemspec @@ -29,5 +29,5 @@ Gem::Specification.new do |s| s.add_development_dependency('unicorn', '>= 0.98') s.add_development_dependency('wrongdoc', ['~> 1.6.2', '>= 1.6.2']) - # s.licenses = %w(LGPLv3) # accessor not compatible with older RubyGems + s.licenses = %w(LGPLv2.1+) end -- cgit v1.2.3-24-ge0c7