diff options
| author | Robert Yang <liezhi.yang@windriver.com> | 2022-03-29 14:51:12 -0700 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2022-04-02 11:21:42 -0700 |
| commit | 0c41d792cf837d56f496b891bb9fe8b72354b8d1 (patch) | |
| tree | 55188cccb8a0df6c443504ad6d4173d9d31ad674 | |
| parent | c56ae450c93a1383a1ce800a32a6ef2c3fbbae1c (diff) | |
| download | meta-security-0c41d792cf837d56f496b891bb9fe8b72354b8d1.tar.gz | |
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>
| -rw-r--r-- | recipes-security/libdhash/ding-libs_0.6.1.bb | 2 | ||||
| -rw-r--r-- | recipes-security/libmhash/libmhash_0.9.9.9.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-security/libdhash/ding-libs_0.6.1.bb b/recipes-security/libdhash/ding-libs_0.6.1.bb index 6046fa0..843850f 100644 --- a/recipes-security/libdhash/ding-libs_0.6.1.bb +++ b/recipes-security/libdhash/ding-libs_0.6.1.bb | |||
| @@ -2,7 +2,7 @@ SUMMARY = "Dynamic hash table implementation" | |||
| 2 | DESCRIPTION = "Dynamic hash table implementation" | 2 | DESCRIPTION = "Dynamic hash table implementation" |
| 3 | HOMEPAGE = "https://fedorahosted.org/released/ding-libs" | 3 | HOMEPAGE = "https://fedorahosted.org/released/ding-libs" |
| 4 | SECTION = "base" | 4 | SECTION = "base" |
| 5 | LICENSE = "GPLv3+" | 5 | LICENSE = "GPL-3.0-or-later" |
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
| 7 | 7 | ||
| 8 | SRC_URI = "https://fedorahosted.org/released/${BPN}/${BP}.tar.gz" | 8 | SRC_URI = "https://fedorahosted.org/released/${BPN}/${BP}.tar.gz" |
diff --git a/recipes-security/libmhash/libmhash_0.9.9.9.bb b/recipes-security/libmhash/libmhash_0.9.9.9.bb index 9b34cb1..35c5ff8 100644 --- a/recipes-security/libmhash/libmhash_0.9.9.9.bb +++ b/recipes-security/libmhash/libmhash_0.9.9.9.bb | |||
| @@ -7,7 +7,7 @@ DESCRIPTION = "\ | |||
| 7 | " | 7 | " |
| 8 | HOMEPAGE = "http://mhash.sourceforge.net/" | 8 | HOMEPAGE = "http://mhash.sourceforge.net/" |
| 9 | 9 | ||
| 10 | LICENSE = "LGPLv2.0" | 10 | LICENSE = "LGPL-2.0-only" |
| 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7" | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/mhash-${PV}" | 13 | S = "${WORKDIR}/mhash-${PV}" |
