licenses: Add repoze license.
* guix/licenses.scm (repoze): New variable.
This commit is contained in:
parent
3276517cdc
commit
0db71dd2d1
@ -60,6 +60,7 @@
|
||||
openldap2.8 openssl
|
||||
psfl public-domain
|
||||
qpl
|
||||
repoze
|
||||
ruby
|
||||
sgifreeb2.0
|
||||
silofl1.1
|
||||
@ -380,6 +381,12 @@ at URI, which may be a file:// URI pointing the package's tree."
|
||||
"http://directory.fsf.org/wiki/License:QPLv1.0"
|
||||
"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
|
||||
(license "Ruby License"
|
||||
"http://directory.fsf.org/wiki/License:Ruby"
|
||||
|
Loading…
Reference in New Issue
Block a user