From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arun Isaac Subject: Re: Question about multiple licenses Date: Mon, 28 Aug 2017 22:55:34 +0530 Message-ID: References: <681c721c.AEQAPExWoDUAAAAAAAAAAAOtZhgAAAACwQwAAAAAAAW9WABZoSX-@mailjet.com> <87mv6kj7i7.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57133) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dmNni-0000gl-Q7 for guix-devel@gnu.org; Mon, 28 Aug 2017 13:26:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dmNne-0000Hg-RR for guix-devel@gnu.org; Mon, 28 Aug 2017 13:26:14 -0400 Received: from o179.p8.mailjet.com ([87.253.233.179]:46648) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dmNne-0000G1-Ia for guix-devel@gnu.org; Mon, 28 Aug 2017 13:26:10 -0400 In-reply-to: <87mv6kj7i7.fsf@gmail.com> 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" To: Alex Vong Cc: guix-devel Alex Vong writes: > Based on the above general argument, I think we should list all the > licenses instead of just GPLv2+ since it would be inaccurate to say that > the whole program is under just GPLv2+. Listing all the licenses does seem like the safest thing to do. > Also, in this particular case, since ASL2.0 is incompatible with GPLv2, > we actually need to take advantage of the "or later" clause, and > "upgrades" it to "GPLv3+". Is there any Guix package where we have actually done such a license upgrade? > Listing the license as GPLv2+ would confuse the user that GPLv2 covers > the program, but in fact it is "effectively" GPLv3. > > Of course, I am not a lawyer. I only get the info from reading the > web. So I could be saying nonsense... > > [0]: https://www.gnu.org/licenses/gpl-faq.en.html#AllCompatibility =