From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH] gnu: Add keepassx. Date: Wed, 16 Sep 2015 19:54:39 +0200 Message-ID: <87h9mu6yhs.fsf@elephly.net> References: <1442398930-4941-1-git-send-email-efraim@flashner.co.il> <20150916140203.26ff781e@debian-netbook> <87d1ximfqn.fsf@openmailbox.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50631) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZcGv1-0004RF-Gu for guix-devel@gnu.org; Wed, 16 Sep 2015 13:54:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZcGuw-0000qx-Hx for guix-devel@gnu.org; Wed, 16 Sep 2015 13:54:55 -0400 Received: from sender163-mail.zoho.com ([74.201.84.163]:25861) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZcGuw-0000qh-AR for guix-devel@gnu.org; Wed, 16 Sep 2015 13:54:50 -0400 In-reply-to: <87d1ximfqn.fsf@openmailbox.org> 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: Mathieu Lirzin Cc: guix-devel@gnu.org 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’t think this is true. The “or later” clause is only found in the template header in the section “How to Apply These Terms to Your New Programs”. The header in COPYING explicitly states that you may choose between one of two versions of the license only. ~~ Ricardo