mirror of
https://git.yoctoproject.org/meta-security
synced 2026-07-26 19:17:08 +00:00
LICENSE: adopt SPDX standard names
Modify LICENSE for ding-libs and libmhash. Signed-off-by: Joe Slater <joe.slater@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
c56ae450c9
commit
0c41d792cf
@@ -2,7 +2,7 @@ SUMMARY = "Dynamic hash table implementation"
|
|||||||
DESCRIPTION = "Dynamic hash table implementation"
|
DESCRIPTION = "Dynamic hash table implementation"
|
||||||
HOMEPAGE = "https://fedorahosted.org/released/ding-libs"
|
HOMEPAGE = "https://fedorahosted.org/released/ding-libs"
|
||||||
SECTION = "base"
|
SECTION = "base"
|
||||||
LICENSE = "GPLv3+"
|
LICENSE = "GPL-3.0-or-later"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
||||||
|
|
||||||
SRC_URI = "https://fedorahosted.org/released/${BPN}/${BP}.tar.gz"
|
SRC_URI = "https://fedorahosted.org/released/${BPN}/${BP}.tar.gz"
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ DESCRIPTION = "\
|
|||||||
"
|
"
|
||||||
HOMEPAGE = "http://mhash.sourceforge.net/"
|
HOMEPAGE = "http://mhash.sourceforge.net/"
|
||||||
|
|
||||||
LICENSE = "LGPLv2.0"
|
LICENSE = "LGPL-2.0-only"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7"
|
||||||
|
|
||||||
S = "${WORKDIR}/mhash-${PV}"
|
S = "${WORKDIR}/mhash-${PV}"
|
||||||
|
|||||||
Reference in New Issue
Block a user