summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikita Karetnikov <nikita@karetnikov.org>2013-01-14 22:00:54 +0000
committerLudovic Courtès <ludo@gnu.org>2013-01-15 09:54:38 +0100
commite2034de5d0b16827d2b9353da56480780e3bc1bf (patch)
tree8f3f61ccb13f011d188eea10863ad33eb4edd34f
parente117772ddd503679ba64d1a188ecdbd7475d8b6d (diff)
licenses: Add 'psfl'.
* guix/licenses.scm (psfl): New variable.
-rw-r--r--guix/licenses.scm9
1 files changed, 7 insertions, 2 deletions
diff --git a/guix/licenses.scm b/guix/licenses.scm
index f934a7b354..67c79a4300 100644
--- a/guix/licenses.scm
+++ b/guix/licenses.scm
@@ -1,7 +1,7 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2012 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2013 Andreas Enge <andreas@enge.fr>
-;;; Copyright © 2012 Nikita Karetnikov <nikita@karetnikov.org>
+;;; Copyright © 2012, 2013 Nikita Karetnikov <nikita@karetnikov.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -34,7 +34,7 @@
lgpl2.0 lgpl2.0+ lgpl2.1 lgpl2.1+ lgpl3 lgpl3+
mpl2.0
openldap2.8 openssl
- public-domain
+ psfl public-domain
x11
zlib))
@@ -196,6 +196,11 @@ which may be a file:// URI pointing the package's tree."
"https://www.gnu.org/licenses/license-list#newOpenLDAP"))
;; lists OpenLDAPv2.7, which is virtually identical
+(define psfl
+ (license "Python Software Foundation License"
+ "http://docs.python.org/license.html"
+ #f))
+
(define public-domain
(license "Public Domain"
"http://directory.fsf.org/wiki/License:PublicDomain"