From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabian Harfert Subject: Re: [PATCH] licenses: Add the fdl1.1+. Date: Wed, 3 Feb 2016 21:11:22 +0100 Message-ID: <20160203211122.176561b7@alarmpi> References: <1454517525-8936-1-git-send-email-fhmgufs@web.de> <20160203215415.10dd9634@debian-netbook> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57860) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aR3mI-0000KN-ST for guix-devel@gnu.org; Wed, 03 Feb 2016 15:11:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aR3mE-0000mK-SB for guix-devel@gnu.org; Wed, 03 Feb 2016 15:11:50 -0500 Received: from mout.web.de ([212.227.15.4]:60735) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aR3mE-0000mG-Id for guix-devel@gnu.org; Wed, 03 Feb 2016 15:11:46 -0500 Received: from alarmpi ([217.232.223.4]) by smtp.web.de (mrweb003) with ESMTPSA (Nemesis) id 0MbQLE-1ajgaj2YBY-00Ii3N for ; Wed, 03 Feb 2016 21:11:45 +0100 In-Reply-To: <20160203215415.10dd9634@debian-netbook> 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: guix-devel@gnu.org Am Wed, 3 Feb 2016 21:54:15 +0200 schrieb Efraim Flashner : > On Wed, 3 Feb 2016 17:38:45 +0100 > Fabian Harfert wrote: > > > * guix/licenses.scm (fdl1.1+): New variable. > > --- > > guix/licenses.scm | 7 ++++++- > > 1 file changed, 6 insertions(+), 1 deletion(-) > > > > diff --git a/guix/licenses.scm b/guix/licenses.scm > > index d33b19f..29dd1ed 100644 > > --- a/guix/licenses.scm > > +++ b/guix/licenses.scm > > @@ -44,7 +44,7 @@ > > giftware > > gpl1 gpl1+ gpl2 gpl2+ gpl3 gpl3+ > > gfl1.0 > > - fdl1.3+ > > + fdl1.1+ fdl1.3+ > > opl1.0+ > > isc > > ijg > > @@ -246,6 +246,11 @@ at URI, which may be a file:// URI pointing > > the package's tree." > > "http://www.gust.org.pl/projects/e-foundry/licenses/GUST-FONT-LICENSE.txt" > > "https://www.gnu.org/licenses/license-list#LPPL-1.3a")) > > +(define fdl1.1+ > > + (license "FDL 1.1+" > > + "https://www.gnu.org/licenses/fdl-1.1" > > + "https://www.gnu.org/licenses/license-list#FDL")) > > + > > (define fdl1.3+ > > (license "FDL 1.3+" > > "https://www.gnu.org/licenses/fdl.html" > > looks good to me! > Could you please push that for me? I haven't got access to the git repository(, yet).