A bit too late for the comment, but still:

Guy Grant (2014-08-10 18:25 +0400) wrote:

> +    (license
> +     (license:x11-style
> +      "http://scripts.sil.org/cms/scripts/page.php?item_id=OFL_web";))))

Since it's not an "X11-style", but an "OFL" license, why not use the
latter?  The patch for fixing it is attached.

>From 73873d10466680ffed64e11f5c96fe7a5343fb69 Mon Sep 17 00:00:00 2001
From: Alex Kost <alez...@gmail.com>
Date: Mon, 10 Nov 2014 18:26:29 +0300
Subject: [PATCH] gnu: fonts: Fix license of 'terminus-font'.

* gnu/packages/fonts.scm (terminus-font): Use 'silofl1.1' license.
---
 gnu/packages/fonts.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 825395b..4ed86d9 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -237,6 +237,4 @@ package provides the TrueType (TTF) files.")
     (synopsis "Simple bitmap programming font")
     (description "Terminus Font is a clean, fixed width bitmap font, designed
 for long (8 and more hours per day) work with computers.")
-    (license
-     (license:x11-style
-      "http://scripts.sil.org/cms/scripts/page.php?item_id=OFL_web";))))
+    (license license:silofl1.1)))
-- 
2.1.2

Reply via email to