From ca9eb4898b1136d6a8f107dcf281815369c41cc2 Mon Sep 17 00:00:00 2001 From: Fabian Harfert Date: Wed, 3 Feb 2016 17:38:45 +0100 Subject: licenses: Add the fdl1.1+. * guix/licenses.scm (fdl1.1+): New variable. --- guix/licenses.scm | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'guix') diff --git a/guix/licenses.scm b/guix/licenses.scm index d33b19f3ac..a43ab438f1 100644 --- a/guix/licenses.scm +++ b/guix/licenses.scm @@ -6,6 +6,7 @@ ;;; Copyright © 2015 Ricardo Wurmus ;;; Copyright © 2016 Eric Bavier ;;; Copyright © 2016 Leo Famulari +;;; Copyright © 2016 Fabian Harfert ;;; ;;; This file is part of GNU Guix. ;;; @@ -44,7 +45,7 @@ giftware gpl1 gpl1+ gpl2 gpl2+ gpl3 gpl3+ gfl1.0 - fdl1.3+ + fdl1.1+ fdl1.3+ opl1.0+ isc ijg @@ -246,6 +247,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" -- cgit v1.2.3