diff options
author | Andreas Enge <andreas@enge.fr> | 2013-01-13 19:09:48 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-01-13 23:18:58 +0100 |
commit | 1ca982808a3cc6b4f2e7136679a7e490609aade7 (patch) | |
tree | 5ca5918f67a134f67e9f730a4214892123919ce3 /guix/licenses.scm | |
parent | 90a6d47caa67c8ccc51dad750b6ccab923df1f8b (diff) |
licenses: Add 'openldap2.8'.
* guix/licenses.scm (openldap2.8): New variable.
Diffstat (limited to 'guix/licenses.scm')
-rw-r--r-- | guix/licenses.scm | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/guix/licenses.scm b/guix/licenses.scm index 384d14d046..f934a7b354 100644 --- a/guix/licenses.scm +++ b/guix/licenses.scm @@ -1,5 +1,6 @@ ;;; 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> ;;; ;;; This file is part of GNU Guix. @@ -32,7 +33,7 @@ ibmpl1.0 lgpl2.0 lgpl2.0+ lgpl2.1 lgpl2.1+ lgpl3 lgpl3+ mpl2.0 - openssl + openldap2.8 openssl public-domain x11 zlib)) @@ -189,6 +190,12 @@ which may be a file:// URI pointing the package's tree." "http://directory.fsf.org/wiki/License: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 (license "Public Domain" "http://directory.fsf.org/wiki/License:PublicDomain" |