diff options
| author | Khem Raj <raj.khem@gmail.com> | 2022-03-04 00:44:20 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-03-04 17:41:45 -0800 |
| commit | 14c7d8a0d7cb843ac8b0d25cc4170fa640ac1295 (patch) | |
| tree | 5b71e3261028cf7043840154af1a9ae140b8a61e /meta-oe/recipes-security | |
| parent | 66298242119cf805e757b9af8a7ceaf39c05d69a (diff) | |
| download | meta-openembedded-14c7d8a0d7cb843ac8b0d25cc4170fa640ac1295.tar.gz | |
recipes: Update LICENSE variable to use SPDX license identifiers
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-security')
5 files changed, 5 insertions, 5 deletions
diff --git a/meta-oe/recipes-security/audit/audit_2.8.5.bb b/meta-oe/recipes-security/audit/audit_2.8.5.bb index b3a377d8a2..347c855063 100644 --- a/meta-oe/recipes-security/audit/audit_2.8.5.bb +++ b/meta-oe/recipes-security/audit/audit_2.8.5.bb | |||
| @@ -4,7 +4,7 @@ storing and searching the audit records generated by the audit subsystem \ | |||
| 4 | in the Linux kernel." | 4 | in the Linux kernel." |
| 5 | HOMEPAGE = "http://people.redhat.com/sgrubb/audit/" | 5 | HOMEPAGE = "http://people.redhat.com/sgrubb/audit/" |
| 6 | SECTION = "base" | 6 | SECTION = "base" |
| 7 | LICENSE = "GPLv2+ & LGPLv2+" | 7 | LICENSE = "GPL-2.0-or-later & LGPL-2.0-or-later" |
| 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
| 9 | 9 | ||
| 10 | SRC_URI = "git://github.com/linux-audit/${BPN}-userspace.git;branch=2.8_maintenance;protocol=https \ | 10 | SRC_URI = "git://github.com/linux-audit/${BPN}-userspace.git;branch=2.8_maintenance;protocol=https \ |
diff --git a/meta-oe/recipes-security/audit/audit_3.0.6.bb b/meta-oe/recipes-security/audit/audit_3.0.6.bb index 7e4cc274eb..d99d9a87c9 100644 --- a/meta-oe/recipes-security/audit/audit_3.0.6.bb +++ b/meta-oe/recipes-security/audit/audit_3.0.6.bb | |||
| @@ -4,7 +4,7 @@ storing and searching the audit records generated by the audit subsystem \ | |||
| 4 | in the Linux kernel." | 4 | in the Linux kernel." |
| 5 | HOMEPAGE = "http://people.redhat.com/sgrubb/audit/" | 5 | HOMEPAGE = "http://people.redhat.com/sgrubb/audit/" |
| 6 | SECTION = "base" | 6 | SECTION = "base" |
| 7 | LICENSE = "GPLv2+ & LGPLv2+" | 7 | LICENSE = "GPL-2.0-or-later & LGPL-2.0-or-later" |
| 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
| 9 | 9 | ||
| 10 | SRC_URI = "git://github.com/linux-audit/${BPN}-userspace.git;branch=master;protocol=https \ | 10 | SRC_URI = "git://github.com/linux-audit/${BPN}-userspace.git;branch=master;protocol=https \ |
diff --git a/meta-oe/recipes-security/keyutils/keyutils_1.6.1.bb b/meta-oe/recipes-security/keyutils/keyutils_1.6.1.bb index 6273edd7ed..8a95a15f6f 100644 --- a/meta-oe/recipes-security/keyutils/keyutils_1.6.1.bb +++ b/meta-oe/recipes-security/keyutils/keyutils_1.6.1.bb | |||
| @@ -7,7 +7,7 @@ DESCRIPTION = "\ | |||
| 7 | HOMEPAGE = "http://people.redhat.com/dhowells/keyutils" | 7 | HOMEPAGE = "http://people.redhat.com/dhowells/keyutils" |
| 8 | SECTION = "base" | 8 | SECTION = "base" |
| 9 | 9 | ||
| 10 | LICENSE = "LGPLv2.1+ & GPLv2.0+" | 10 | LICENSE = "LGPL-2.1-or-later & GPL-2.0-or-later" |
| 11 | 11 | ||
| 12 | LIC_FILES_CHKSUM = "file://LICENCE.GPL;md5=5f6e72824f5da505c1f4a7197f004b45 \ | 12 | LIC_FILES_CHKSUM = "file://LICENCE.GPL;md5=5f6e72824f5da505c1f4a7197f004b45 \ |
| 13 | file://LICENCE.LGPL;md5=7d1cacaa3ea752b72ea5e525df54a21f" | 13 | file://LICENCE.LGPL;md5=7d1cacaa3ea752b72ea5e525df54a21f" |
diff --git a/meta-oe/recipes-security/nmap/nmap_7.80.bb b/meta-oe/recipes-security/nmap/nmap_7.80.bb index c2e3585f9d..030f033485 100644 --- a/meta-oe/recipes-security/nmap/nmap_7.80.bb +++ b/meta-oe/recipes-security/nmap/nmap_7.80.bb | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | SUMMARY = "network auditing tool" | 1 | SUMMARY = "network auditing tool" |
| 2 | DESCRIPTION = "Nmap ("Network Mapper") is a free and open source (license) utility for network discovery and security auditing.\nGui support via appending to IMAGE_FEATURES x11-base in local.conf" | 2 | DESCRIPTION = "Nmap ("Network Mapper") is a free and open source (license) utility for network discovery and security auditing.\nGui support via appending to IMAGE_FEATURES x11-base in local.conf" |
| 3 | SECTION = "security" | 3 | SECTION = "security" |
| 4 | LICENSE = "GPL-2.0" | 4 | LICENSE = "GPL-2.0-only" |
| 5 | 5 | ||
| 6 | LIC_FILES_CHKSUM = "file://COPYING;beginline=7;endline=12;md5=66938a7e5b4c118eda78271de14874c2" | 6 | LIC_FILES_CHKSUM = "file://COPYING;beginline=7;endline=12;md5=66938a7e5b4c118eda78271de14874c2" |
| 7 | 7 | ||
diff --git a/meta-oe/recipes-security/tomoyo-tools/tomoyo-tools_2.5.0.bb b/meta-oe/recipes-security/tomoyo-tools/tomoyo-tools_2.5.0.bb index 4b36dd63ea..a1c4cc9eb9 100644 --- a/meta-oe/recipes-security/tomoyo-tools/tomoyo-tools_2.5.0.bb +++ b/meta-oe/recipes-security/tomoyo-tools/tomoyo-tools_2.5.0.bb | |||
| @@ -11,7 +11,7 @@ SRC_URI[sha256sum] = "00fedfac5e514321250bbe69eaccc732c8a8158596f77a785c2e3ae9f9 | |||
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/${BPN}" | 12 | S = "${WORKDIR}/${BPN}" |
| 13 | 13 | ||
| 14 | LICENSE = "GPLv2" | 14 | LICENSE = "GPL-2.0-only" |
| 15 | LIC_FILES_CHKSUM = "file://COPYING.tomoyo;md5=751419260aa954499f7abaabaa882bbe" | 15 | LIC_FILES_CHKSUM = "file://COPYING.tomoyo;md5=751419260aa954499f7abaabaa882bbe" |
| 16 | 16 | ||
| 17 | FILES:${PN} += "${libdir}/tomoyo" | 17 | FILES:${PN} += "${libdir}/tomoyo" |
