guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: font-bitstream-vera: Change license to fsdg-compatible.


From: Clément Lassieur
Subject: 02/02: gnu: font-bitstream-vera: Change license to fsdg-compatible.
Date: Mon, 1 May 2017 15:33:54 -0400 (EDT)

snape pushed a commit to branch master
in repository guix.

commit d5b091290d9b0afe1f57d469f4fd388ac3b3b917
Author: Clément Lassieur <address@hidden>
Date:   Fri Apr 21 16:32:15 2017 +0200

    gnu: font-bitstream-vera: Change license to fsdg-compatible.
    
    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
    fsdg-compatible Bitstream Vera.
---
 gnu/packages/fonts.scm | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 2452a1c..1873c76 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -17,6 +17,7 @@
 ;;; Copyright © 2017 Tobias Geerinckx-Rice <address@hidden>
 ;;; Copyright © 2017 José Miguel Sánchez García <address@hidden>
 ;;; Copyright © 2017 Alex Griffin <address@hidden>
+;;; Copyright © 2017 Clément Lassieur <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -239,8 +240,11 @@ provide serif, sans and monospaced variants.")
     (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:fsdg-compatible
+      "https://www.gnome.org/fonts/#Final_Bitstream_Vera_Fonts";
+      "The Font Software may be sold as part of a larger software package but
+no copy of one or more of the Font Software typefaces may be sold by
+itself."))))
 
 (define-public font-cantarell
   (package



reply via email to

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