mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
licenses: Add repoze license.
* guix/licenses.scm (repoze): New variable.
This commit is contained in:
parent
3276517cdc
commit
0db71dd2d1
1 changed files with 7 additions and 0 deletions
|
@ -60,6 +60,7 @@ (define-module (guix licenses)
|
||||||
openldap2.8 openssl
|
openldap2.8 openssl
|
||||||
psfl public-domain
|
psfl public-domain
|
||||||
qpl
|
qpl
|
||||||
|
repoze
|
||||||
ruby
|
ruby
|
||||||
sgifreeb2.0
|
sgifreeb2.0
|
||||||
silofl1.1
|
silofl1.1
|
||||||
|
@ -380,6 +381,12 @@ (define qpl
|
||||||
"http://directory.fsf.org/wiki/License:QPLv1.0"
|
"http://directory.fsf.org/wiki/License:QPLv1.0"
|
||||||
"http://www.gnu.org/licenses/license-list.html#QPL"))
|
"http://www.gnu.org/licenses/license-list.html#QPL"))
|
||||||
|
|
||||||
|
(define repoze
|
||||||
|
(license "Repoze"
|
||||||
|
"http://repoze.org/LICENSE.txt"
|
||||||
|
"A BSD-like license with a clause requiring all changes to be
|
||||||
|
attributed by author and date."))
|
||||||
|
|
||||||
(define ruby
|
(define ruby
|
||||||
(license "Ruby License"
|
(license "Ruby License"
|
||||||
"http://directory.fsf.org/wiki/License:Ruby"
|
"http://directory.fsf.org/wiki/License:Ruby"
|
||||||
|
|
Loading…
Reference in a new issue