licenses: Add the fdl1.1+.

* guix/licenses.scm (fdl1.1+): New variable.
This commit is contained in:
Fabian Harfert 2016-02-03 17:38:45 +01:00 committed by Leo Famulari
parent 90bcecc568
commit ca9eb4898b
1 changed files with 7 additions and 1 deletions

View File

@ -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"