diff options
author | Ethan Roderick <Ethan.Roderick@digi.com> | 2025-02-05 09:00:02 +1000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-02-04 20:25:51 -0800 |
commit | 0bd728bfd9f86d136a22edd34b2274336084430a (patch) | |
tree | ae7bcae7d80da69e62e9ba8cfb0ed16352aa24bd | |
parent | 2b123b1c3225af806f43644921d7074e991a0d1d (diff) | |
download | meta-openembedded-0bd728bfd9f86d136a22edd34b2274336084430a.tar.gz |
openldap: make license match spdx identifier
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>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/licenses/OLDAP-2.8 (renamed from meta-oe/licenses/OpenLDAP) | 0 | ||||
-rw-r--r-- | meta-oe/recipes-support/openldap/openldap_2.6.9.bb | 6 |
2 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/licenses/OpenLDAP b/meta-oe/licenses/OLDAP-2.8 index 05ad7571e4..05ad7571e4 100644 --- a/meta-oe/licenses/OpenLDAP +++ b/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" | |||
4 | # The OpenLDAP Public License - see the HOMEPAGE - defines | 4 | # The OpenLDAP Public License - see the HOMEPAGE - defines |
5 | # the license. www.openldap.org claims this is Open Source | 5 | # the license. www.openldap.org claims this is Open Source |
6 | # (see http://www.openldap.org), the license appears to be | 6 | # (see http://www.openldap.org), the license appears to be |
7 | # basically BSD. opensource.org does not record this license | 7 | # basically BSD. opensource.org has listed this license |
8 | # at present (so it is apparently not OSI certified). | 8 | # since August 2019. |
9 | LICENSE = "OpenLDAP" | 9 | LICENSE = "OLDAP-2.8" |
10 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=3a41b4ed95ab4a20f366a8d82536afe4 \ | 10 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=3a41b4ed95ab4a20f366a8d82536afe4 \ |
11 | file://LICENSE;md5=153d07ef052c4a37a8fac23bc6031972 \ | 11 | file://LICENSE;md5=153d07ef052c4a37a8fac23bc6031972 \ |
12 | " | 12 | " |