From af3d61f673a2e02366f295ff62d44f79697fa727 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 3 Mar 2017 20:53:03 +0000 Subject: gemspec: use SPDX compatible terms for the license(s) This should make things less confusing for automated license checkers. Disclaimer: I don't like or even understand the original Ruby license, but only maintain it out of respect for the original Mongrel license. --- kcar.gemspec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/kcar.gemspec b/kcar.gemspec index 6283992..3d8d39d 100644 --- a/kcar.gemspec +++ b/kcar.gemspec @@ -19,5 +19,11 @@ Gem::Specification.new do |s| s.add_development_dependency('olddoc', '~> 1.0') s.add_development_dependency('test-unit', '~> 3.0') - s.licenses = %w(GPLv2+ Ruby) + # Note: To avoid ambiguity, we intentionally avoid the SPDX-compatible + # 'Ruby' for the Ruby 1.8 license. This is because Ruby 1.9.3 switched + # to BSD-2-Clause, but we inherited our license from Mongrel when + # Ruby was at 1.8. We cannot automatically switch licenses when Ruby + # changes; so we maintain the Ruby 1.8 license (not 1.9.3+) along + # with GPL-2.0+ + s.licenses = %w(GPL-2.0+ Nonstandard) end -- cgit v1.2.3-24-ge0c7