all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Alex Kost <alezost@gmail.com>
To: guix-devel@gnu.org
Subject: Re: Fwd: [PATCH] Add font-terminus.
Date: Mon, 10 Nov 2014 18:34:10 +0300	[thread overview]
Message-ID: <871tpb2hot.fsf@gmail.com> (raw)
In-Reply-To: <CABXEMcoXXbf7Tj465Rv92nrd2sdTOxfXgCR2=MNeO-T2BpyPcQ@mail.gmail.com> (Guy Grant's message of "Sun, 10 Aug 2014 09:25:59 -0500")

[-- Attachment #1: Type: text/plain, Size: 322 bytes --]

A bit too late for the comment, but still:

Guy Grant (2014-08-10 18:25 +0400) wrote:

> +    (license
> +     (license:x11-style
> +      "http://scripts.sil.org/cms/scripts/page.php?item_id=OFL_web"))))

Since it's not an "X11-style", but an "OFL" license, why not use the
latter?  The patch for fixing it is attached.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-fonts-Fix-license-of-terminus-font.patch --]
[-- Type: text/x-diff, Size: 920 bytes --]

From 73873d10466680ffed64e11f5c96fe7a5343fb69 Mon Sep 17 00:00:00 2001
From: Alex Kost <alezost@gmail.com>
Date: Mon, 10 Nov 2014 18:26:29 +0300
Subject: [PATCH] gnu: fonts: Fix license of 'terminus-font'.

* gnu/packages/fonts.scm (terminus-font): Use 'silofl1.1' license.
---
 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 825395b..4ed86d9 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -237,6 +237,4 @@ package provides the TrueType (TTF) files.")
     (synopsis "Simple bitmap programming font")
     (description "Terminus Font is a clean, fixed width bitmap font, designed
 for long (8 and more hours per day) work with computers.")
-    (license
-     (license:x11-style
-      "http://scripts.sil.org/cms/scripts/page.php?item_id=OFL_web"))))
+    (license license:silofl1.1)))
-- 
2.1.2


  parent reply	other threads:[~2014-11-10 15:34 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-09  0:15 [PATCH] Add font-terminus Guy Grant
2014-08-10 10:04 ` Andreas Enge
     [not found]   ` <CABXEMcpNkYY_Xdq+Op-9Lh35L3BeEMea9tVk3ZeALmtegOxXUQ@mail.gmail.com>
2014-08-10 14:25     ` Fwd: " Guy Grant
2014-08-10 18:39       ` Andreas Enge
2014-08-11  3:21       ` Mark H Weaver
2014-08-13  1:37         ` Guy Grant
2014-08-13  3:23           ` mhw
2014-11-10 15:34       ` Alex Kost [this message]
2014-11-10 22:18         ` Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=871tpb2hot.fsf@gmail.com \
    --to=alezost@gmail.com \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.