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 2023F19C022C for ; Mon, 16 Nov 2015 16:27:35 +0900 (JST) Received: from voscc.nagaokaut.ac.jp (voscc.nagaokaut.ac.jp [133.44.1.100]) by kankan.nagaokaut.ac.jp (Postfix) with ESMTP id 35326B5D8D5 for ; Mon, 16 Nov 2015 16:57:56 +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 871C918CC7D0 for ; Mon, 16 Nov 2015 16:57:56 +0900 (JST) Received: from [221.186.184.76] (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 602DF120516; Mon, 16 Nov 2015 16:57:55 +0900 (JST) X-Original-To: ruby-core@ruby-lang.org Delivered-To: ruby-core@ruby-lang.org Received: from mail-yk0-f172.google.com (mail-yk0-f172.google.com [209.85.160.172]) by neon.ruby-lang.org (Postfix) with ESMTPS id 08E8012050F for ; Mon, 16 Nov 2015 16:57:46 +0900 (JST) Received: by ykfs79 with SMTP id s79so226698058ykf.1 for ; Sun, 15 Nov 2015 23:57:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=dhzP+9GN3LrEGUCfobJoYHjbPFRcKnWfESoG1iMaSSo=; b=Jp+1vG6ROFGZZRV7jHTetYF9JUBrEX+OaHcBxu5nNmgGTfPIsXqNQdn1a0J7c0FpVT IbLI1LTRcFi6L4qw5W20uhPmi8LsKRo7hk0FE6dTCxPLXCcESwW/lm6ws47RLJfDDuTb kwiF/nk1h7KwZdx7hIhs5TkAjD+kJj8te2ZodY/Ygqz77QXcTxb9HfcImJn/AxPnlxkm vuOrS54D/4Yi5c3KI9w3YdM+e+QwpKduMy+3T+4D2OZU63Gnp9aOakMdZ9J1vOG4C2+D LJD84I1raFJFWeomnxqF8SWLYBYrMZtsyeCprllikt3snvd4QFngCgj/iGPJ2pgyiNdP ocUA== X-Received: by 10.13.204.81 with SMTP id o78mr19631903ywd.292.1447660662990; Sun, 15 Nov 2015 23:57:42 -0800 (PST) MIME-Version: 1.0 Received: by 10.31.203.7 with HTTP; Sun, 15 Nov 2015 23:57:23 -0800 (PST) In-Reply-To: <20150917184633.GA15031@dcvr.yhbt.net> References: <20150908224644.7A6C52400C@fluorine.ruby-lang.org> <20150917184633.GA15031@dcvr.yhbt.net> From: SHIBATA Hiroshi Date: Mon, 16 Nov 2015 16:57:23 +0900 X-Google-Sender-Auth: OdZS7iWNA903wxdt06bp9gLXpIs Message-ID: To: Eric Wong Content-Type: text/plain; charset=UTF-8 X-ML-Name: ruby-core X-Mail-Count: 71502 Cc: Ruby developers Subject: [ruby-core:71502] 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" Hi Eric. Sorry, too late response. I reported your issue to https://github.com/rubygems/rubygems/pull/1385 I hope to solve this issue before 2.3.0-rc1 release day. On Fri, Sep 18, 2015 at 3:46 AM, Eric Wong wrote: > 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. -- SHIBATA Hiroshi hsbt@ruby-lang.org http://www.hsbt.org/