all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andreas Enge <andreas@enge.fr>
To: bug-guix@gnu.org
Subject: [PATCH] licenses: Add 'openldap2.8'.
Date: Sun, 13 Jan 2013 19:17:43 +0100	[thread overview]
Message-ID: <201301131917.44039.andreas@enge.fr> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 168 bytes --]

Patch attached. So far, this is only the openldap license, as not all 
prerequisites of openldap are packaged. But we might as well get this out 
of the door.

Andreas

[-- Attachment #1.2: Type: text/html, Size: 1087 bytes --]

[-- Attachment #2: 0001-licenses-Add-openldap2.8.patch --]
[-- Type: text/x-patch, Size: 1619 bytes --]

From 88a1a863ae575f75c709a253ad5a837e0b76e0a3 Mon Sep 17 00:00:00 2001
From: Andreas Enge <andreas@enge.fr>
Date: Sun, 13 Jan 2013 19:09:48 +0100
Subject: [PATCH] licenses: Add 'openldap2.8'.

* guix/licenses.scm (openldap2.8): New variable.
---
 guix/licenses.scm |    9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/guix/licenses.scm b/guix/licenses.scm
index 384d14d..f934a7b 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"
-- 
1.7.10.4


             reply	other threads:[~2013-01-13 18:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-13 18:17 Andreas Enge [this message]
2013-01-13 22:19 ` [PATCH] licenses: Add 'openldap2.8' Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201301131917.44039.andreas@enge.fr \
    --to=andreas@enge.fr \
    --cc=bug-guix@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.