guix: Add GUST font license 1.0.
* guix/licenses.scm (gfl1.0): New variable.
This commit is contained in:
parent
a96524cc7d
commit
dee38b7b41
1 changed files with 9 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
;;; Copyright © 2013, 2015 Andreas Enge <andreas@enge.fr>
|
||||
;;; Copyright © 2012, 2013 Nikita Karetnikov <nikita@karetnikov.org>
|
||||
;;; Copyright © 2015 Mark H Weaver <mhw@netris.org>
|
||||
;;; Copyright © 2015 Ricardo Wurmus <rekado@elephly.net>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
@ -38,6 +39,7 @@ (define-module (guix licenses)
|
|||
expat
|
||||
freetype
|
||||
gpl1 gpl1+ gpl2 gpl2+ gpl3 gpl3+
|
||||
gfl1.0
|
||||
fdl1.3+
|
||||
opl1.0+
|
||||
isc
|
||||
|
@ -211,6 +213,13 @@ (define gpl3+
|
|||
"https://www.gnu.org/licenses/gpl.html"
|
||||
"https://www.gnu.org/licenses/license-list#GNUGPLv3"))
|
||||
|
||||
;; The “GUST font license” is legally equivalent to LPPL v1.3c as it only
|
||||
;; extends the LPPL with an optional request.
|
||||
(define gfl1.0
|
||||
(license "GUST font license 1.0"
|
||||
"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.3+
|
||||
(license "FDL 1.3+"
|
||||
"https://www.gnu.org/licenses/fdl.html"
|
||||
|
|
Loading…
Reference in a new issue