diff options
author | Leo Prikler <leo.prikler@student.tugraz.at> | 2020-01-11 13:08:26 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-02-03 16:32:39 +0100 |
commit | cb9cb2e89afce6724d38588ec5b0a58f03ff46dc (patch) | |
tree | 10aee6347f42d97366ed3041cd94bf546df12100 /guix | |
parent | 75385105348066201ef898b934917eeb6ceab87a (diff) | |
download | patches-cb9cb2e89afce6724d38588ec5b0a58f03ff46dc.tar patches-cb9cb2e89afce6724d38588ec5b0a58f03ff46dc.tar.gz |
licenses: Add Unicode license.
* guix/licenses.scm (unicode): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
Diffstat (limited to 'guix')
-rw-r--r-- | guix/licenses.scm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/guix/licenses.scm b/guix/licenses.scm index a44a5bac0d..9153c3ccae 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/" |