mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-14 23:19:50 +00:00
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> (cherry picked from commit 0bd728bfd9f86d136a22edd34b2274336084430a) Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
This commit is contained in:
parent
6d087e4b4b
commit
10e228a49d
@ -4,9 +4,9 @@ HOMEPAGE = "http://www.OpenLDAP.org/license.html"
|
|||||||
# The OpenLDAP Public License - see the HOMEPAGE - defines
|
# The OpenLDAP Public License - see the HOMEPAGE - defines
|
||||||
# the license. www.openldap.org claims this is Open Source
|
# the license. www.openldap.org claims this is Open Source
|
||||||
# (see http://www.openldap.org), the license appears to be
|
# (see http://www.openldap.org), the license appears to be
|
||||||
# basically BSD. opensource.org does not record this license
|
# basically BSD. opensource.org has listed this license
|
||||||
# at present (so it is apparently not OSI certified).
|
# since August 2019.
|
||||||
LICENSE = "OpenLDAP"
|
LICENSE = "OLDAP-2.8"
|
||||||
LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=3a41b4ed95ab4a20f366a8d82536afe4 \
|
LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=3a41b4ed95ab4a20f366a8d82536afe4 \
|
||||||
file://LICENSE;md5=153d07ef052c4a37a8fac23bc6031972 \
|
file://LICENSE;md5=153d07ef052c4a37a8fac23bc6031972 \
|
||||||
"
|
"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user