From: Eric Wong <e@80x24.org> To: rainbows-public@bogomips.org Subject: [PATCH] gemspec: use SPDX-compatible license for GPL-2.0+ Date: Mon, 19 Oct 2015 21:18:38 +0000 Message-ID: <20151019211838.12780-1-e@80x24.org> (raw) Current versions of RubyGems still complains about the '+' is valid according to: http://spdx.org/licenses --- rainbows.gemspec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/rainbows.gemspec b/rainbows.gemspec index 3410197..afc8b5a 100644 --- a/rainbows.gemspec +++ b/rainbows.gemspec @@ -53,7 +53,11 @@ Gem::Specification.new do |s| # NeverBlock, currently only available on http://gems.github.com/ # s.add_dependency(%q<espace-neverblock>, ["~> 0.1.6.1"]) - # We inherited the Ruby 1.8 license from Mongrel, so we're stuck with it. - # GPLv3 is preferred. - s.licenses = ["GPLv2+", "Ruby 1.8"] + # Note: To avoid ambiguity, we intentionally avoid the SPDX-compatible + # 'Ruby' here since Ruby 1.9.3 switched to BSD-2-Clause license while + # we already inherited our license from Mongrel during Ruby 1.8. + # We cannot automatically switch licenses when Ruby changes their license, + # so we remain optionally-licensed under the terms of Ruby 1.8 despite + # not having a good way to specify this in an SPDX-compatible way... + s.licenses = ['GPL-2.0+', 'Nonstandard'] # Nonstandard = 'Ruby 1.8' end -- EW
reply index Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions: You may reply publically to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style List information: http://bogomips.org/rainbows/ * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20151019211838.12780-1-e@80x24.org \ --to=e@80x24.org \ --cc=rainbows-public@bogomips.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
Rainbows! Rack HTTP server user/dev discussion Archives are clonable: git clone --mirror http://bogomips.org/rainbows-public git clone --mirror http://ou63pmih66umazou.onion/rainbows-public Example config snippet for mirrors Newsgroups are available over NNTP: nntp://news.public-inbox.org/inbox.comp.lang.ruby.rainbows nntp://ou63pmih66umazou.onion/inbox.comp.lang.ruby.rainbows note: .onion URLs require Tor: https://www.torproject.org/ AGPL code for this site: git clone https://public-inbox.org/public-inbox.git