licenses: Add 'openldap2.8'.
* guix/licenses.scm (openldap2.8): New variable.
This commit is contained in:
parent
90a6d47caa
commit
1ca982808a
|
@ -1,5 +1,6 @@
|
||||||
;;; 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 © 2012 Nikita Karetnikov <nikita@karetnikov.org>
|
;;; Copyright © 2012 Nikita Karetnikov <nikita@karetnikov.org>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
|
@ -32,7 +33,7 @@
|
||||||
ibmpl1.0
|
ibmpl1.0
|
||||||
lgpl2.0 lgpl2.0+ lgpl2.1 lgpl2.1+ lgpl3 lgpl3+
|
lgpl2.0 lgpl2.0+ lgpl2.1 lgpl2.1+ lgpl3 lgpl3+
|
||||||
mpl2.0
|
mpl2.0
|
||||||
openssl
|
openldap2.8 openssl
|
||||||
public-domain
|
public-domain
|
||||||
x11
|
x11
|
||||||
zlib))
|
zlib))
|
||||||
|
@ -189,6 +190,12 @@ which may be a file:// URI pointing the package's tree."
|
||||||
"http://directory.fsf.org/wiki/License:OpenSSL"
|
"http://directory.fsf.org/wiki/License:OpenSSL"
|
||||||
"https://www.gnu.org/licenses/license-list#OpenSSL"))
|
"https://www.gnu.org/licenses/license-list#OpenSSL"))
|
||||||
|
|
||||||
|
(define openldap2.8
|
||||||
|
(license "OpenLDAPv2.8"
|
||||||
|
"http://directory.fsf.org/wiki/License:OpenLDAPv2.8"
|
||||||
|
"https://www.gnu.org/licenses/license-list#newOpenLDAP"))
|
||||||
|
;; lists OpenLDAPv2.7, which is virtually identical
|
||||||
|
|
||||||
(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 New Issue