licenses: Add Unicode license.

* guix/licenses.scm (unicode): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
This commit is contained in:
Leo Prikler 2020-01-11 13:08:26 +01:00 committed by Ricardo Wurmus
parent 7538510534
commit cb9cb2e89a
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -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/"