guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#26588: [PATCH 3/3] gnu: font-bitstream-vera: Change license to Bitst


From: Clément Lassieur
Subject: bug#26588: [PATCH 3/3] gnu: font-bitstream-vera: Change license to Bitstream Vera.
Date: Fri, 21 Apr 2017 16:48:04 +0200

This license is not X11-style because of its clause that makes it non-free.

* gnu/packages/fonts.scm (font-bitstream-vera)[license]: Change to Bitstream
Vera.
---
 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 6579a66e4..18ddcc6e3 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -238,9 +238,7 @@ provide serif, sans and monospaced variants.")
     (synopsis "Bitstream Vera sans-serif typeface")
     (description "Vera is a sans-serif typeface from Bitstream, Inc.  This
 package provides the TrueType (TTF) files.")
-    (license
-     (license:x11-style
-      "http://www.gnome.org/fonts/#Final_Bitstream_Vera_Fonts";))))
+    (license (license:bitstream-vera))))
 
 (define-public font-cantarell
   (package
-- 
2.12.2






reply via email to

[Prev in Thread] Current Thread [Next in Thread]