diff options
author | Scott Murray <scott.murray@konsulko.com> | 2022-02-22 11:15:05 -0500 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2022-03-24 17:34:24 -0400 |
commit | 12c264bb7d53a431839b799ddf8bfcf4c7a0060a (patch) | |
tree | c159c906d3d8cd9949f3293aeea94cbbfb3b896b /meta-oem-production-readiness/meta-agl-basesystem/recipes-devtools/perl | |
parent | 54ff4093c3cc7b76f4da4ed543aa4302c7a12252 (diff) |
Update to SPDX license names
Apply updates from running the new convert-spdx-licenses script
from upstream. This is not currently a hard requirement from
upstream, but futureproofs for when the license name mapping is
finally removed.
Bug-AGL: SPEC-3819
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: Iad7f9d353d3111287e2b39ee98cd872e2b7fec32
Diffstat (limited to 'meta-oem-production-readiness/meta-agl-basesystem/recipes-devtools/perl')
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-oem-production-readiness/meta-agl-basesystem/recipes-devtools/perl/libscalar-list-utils-perl_1.55.bb b/meta-oem-production-readiness/meta-agl-basesystem/recipes-devtools/perl/libscalar-list-utils-perl_1.55.bb index 72780a67..ccbee34c 100644 --- a/meta-oem-production-readiness/meta-agl-basesystem/recipes-devtools/perl/libscalar-list-utils-perl_1.55.bb +++ b/meta-oem-production-readiness/meta-agl-basesystem/recipes-devtools/perl/libscalar-list-utils-perl_1.55.bb @@ -5,7 +5,7 @@ high enough to warrant the use of a keyword, and the size so small such \ that being individual extensions would be wasteful." HOMEPAGE = "https://metacpan.org/release/Scalar-List-Utils" SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" diff --git a/meta-oem-production-readiness/meta-agl-basesystem/recipes-devtools/perl/libxml-xpath-perl_1.44.bb b/meta-oem-production-readiness/meta-agl-basesystem/recipes-devtools/perl/libxml-xpath-perl_1.44.bb index 3049ceda..fe5bc8f7 100644 --- a/meta-oem-production-readiness/meta-agl-basesystem/recipes-devtools/perl/libxml-xpath-perl_1.44.bb +++ b/meta-oem-production-readiness/meta-agl-basesystem/recipes-devtools/perl/libxml-xpath-perl_1.44.bb @@ -1,7 +1,7 @@ SUMMARY = "Perl modules for parsing and evaluating XPath statements" HOMEPAGE = "https://metacpan.org/release/XML-XPath" SECTION = "libs" -LICENSE = "Artistic-2.0 & (Artistic-1.0 | GPL-1.0+)" +LICENSE = "Artistic-2.0 & (Artistic-1.0 | GPL-1.0-or-later)" LIC_FILES_CHKSUM = "file://LICENSE;md5=b5714f72ee964281c4a38b1f0db4213e \ file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" |