mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
licenses: Add Unicode license.
* guix/licenses.scm (unicode): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
This commit is contained in:
parent
7538510534
commit
cb9cb2e89a
1 changed files with 6 additions and 0 deletions
|
@ -85,6 +85,7 @@ (define-module (guix licenses)
|
||||||
silofl1.1
|
silofl1.1
|
||||||
sleepycat
|
sleepycat
|
||||||
tcl/tk
|
tcl/tk
|
||||||
|
unicode
|
||||||
unlicense
|
unlicense
|
||||||
vim
|
vim
|
||||||
w3c
|
w3c
|
||||||
|
@ -584,6 +585,11 @@ (define vim
|
||||||
"http://directory.fsf.org/wiki/License:Vim7.2"
|
"http://directory.fsf.org/wiki/License:Vim7.2"
|
||||||
"http://www.gnu.org/licenses/license-list.html#Vim"))
|
"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
|
(define unlicense
|
||||||
(license "Unlicense"
|
(license "Unlicense"
|
||||||
"https://unlicense.org/"
|
"https://unlicense.org/"
|
||||||
|
|
Loading…
Reference in a new issue