diff options
author | Leo Famulari <leo@famulari.name> | 2016-02-17 21:19:16 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-02-22 00:40:25 -0500 |
commit | 0db71dd2d142cab3713e567bbb10632169b19ace (patch) | |
tree | 8954b8f40aeb4eb7bc6adf9cb0f4a3632cff3141 /guix | |
parent | 3276517cdcd2dfe7f2bad40eb22d94841775056a (diff) | |
download | gnu-guix-0db71dd2d142cab3713e567bbb10632169b19ace.tar gnu-guix-0db71dd2d142cab3713e567bbb10632169b19ace.tar.gz |
licenses: Add repoze license.
* guix/licenses.scm (repoze): New variable.
Diffstat (limited to 'guix')
-rw-r--r-- | guix/licenses.scm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/guix/licenses.scm b/guix/licenses.scm index 54488d3f1f..61e679358a 100644 --- a/guix/licenses.scm +++ b/guix/licenses.scm @@ -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" |