mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
licenses: Add W3C license.
* gnu/license.scm (w3c): New variable.
This commit is contained in:
parent
0158ea8a82
commit
0a574d7bf7
1 changed files with 6 additions and 0 deletions
|
@ -87,6 +87,7 @@ (define-module (guix licenses)
|
|||
tcl/tk
|
||||
unlicense
|
||||
vim
|
||||
w3c
|
||||
x11 x11-style
|
||||
zpl2.1
|
||||
zlib
|
||||
|
@ -578,6 +579,11 @@ (define unlicense
|
|||
"https://unlicense.org/"
|
||||
"https://www.gnu.org/licenses/license-list.html#Unlicense"))
|
||||
|
||||
(define w3c
|
||||
(license "W3C Software Notice and License"
|
||||
"https://directory.fsf.org/wiki/License:W3C_31Dec2002"
|
||||
"https://www.gnu.org/licenses/license-list.en.html#W3C"))
|
||||
|
||||
(define wtfpl2
|
||||
(license "WTFPL 2"
|
||||
"http://www.wtfpl.net"
|
||||
|
|
Loading…
Reference in a new issue