From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40707) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d1Zru-0005KG-TA for guix-patches@gnu.org; Fri, 21 Apr 2017 10:49:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d1Zrq-0003wy-SV for guix-patches@gnu.org; Fri, 21 Apr 2017 10:49:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:34524) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d1Zrq-0003wu-PI for guix-patches@gnu.org; Fri, 21 Apr 2017 10:49:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d1Zrq-0000Do-Jj for guix-patches@gnu.org; Fri, 21 Apr 2017 10:49:02 -0400 Subject: bug#26588: [PATCH 3/3] gnu: font-bitstream-vera: Change license to Bitstream Vera. Resent-Message-ID: From: =?UTF-8?Q?Cl=C3=A9ment?= Lassieur Date: Fri, 21 Apr 2017 16:48:04 +0200 Message-Id: <20170421144804.10169-3-clement@lassieur.org> In-Reply-To: <20170421144804.10169-1-clement@lassieur.org> References: <20170421144804.10169-1-clement@lassieur.org> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 26588@debbugs.gnu.org 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