From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: [PATCH 1/2] licenses: Add 'silofl1.1'. Date: Tue, 28 Oct 2014 09:53:41 +0300 Message-ID: <87ppdcbs7e.fsf@gmail.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48366) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xj0f9-0001Gw-VZ for guix-devel@gnu.org; Tue, 28 Oct 2014 02:53:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xj0f4-0003k7-GH for guix-devel@gnu.org; Tue, 28 Oct 2014 02:53:51 -0400 Received: from mail-la0-x232.google.com ([2a00:1450:4010:c03::232]:44313) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xj0f4-0003jk-6x for guix-devel@gnu.org; Tue, 28 Oct 2014 02:53:46 -0400 Received: by mail-la0-f50.google.com with SMTP id s18so27459lam.37 for ; Mon, 27 Oct 2014 23:53:44 -0700 (PDT) Received: from leviafan (128-74-164-65.broadband.corbina.ru. [128.74.164.65]) by mx.google.com with ESMTPSA id lf5sm232991lac.16.2014.10.27.23.53.43 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 27 Oct 2014 23:53:43 -0700 (PDT) List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable The license for the Liberation fonts. I named it =E2=80=98silofl1.1=E2=80= =99 or should it be just =E2=80=98silofl=E2=80=99? Also about the title: "SIL Open Font = License 1.1" or "SILOFL 1.1" or something else? --=-=-= Content-Type: text/x-diff Content-Disposition: attachment; filename=0001-licenses-Add-silofl1.1.patch >From ef66e2f801d5b54bb16074bea747888e6ed4e5be Mon Sep 17 00:00:00 2001 From: Alex Kost Date: Tue, 28 Oct 2014 09:38:04 +0300 Subject: [PATCH 1/2] licenses: Add 'silofl1.1'. * guix/licenses.scm (silofl1.1): New variable. --- guix/licenses.scm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/guix/licenses.scm b/guix/licenses.scm index 8b7ea53..3f1e8b0 100644 --- a/guix/licenses.scm +++ b/guix/licenses.scm @@ -44,6 +44,7 @@ psfl public-domain qpl ruby + silofl1.1 vim x11 x11-style zlib @@ -267,6 +268,11 @@ which may be a file:// URI pointing the package's tree." "http://directory.fsf.org/wiki/License:Ruby" "https://www.ruby-lang.org/en/about/license.txt")) +(define silofl1.1 + (license "SIL Open Font License 1.1" + "http://scripts.sil.org/OFL_web" + "https://www.gnu.org/licenses/license-list#SILOFL")) + (define vim (license "Vim" "http://directory.fsf.org/wiki/License:Vim7.2" -- 2.1.2 --=-=-=--