From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50148) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d1aWb-0001sn-KR for guix-patches@gnu.org; Fri, 21 Apr 2017 11:31:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d1aWW-000813-Kt for guix-patches@gnu.org; Fri, 21 Apr 2017 11:31:09 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:34566) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d1aWW-00080u-Af for guix-patches@gnu.org; Fri, 21 Apr 2017 11:31:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d1aWU-00035c-HW for guix-patches@gnu.org; Fri, 21 Apr 2017 11:31:04 -0400 Subject: bug#26588: [PATCH 3/3] gnu: font-bitstream-vera: Change license to Bitstream Vera. Resent-Message-ID: References: <20170421144804.10169-1-clement@lassieur.org> <20170421144804.10169-3-clement@lassieur.org> From: =?UTF-8?Q?Cl=C3=A9ment?= Lassieur In-reply-to: <20170421144804.10169-3-clement@lassieur.org> Date: Fri, 21 Apr 2017 17:30:15 +0200 Message-ID: <878tmtzsl4.fsf@lassieur.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit 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 Clément Lassieur writes: > 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)))) ^ Extra parenthesis, that I'll remove when I push (if I do). > > (define-public font-cantarell > (package