All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ethan Roderick <Ethan.Roderick@digi.com>
To: openembedded-devel@lists.openembedded.org
Cc: Ethan Roderick <Ethan.Roderick@digi.com>
Subject: [meta-oe][PATCH] openldap: make license match spdx identifier
Date: Wed,  5 Feb 2025 09:00:02 +1000	[thread overview]
Message-ID: <20250204230002.3105142-1-Ethan.Roderick@digi.com> (raw)

The OpenLDAP license is versioned. As such, listing the license as
simply "OpenLDAP" does not convey a complete picture of what license the
component is actually using.

Update the LICENSE variable to use the SPDX identifier for OpenLDAP
licenses, with the appropriate version number, "OLDAP-2.8".

Rename the license file for the OpenLDAP license to "OLDAP-2.8" from
"OpenLDAP".

Signed-off-by: Ethan Roderick <Ethan.Roderick@digi.com>
---
 meta-oe/licenses/{OpenLDAP => OLDAP-2.8}           | 0
 meta-oe/recipes-support/openldap/openldap_2.6.9.bb | 6 +++---
 2 files changed, 3 insertions(+), 3 deletions(-)
 rename meta-oe/licenses/{OpenLDAP => OLDAP-2.8} (100%)

diff --git a/meta-oe/licenses/OpenLDAP b/meta-oe/licenses/OLDAP-2.8
similarity index 100%
rename from meta-oe/licenses/OpenLDAP
rename to meta-oe/licenses/OLDAP-2.8
diff --git a/meta-oe/recipes-support/openldap/openldap_2.6.9.bb b/meta-oe/recipes-support/openldap/openldap_2.6.9.bb
index 6d76a727ba..704e879891 100644
--- a/meta-oe/recipes-support/openldap/openldap_2.6.9.bb
+++ b/meta-oe/recipes-support/openldap/openldap_2.6.9.bb
@@ -4,9 +4,9 @@ HOMEPAGE = "http://www.OpenLDAP.org/license.html"
 # The OpenLDAP Public License - see the HOMEPAGE - defines
 # the license.  www.openldap.org claims this is Open Source
 # (see http://www.openldap.org), the license appears to be
-# basically BSD.  opensource.org does not record this license
-# at present (so it is apparently not OSI certified).
-LICENSE = "OpenLDAP"
+# basically BSD.  opensource.org has listed this license
+# since August 2019.
+LICENSE = "OLDAP-2.8"
 LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=3a41b4ed95ab4a20f366a8d82536afe4 \
                     file://LICENSE;md5=153d07ef052c4a37a8fac23bc6031972 \
                     "


                 reply	other threads:[~2025-02-04 23:00 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20250204230002.3105142-1-Ethan.Roderick@digi.com \
    --to=ethan.roderick@digi.com \
    --cc=openembedded-devel@lists.openembedded.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.
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.