From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: [PATCH] gnu: Add pioneers Date: Mon, 15 Feb 2016 21:20:27 -0500 Message-ID: <877fi5qtuc.fsf@netris.org> References: <86a3f4ede2b6df0b1813c1e7d4861e4a@openmailbox.org> <20160216012104.GA3984@jasmine> <20160216020334.GA3987@novena-choice-citizen.lan> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40888) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVVFr-0007do-Hw for guix-devel@gnu.org; Mon, 15 Feb 2016 21:20:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aVVFm-0002Sn-DI for guix-devel@gnu.org; Mon, 15 Feb 2016 21:20:43 -0500 Received: from world.peace.net ([50.252.239.5]:37058) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVVFm-0002Sj-6c for guix-devel@gnu.org; Mon, 15 Feb 2016 21:20:38 -0500 In-Reply-To: <20160216020334.GA3987@novena-choice-citizen.lan> (Jookia's message of "Tue, 16 Feb 2016 13:03:34 +1100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Jookia <166291@gmail.com> Cc: guix-devel@gnu.org, thylakoid@openmailbox.org Jookia <166291@gmail.com> writes: > On Mon, Feb 15, 2016 at 08:21:04PM -0500, Leo Famulari wrote: >> > + (home-page "http://pio.sourceforge.net/") >> > + (license license:gpl2+))) >> >> Since the source files include the "any later version" clause, I changed >> this to GPL3+. I usually grep for 'later version' when COPYING indicates >> GPL2. > > I don't like this and I think this is a bad idea. The project isn't licensed > under the GPLv3+, it's licensed under the GPLv2+. When people search for > packages and read licenses they're not going to be misinformed. I feel this is a > disservice to the users of Guix, and misleading at best or dishonest at worst. You're right, Jookia. Leo was mistaken about our policy. If upstream allows distribution under "GPLv2 or any later version", then our license field should be gpl2+. Thanks, Mark