From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mathieu Lirzin Subject: Re: [PATCH] gnu: Add keepassx. Date: Wed, 16 Sep 2015 20:09:54 +0200 Message-ID: <878u86me19.fsf@openmailbox.org> References: <1442398930-4941-1-git-send-email-efraim@flashner.co.il> <20150916140203.26ff781e@debian-netbook> <87d1ximfqn.fsf@openmailbox.org> <87h9mu6yhs.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54139) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZcH9q-0006kU-UP for guix-devel@gnu.org; Wed, 16 Sep 2015 14:10:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZcH9n-0007vx-OQ for guix-devel@gnu.org; Wed, 16 Sep 2015 14:10:14 -0400 Received: from smtp1.openmailbox.org ([62.4.1.35]:53618) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZcH9n-0007vh-Fd for guix-devel@gnu.org; Wed, 16 Sep 2015 14:10:11 -0400 In-Reply-To: <87h9mu6yhs.fsf@elephly.net> (Ricardo Wurmus's message of "Wed, 16 Sep 2015 19:54:39 +0200") 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: Ricardo Wurmus Cc: guix-devel@gnu.org Ricardo Wurmus writes: > Mathieu Lirzin writes: > >>>> + (license (list license:gpl2 license:gpl3)))) >> >> 'COPYING' indicate this. >> >> --8<---------------cut here---------------start------------->8--- >> This program is free software: you can redistribute it and/or modify >> it under the terms of the GNU General Public License as published by >> the Free Software Foundation, either version 2 or (at your option) >> version 3 of the License. >> --8<---------------cut here---------------end--------------->8--- >> >> And in 'LICENSE.GPL-3' you can find the "or later" so I think it's ok to= indicate >> only "license:gpl3+" like this >> >> ;; Non functional parts use various licences. >> (license license:gpl3+) > > I don=E2=80=99t think this is true. The =E2=80=9Cor later=E2=80=9D claus= e is only found in > the template header in the section =E2=80=9CHow to Apply These Terms to Y= our > New Programs=E2=80=9D. You can find references of this in "Terms and Conditions" too. :) > The header in COPYING explicitly states that you may choose > between one of two versions of the license only. You are right, as a consequence it should be... ;; Non functional parts use various licences. (license license:gpl3) Thanks for the correction. -- Mathieu Lirzin