[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#26588: [PATCH 2/3] licenses: Add Arev.
From: |
Clément Lassieur |
Subject: |
bug#26588: [PATCH 2/3] licenses: Add Arev. |
Date: |
Fri, 21 Apr 2017 16:48:03 +0200 |
* 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