diff options
author | Fabian Harfert <fhmgufs@web.de> | 2016-02-03 17:38:45 +0100 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-02-04 18:31:17 -0500 |
commit | ca9eb4898b1136d6a8f107dcf281815369c41cc2 (patch) | |
tree | f02b5604d0bef0f80dc28c09f99c85f077d944eb /guix/licenses.scm | |
parent | 90bcecc56886ed8b3b55db01c1f0b015fc2fc9a1 (diff) |
licenses: Add the fdl1.1+.
* guix/licenses.scm (fdl1.1+): New variable.
Diffstat (limited to 'guix/licenses.scm')
-rw-r--r-- | guix/licenses.scm | 8 |
1 files changed, 7 insertions, 1 deletions
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 <rekado@elephly.net> ;;; Copyright © 2016 Eric Bavier <bavier@member.fsf.org> ;;; Copyright © 2016 Leo Famulari <leo@famulari.name> +;;; Copyright © 2016 Fabian Harfert <fhmgufs@web.de> ;;; ;;; 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" |