From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: poffice@blade.nagaokaut.ac.jp Delivered-To: poffice@blade.nagaokaut.ac.jp Received: from kankan.nagaokaut.ac.jp (kankan.nagaokaut.ac.jp [133.44.2.24]) by blade.nagaokaut.ac.jp (Postfix) with ESMTP id BE5C719A0A6B for ; Fri, 18 Sep 2015 03:24:04 +0900 (JST) Received: from funfun.nagaokaut.ac.jp (funfun.nagaokaut.ac.jp [133.44.2.201]) by kankan.nagaokaut.ac.jp (Postfix) with ESMTP id F1858B5D8BF for ; Fri, 18 Sep 2015 03:46:43 +0900 (JST) Received: from voscc.nagaokaut.ac.jp (voscc.nagaokaut.ac.jp [133.44.1.100]) by funfun.nagaokaut.ac.jp (Postfix) with ESMTP id 4115597A820 for ; Fri, 18 Sep 2015 03:46:44 +0900 (JST) Received: from neon.ruby-lang.org (neon.ruby-lang.org [221.186.184.75]) by voscc.nagaokaut.ac.jp (Postfix) with ESMTP id 09077952439 for ; Fri, 18 Sep 2015 03:46:43 +0900 (JST) Received: from [221.186.184.76] (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 948DD120772; Fri, 18 Sep 2015 03:46:42 +0900 (JST) X-Original-To: ruby-core@ruby-lang.org Delivered-To: ruby-core@ruby-lang.org Received: from dcvr.yhbt.net (dcvr.yhbt.net [64.71.152.64]) by neon.ruby-lang.org (Postfix) with ESMTP id B3A8B120750; Fri, 18 Sep 2015 03:46:35 +0900 (JST) Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id E832B200EB; Thu, 17 Sep 2015 18:46:33 +0000 (UTC) Date: Thu, 17 Sep 2015 18:46:33 +0000 From: Eric Wong To: hsbt@ruby-lang.org Message-ID: <20150917184633.GA15031@dcvr.yhbt.net> References: <20150908224644.7A6C52400C@fluorine.ruby-lang.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150908224644.7A6C52400C@fluorine.ruby-lang.org> X-ML-Name: ruby-core X-Mail-Count: 70843 Cc: ruby-core@ruby-lang.org Subject: [ruby-core:70843] Re: [ruby-cvs:58952] hsbt:r51801 (trunk): * lib/rubygems: Update to RubyGems HEAD(fe61e4c112). X-BeenThere: ruby-core@ruby-lang.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Ruby developers List-Id: Ruby developers List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: ruby-core-bounces@ruby-lang.org Sender: "ruby-core" hsbt@ruby-lang.org wrote: > * lib/rubygems: Update to RubyGems HEAD(fe61e4c112). > this version contains new feature that warn invalid SPDX license RubyGems does not accept '+' suffix as allowed by http://spdx.org/licenses for "or later" clause. With "GPL-2.0+", I get: WARNING: WARNING: license value 'GPL-2.0+' is invalid. Use a license identifier from http://spdx.org/licenses or 'Nonstandard' for a nonstandard license. I'm not touching a proprietary bug report interface, so forwarding this to upstream would be appreciated. Thanks. Side note: I also have software under the old Ruby (<= 1.9.2) license (with GPL option) which matches the text in http://spdx.org/licenses/Ruby.html#licenseText But the link on that spdx.org page also points to http://www.ruby-lang.org/en/LICENSE.txt and that is points to the new BSD-2-Clause (which I cannot relicense my project to). So I'm a little nervous about declaring "Ruby" as a license option in the gemspec nowadays.