all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Clément Lassieur" <clement@lassieur.org>
To: 26588@debbugs.gnu.org
Subject: bug#26588: [PATCH 2/3] licenses: Add Arev.
Date: Fri, 21 Apr 2017 16:48:03 +0200	[thread overview]
Message-ID: <20170421144804.10169-2-clement@lassieur.org> (raw)
In-Reply-To: <20170421144804.10169-1-clement@lassieur.org>

* guix/licenses.scm (arev): New variable.
---
 guix/licenses.scm | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/guix/licenses.scm b/guix/licenses.scm
index 09a17b8c6..3bf275712 100644
--- a/guix/licenses.scm
+++ b/guix/licenses.scm
@@ -72,7 +72,7 @@
             tcl/tk
             unlicense
             vim
-            x11 x11-style bitstream-vera
+            x11 x11-style bitstream-vera arev
             zpl2.1
             zlib
             fsf-free
@@ -482,6 +482,11 @@ itself.\"
 The license is non-free because of the above clause, but a Guix package is a
 \"larger software package\"."))
 
+(define arev
+  (license "Arev"
+           "http://tavmjong.free.fr/FONTS/ArevCopyright.txt"
+           (license-comment bitstream-vera)))
+
 (define zpl2.1
   (license "Zope Public License 2.1"
            "http://directory.fsf.org/wiki?title=License:ZopePLv2.1"
-- 
2.12.2

  reply	other threads:[~2017-04-21 14:49 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-21 14:46 bug#26588: Add some (non-free?) font licenses Clément Lassieur
2017-04-21 14:48 ` bug#26588: [PATCH 1/3] licenses: Add Bitstream Vera Clément Lassieur
2017-04-21 14:48   ` Clément Lassieur [this message]
2017-04-21 14:48   ` bug#26588: [PATCH 3/3] gnu: font-bitstream-vera: Change license to " Clément Lassieur
2017-04-21 15:30     ` Clément Lassieur
2017-04-26  9:13   ` bug#26588: [PATCH 1/3] licenses: Add " Marius Bakke
2017-04-29  9:57     ` Clément Lassieur
2017-04-29 14:00       ` Marius Bakke
2017-05-01 11:00         ` Clément Lassieur
2017-05-01 11:01           ` bug#26588: [PATCH 1/2] licenses: Add new meta-license fsdg-compatible Clément Lassieur
2017-05-01 11:01             ` bug#26588: [PATCH 2/2] gnu: font-bitstream-vera: Change license to fsdg-compatible Clément Lassieur
2017-05-01 14:53           ` bug#26588: [PATCH 1/3] licenses: Add Bitstream Vera Marius Bakke
2017-05-01 19:37             ` Clément Lassieur

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=20170421144804.10169-2-clement@lassieur.org \
    --to=clement@lassieur.org \
    --cc=26588@debbugs.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.