[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: licenses: Add the fdl1.1+.
From: |
Leo Famulari |
Subject: |
01/01: licenses: Add the fdl1.1+. |
Date: |
Thu, 04 Feb 2016 23:34:01 +0000 |
lfam pushed a commit to branch master
in repository guix.
commit ca9eb4898b1136d6a8f107dcf281815369c41cc2
Author: Fabian Harfert <address@hidden>
Date: Wed Feb 3 17:38:45 2016 +0100
licenses: Add the fdl1.1+.
* guix/licenses.scm (fdl1.1+): New variable.
---
guix/licenses.scm | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/guix/licenses.scm b/guix/licenses.scm
index d33b19f..a43ab43 100644
--- a/guix/licenses.scm
+++ b/guix/licenses.scm
@@ -6,6 +6,7 @@
;;; Copyright © 2015 Ricardo Wurmus <address@hidden>
;;; Copyright © 2016 Eric Bavier <address@hidden>
;;; Copyright © 2016 Leo Famulari <address@hidden>
+;;; Copyright © 2016 Fabian Harfert <address@hidden>
;;;
;;; 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"