[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/06: guix: Add GUST font license 1.0.
From: |
Ricardo Wurmus |
Subject: |
01/06: guix: Add GUST font license 1.0. |
Date: |
Wed, 02 Sep 2015 06:46:13 +0000 |
rekado pushed a commit to branch master
in repository guix.
commit dee38b7b41a7415ac3e43757635f0964508db250
Author: Ricardo Wurmus <address@hidden>
Date: Sun Aug 30 19:40:17 2015 +0200
guix: Add GUST font license 1.0.
* guix/licenses.scm (gfl1.0): New variable.
---
guix/licenses.scm | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/guix/licenses.scm b/guix/licenses.scm
index dae0e3d..024f0c2 100644
--- a/guix/licenses.scm
+++ b/guix/licenses.scm
@@ -3,6 +3,7 @@
;;; Copyright © 2013, 2015 Andreas Enge <address@hidden>
;;; Copyright © 2012, 2013 Nikita Karetnikov <address@hidden>
;;; Copyright © 2015 Mark H Weaver <address@hidden>
+;;; Copyright © 2015 Ricardo Wurmus <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -38,6 +39,7 @@
expat
freetype
gpl1 gpl1+ gpl2 gpl2+ gpl3 gpl3+
+ gfl1.0
fdl1.3+
opl1.0+
isc
@@ -211,6 +213,13 @@ at URI, which may be a file:// URI pointing the package's
tree."
"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"
- branch master updated (a96524c -> ddfddb0), Ricardo Wurmus, 2015/09/02
- 01/06: guix: Add GUST font license 1.0.,
Ricardo Wurmus <=
- 02/06: gnu: Add TeX Gyre fonts., Ricardo Wurmus, 2015/09/02
- 03/06: gnu: Add po4a., Ricardo Wurmus, 2015/09/02
- 04/06: gnu: Add gerbv., Ricardo Wurmus, 2015/09/02
- 05/06: gnu: Add minixml., Ricardo Wurmus, 2015/09/02
- 06/06: gnu: Add ZynAddSubFX., Ricardo Wurmus, 2015/09/02