From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40700) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d1Zru-0005KD-B6 for guix-patches@gnu.org; Fri, 21 Apr 2017 10:49:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d1Zrq-0003wb-0n for guix-patches@gnu.org; Fri, 21 Apr 2017 10:49:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:34522) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d1Zrp-0003wN-TG for guix-patches@gnu.org; Fri, 21 Apr 2017 10:49:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d1Zrp-0000DZ-NB for guix-patches@gnu.org; Fri, 21 Apr 2017 10:49:01 -0400 Subject: bug#26588: [PATCH 1/3] licenses: Add Bitstream Vera. References: <87a879zum4.fsf@lassieur.org> In-Reply-To: <87a879zum4.fsf@lassieur.org> Resent-Message-ID: From: =?UTF-8?Q?Cl=C3=A9ment?= Lassieur Date: Fri, 21 Apr 2017 16:48:02 +0200 Message-Id: <20170421144804.10169-1-clement@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 * guix/licenses.scm (bitstream-vera): New variable. --- guix/licenses.scm | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/guix/licenses.scm b/guix/licenses.scm index 7b2ac2d31..09a17b8c6 100644 --- a/guix/licenses.scm +++ b/guix/licenses.scm @@ -9,6 +9,7 @@ ;;; Copyright © 2016 Fabian Harfert ;;; Copyright © 2016 Rene Saavedra ;;; Copyright © 2016, 2017 ng0 +;;; Copyright © 2017 Clément Lassieur ;;; ;;; This file is part of GNU Guix. ;;; @@ -71,7 +72,7 @@ tcl/tk unlicense vim - x11 x11-style + x11 x11-style bitstream-vera zpl2.1 zlib fsf-free @@ -471,6 +472,16 @@ which may be a file:// URI pointing the package's tree." "Check the URI for details. " comment))) +(define bitstream-vera + (license "Bitstream Vera" + "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.\" + +The license is non-free because of the above clause, but a Guix package is a +\"larger software package\".")) + (define zpl2.1 (license "Zope Public License 2.1" "http://directory.fsf.org/wiki?title=License:ZopePLv2.1" -- 2.12.2