guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/05: licenses: Add Unicode license.


From: guix-commits
Subject: 01/05: licenses: Add Unicode license.
Date: Mon, 3 Feb 2020 10:32:50 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit cb9cb2e89afce6724d38588ec5b0a58f03ff46dc
Author: Leo Prikler <address@hidden>
AuthorDate: Sat Jan 11 13:08:26 2020 +0100

    licenses: Add Unicode license.
    
    * guix/licenses.scm (unicode): New variable.
    
    Signed-off-by: Ricardo Wurmus <address@hidden>
---
 guix/licenses.scm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/guix/licenses.scm b/guix/licenses.scm
index a44a5ba..9153c3c 100644
--- a/guix/licenses.scm
+++ b/guix/licenses.scm
@@ -85,6 +85,7 @@
             silofl1.1
             sleepycat
             tcl/tk
+            unicode
             unlicense
             vim
             w3c
@@ -584,6 +585,11 @@ at URI, which may be a file:// URI pointing the package's 
tree."
            "http://directory.fsf.org/wiki/License:Vim7.2";
            "http://www.gnu.org/licenses/license-list.html#Vim";))
 
+(define unicode
+  (license "Unicode"
+           "https://directory.fsf.org/wiki/License:Unicode";
+           "http://www.gnu.org/licenses/license-list.html#Unicode";))
+
 (define unlicense
   (license "Unlicense"
            "https://unlicense.org/";



reply via email to

[Prev in Thread] Current Thread [Next in Thread]