Skip to content
Snippets Groups Projects
Commit 0db71dd2 authored by Leo Famulari's avatar Leo Famulari
Browse files

licenses: Add repoze license.

* guix/licenses.scm (repoze): New variable.
parent 3276517c
No related branches found
No related tags found
No related merge requests found
......@@ -60,6 +60,7 @@ (define-module (guix licenses)
openldap2.8 openssl
psfl public-domain
qpl
repoze
ruby
sgifreeb2.0
silofl1.1
......@@ -380,6 +381,12 @@ (define qpl
"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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment