GNU bug report logs - #26588
Add some (non-free?) font licenses.

Previous Next

Package: guix-patches;

Reported by: Clément Lassieur <clement <at> lassieur.org>

Date: Fri, 21 Apr 2017 14:47:01 UTC

Severity: normal

Tags: patch

Done: Clément Lassieur <clement <at> lassieur.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Clément Lassieur <clement <at> lassieur.org>
To: 26588 <at> debbugs.gnu.org
Subject: bug#26588: [PATCH 2/3] licenses: Add Arev.
Date: Fri, 21 Apr 2017 16:48:03 +0200
* guix/licenses.scm (arev): New variable.
---
 guix/licenses.scm | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/guix/licenses.scm b/guix/licenses.scm
index 09a17b8c6..3bf275712 100644
--- a/guix/licenses.scm
+++ b/guix/licenses.scm
@@ -72,7 +72,7 @@
             tcl/tk
             unlicense
             vim
-            x11 x11-style bitstream-vera
+            x11 x11-style bitstream-vera arev
             zpl2.1
             zlib
             fsf-free
@@ -482,6 +482,11 @@ itself.\"
 The license is non-free because of the above clause, but a Guix package is a
 \"larger software package\"."))
 
+(define arev
+  (license "Arev"
+           "http://tavmjong.free.fr/FONTS/ArevCopyright.txt"
+           (license-comment bitstream-vera)))
+
 (define zpl2.1
   (license "Zope Public License 2.1"
            "http://directory.fsf.org/wiki?title=License:ZopePLv2.1"
-- 
2.12.2





This bug report was last modified 8 years and 26 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.