mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
licenses: Add Zope Public License.
* guix/licenses.scm (zpl2.1): New variable.
This commit is contained in:
parent
67ee7c9576
commit
4a4dac2083
1 changed files with 6 additions and 0 deletions
|
@ -61,6 +61,7 @@ (define-module (guix licenses)
|
||||||
sleepycat
|
sleepycat
|
||||||
vim
|
vim
|
||||||
x11 x11-style
|
x11 x11-style
|
||||||
|
zpl2.1
|
||||||
zlib
|
zlib
|
||||||
fsf-free))
|
fsf-free))
|
||||||
|
|
||||||
|
@ -382,6 +383,11 @@ (define* (x11-style uri #:optional (comment ""))
|
||||||
"Check the URI for details. "
|
"Check the URI for details. "
|
||||||
comment)))
|
comment)))
|
||||||
|
|
||||||
|
(define zpl2.1
|
||||||
|
(license "Zope Public License 2.1"
|
||||||
|
"http://directory.fsf.org/wiki?title=License:ZopePLv2.1"
|
||||||
|
"https://www.gnu.org/licenses/license-list.html#Zope2.0"))
|
||||||
|
|
||||||
(define zlib
|
(define zlib
|
||||||
(license "Zlib"
|
(license "Zlib"
|
||||||
"http://www.gzip.org/zlib/zlib_license.html"
|
"http://www.gzip.org/zlib/zlib_license.html"
|
||||||
|
|
Loading…
Reference in a new issue