mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
licenses: Add 'psfl'.
* guix/licenses.scm (psfl): New variable.
This commit is contained in:
parent
e117772ddd
commit
e2034de5d0
1 changed files with 7 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
;;; GNU Guix --- Functional package management for GNU
|
;;; GNU Guix --- Functional package management for GNU
|
||||||
;;; Copyright © 2012 Ludovic Courtès <ludo@gnu.org>
|
;;; Copyright © 2012 Ludovic Courtès <ludo@gnu.org>
|
||||||
;;; Copyright © 2013 Andreas Enge <andreas@enge.fr>
|
;;; 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.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -34,7 +34,7 @@ (define-module (guix licenses)
|
||||||
lgpl2.0 lgpl2.0+ lgpl2.1 lgpl2.1+ lgpl3 lgpl3+
|
lgpl2.0 lgpl2.0+ lgpl2.1 lgpl2.1+ lgpl3 lgpl3+
|
||||||
mpl2.0
|
mpl2.0
|
||||||
openldap2.8 openssl
|
openldap2.8 openssl
|
||||||
public-domain
|
psfl public-domain
|
||||||
x11
|
x11
|
||||||
zlib))
|
zlib))
|
||||||
|
|
||||||
|
@ -196,6 +196,11 @@ (define openldap2.8
|
||||||
"https://www.gnu.org/licenses/license-list#newOpenLDAP"))
|
"https://www.gnu.org/licenses/license-list#newOpenLDAP"))
|
||||||
;; lists OpenLDAPv2.7, which is virtually identical
|
;; lists OpenLDAPv2.7, which is virtually identical
|
||||||
|
|
||||||
|
(define psfl
|
||||||
|
(license "Python Software Foundation License"
|
||||||
|
"http://docs.python.org/license.html"
|
||||||
|
#f))
|
||||||
|
|
||||||
(define public-domain
|
(define public-domain
|
||||||
(license "Public Domain"
|
(license "Public Domain"
|
||||||
"http://directory.fsf.org/wiki/License:PublicDomain"
|
"http://directory.fsf.org/wiki/License:PublicDomain"
|
||||||
|
|
Loading…
Reference in a new issue