guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 2/5] licenses: Add repoze license.


From: Leo Famulari
Subject: [PATCH 2/5] licenses: Add repoze license.
Date: Wed, 17 Feb 2016 22:53:50 -0500

* guix/licenses.scm (repoze): New variable.
---
 guix/licenses.scm | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/guix/licenses.scm b/guix/licenses.scm
index 1abb0a1..e892127 100644
--- a/guix/licenses.scm
+++ b/guix/licenses.scm
@@ -59,6 +59,7 @@
             openldap2.8 openssl
             psfl public-domain
             qpl
+            repoze
             ruby
             sgifreeb2.0
             silofl1.1
@@ -369,6 +370,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";
-- 
2.6.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]