From 79fd3c89497cf90303bc41c077614bf78b644245 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Tue, 22 Feb 2022 11:15:42 -0500 Subject: 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 Change-Id: I0af2a3ef75c999d447549127ae4cd2ed5c5b910f --- .../meta-qcom/recipes-bsp/96boards-tools/96boards-tools_0.12.bb | 2 +- meta-agl-bsp/meta-rcar-gen3/recipes-bsp/optee/optee-examples_git.bb | 2 +- meta-agl-bsp/meta-rcar-gen3/recipes-bsp/optee/optee-test_git.bb | 2 +- .../meta-rcar-gen3/recipes-bsp/optee/optee-user-app-template_git.bb | 2 +- .../virtual-gles-user-module/virtual-gles-user-module.bb | 2 +- .../virtualization-layer/recipes-extended/xen/xen-mkimage-rpi4.bb | 2 +- meta-agl-core-test/recipes-test/aiostress/aiostress_0.22.bb | 2 +- meta-agl-core-test/recipes-test/dung/dung_3.4.25-m2.bb | 2 +- meta-agl-core-test/recipes-test/ebizzy/ebizzy_0.3.bb | 2 +- meta-agl-core-test/recipes-test/ffsb/ffsb_6.0-rc2.bb | 2 +- meta-agl-core-test/recipes-test/fsfuzzer/fsfuzzer_0.7.bb | 2 +- meta-agl-core-test/recipes-test/himeno/himeno_2.0.bb | 2 +- meta-agl-core-test/recipes-test/interbench/interbench_0.31.bb | 2 +- meta-agl-core-test/recipes-test/ipv6connect/ipv6connect.bb | 2 +- meta-agl-core-test/recipes-test/linus-stress/linus-stress.bb | 2 +- meta-agl-core-test/recipes-test/trinity/trinity_git.bb | 2 +- .../recipes-connectivity/connman-ncurses/connman-ncurses_git.bb | 2 +- 17 files changed, 17 insertions(+), 17 deletions(-) diff --git a/meta-agl-bsp/meta-qcom/recipes-bsp/96boards-tools/96boards-tools_0.12.bb b/meta-agl-bsp/meta-qcom/recipes-bsp/96boards-tools/96boards-tools_0.12.bb index 3ea57d770..fdfd3e85f 100644 --- a/meta-agl-bsp/meta-qcom/recipes-bsp/96boards-tools/96boards-tools_0.12.bb +++ b/meta-agl-bsp/meta-qcom/recipes-bsp/96boards-tools/96boards-tools_0.12.bb @@ -2,7 +2,7 @@ SUMMARY = "Useful bits an pieces to make 96Boards more standard across the board HOMEPAGE = "https://github.com/96boards/96boards-tools" SECTION = "devel" -LICENSE = "GPLv2+" +LICENSE = "GPL-2.0-or-later" LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" SRCREV = "ed0f0dbec02c1869a0c4fa0140b4aa5338c9d010" diff --git a/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/optee/optee-examples_git.bb b/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/optee/optee-examples_git.bb index 9d06df251..7ff677c80 100644 --- a/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/optee/optee-examples_git.bb +++ b/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/optee/optee-examples_git.bb @@ -1,6 +1,6 @@ SUMMARY = "OP-TEE examples" -LICENSE = "GPLv2" +LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=cd95ab417e23b94f381dafc453d70c30" diff --git a/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/optee/optee-test_git.bb b/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/optee/optee-test_git.bb index 2feda0eab..b66f0676e 100644 --- a/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/optee/optee-test_git.bb +++ b/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/optee/optee-test_git.bb @@ -1,6 +1,6 @@ DESCRIPTION = "OP-TEE TEST" -LICENSE = "GPLv2 & BSD-2-Clause" +LICENSE = "GPL-2.0-only & BSD-2-Clause" LIC_FILES_CHKSUM = "file://${S}/host/LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" PACKAGE_ARCH = "${MACHINE_ARCH}" diff --git a/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/optee/optee-user-app-template_git.bb b/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/optee/optee-user-app-template_git.bb index 1577f8f56..2b93af710 100644 --- a/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/optee/optee-user-app-template_git.bb +++ b/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/optee/optee-user-app-template_git.bb @@ -1,6 +1,6 @@ SUMMARY = "OP-TEE user_app_template" -LICENSE = "GPLv2" +LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=cd95ab417e23b94f381dafc453d70c30" PACKAGE_ARCH = "${MACHINE_ARCH}" diff --git a/meta-agl-bsp/meta-rcar-gen3/recipes-graphics/virtual-gles-user-module/virtual-gles-user-module.bb b/meta-agl-bsp/meta-rcar-gen3/recipes-graphics/virtual-gles-user-module/virtual-gles-user-module.bb index a477e1c3c..76d3ea88f 100644 --- a/meta-agl-bsp/meta-rcar-gen3/recipes-graphics/virtual-gles-user-module/virtual-gles-user-module.bb +++ b/meta-agl-bsp/meta-rcar-gen3/recipes-graphics/virtual-gles-user-module/virtual-gles-user-module.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Virtual gles-module" -LICENSE="GPLv2" +LICENSE="GPL-2.0-only" DEPENDS = "gles-user-module wayland-kms libgbm" diff --git a/meta-agl-bsp/virtualization-layer/recipes-extended/xen/xen-mkimage-rpi4.bb b/meta-agl-bsp/virtualization-layer/recipes-extended/xen/xen-mkimage-rpi4.bb index 43a7d639b..b857cb19f 100644 --- a/meta-agl-bsp/virtualization-layer/recipes-extended/xen/xen-mkimage-rpi4.bb +++ b/meta-agl-bsp/virtualization-layer/recipes-extended/xen/xen-mkimage-rpi4.bb @@ -1,5 +1,5 @@ DESCRIPTION = "Xen hypervisor u-boot image" -LICENSE = "GPLv2" +LICENSE = "GPL-2.0-only" SECTION = "console/tools" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" diff --git a/meta-agl-core-test/recipes-test/aiostress/aiostress_0.22.bb b/meta-agl-core-test/recipes-test/aiostress/aiostress_0.22.bb index 7803d74ed..f1d256cff 100644 --- a/meta-agl-core-test/recipes-test/aiostress/aiostress_0.22.bb +++ b/meta-agl-core-test/recipes-test/aiostress/aiostress_0.22.bb @@ -3,7 +3,7 @@ DESCRIPTION = "aio-stress will open or create each file on the command line, and aio is done in a rotating loop. first file1 gets 8 requests, then file2, then file3 etc.\ As each file finishes writing, it is switched to reads io buffers are aligned in case you want to do raw io" HOMEPAGE = "https://oss.oracle.com/~mason/aio-stress/" -LICENSE = "GPLv2" +LICENSE = "GPL-2.0-only" S="${WORKDIR}" diff --git a/meta-agl-core-test/recipes-test/dung/dung_3.4.25-m2.bb b/meta-agl-core-test/recipes-test/dung/dung_3.4.25-m2.bb index 28bf858a0..47c9b8c36 100644 --- a/meta-agl-core-test/recipes-test/dung/dung_3.4.25-m2.bb +++ b/meta-agl-core-test/recipes-test/dung/dung_3.4.25-m2.bb @@ -1,5 +1,5 @@ SUMMARY = "Kernel test scripts" -LICENSE = "GPLv2" +LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/qa-test-misc;protocol=https;branch=${AGL_BRANCH}" diff --git a/meta-agl-core-test/recipes-test/ebizzy/ebizzy_0.3.bb b/meta-agl-core-test/recipes-test/ebizzy/ebizzy_0.3.bb index 5e993519d..fef70eddf 100644 --- a/meta-agl-core-test/recipes-test/ebizzy/ebizzy_0.3.bb +++ b/meta-agl-core-test/recipes-test/ebizzy/ebizzy_0.3.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Benchmark tool that generates a workload resembling common web application server workloads" HOMEPAGE = "http://ebizzy.sourceforge.net/" -LICENSE = "GPLv2" +LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://LICENSE;md5=eb723b61539feef013de476e68b5c50a" SRC_URI = "http://downloads.sourceforge.net/project/ebizzy/ebizzy/${PV}/ebizzy-${PV}.tar.gz" diff --git a/meta-agl-core-test/recipes-test/ffsb/ffsb_6.0-rc2.bb b/meta-agl-core-test/recipes-test/ffsb/ffsb_6.0-rc2.bb index 66db133e3..5011b28f7 100644 --- a/meta-agl-core-test/recipes-test/ffsb/ffsb_6.0-rc2.bb +++ b/meta-agl-core-test/recipes-test/ffsb/ffsb_6.0-rc2.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Flexible File System Benchmark" HOMEPAGE = "https://sourceforge.net/projects/ffsb/" -LICENSE = "GPLv2" +LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://LICENSE;md5=fd5d9bcabd8ed5a54a01ce8d183d592a" SRC_URI = "http://downloads.sourceforge.net/project/ffsb/ffsb/ffsb-${PV}/ffsb-${PV}.tar.bz2" diff --git a/meta-agl-core-test/recipes-test/fsfuzzer/fsfuzzer_0.7.bb b/meta-agl-core-test/recipes-test/fsfuzzer/fsfuzzer_0.7.bb index d2ddb59b1..9cda1deb4 100644 --- a/meta-agl-core-test/recipes-test/fsfuzzer/fsfuzzer_0.7.bb +++ b/meta-agl-core-test/recipes-test/fsfuzzer/fsfuzzer_0.7.bb @@ -2,7 +2,7 @@ SUMMARY = "The fsfuzzer is a filesystem fuzzer tool that does stress tests of va DESCRIPTION = "This tool creates initial (valid) filesystem images and then manipulates their binary format and structure for detecting flaws/bugs/design problems in the parsing/handling code for that particular filesystem. The program expects that you have a /media directory. It uses that one for mounting test images in." HOMEPAGE = "https://www.ee.oulu.fi/research/ouspg/fsfuzzer" -LICENSE = "GPLv2" +LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" SRC_URI = "http://people.redhat.com/sgrubb/files/fsfuzzer-${PV}.tar.gz \ diff --git a/meta-agl-core-test/recipes-test/himeno/himeno_2.0.bb b/meta-agl-core-test/recipes-test/himeno/himeno_2.0.bb index de1c8d3ad..6932bae07 100644 --- a/meta-agl-core-test/recipes-test/himeno/himeno_2.0.bb +++ b/meta-agl-core-test/recipes-test/himeno/himeno_2.0.bb @@ -1,5 +1,5 @@ DESCRIPTION = "Himeno Benchmark" -LICENSE = "LGPL-2.0" +LICENSE = "LGPL-2.0-only" URL = "http://accc.riken.jp/en/supercom/himenobmt/" SRC_URI = "http://accc.riken.jp/en/wp-content/uploads/sites/2/2015/07/himenobmt.c.zip" diff --git a/meta-agl-core-test/recipes-test/interbench/interbench_0.31.bb b/meta-agl-core-test/recipes-test/interbench/interbench_0.31.bb index b6c54cc9a..c9903b340 100644 --- a/meta-agl-core-test/recipes-test/interbench/interbench_0.31.bb +++ b/meta-agl-core-test/recipes-test/interbench/interbench_0.31.bb @@ -1,6 +1,6 @@ DESCRIPTION = "The Linux interactivity benchmark" HOMEPAGE = "http://users.tpg.com.au/ckolivas/interbench/" -LICENSE = "GPLv2" +LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" SRC_URI = "http://ck.kolivas.org/apps/interbench/interbench-${PV}.tar.bz2" diff --git a/meta-agl-core-test/recipes-test/ipv6connect/ipv6connect.bb b/meta-agl-core-test/recipes-test/ipv6connect/ipv6connect.bb index 0f84a16f9..3a2f2576f 100644 --- a/meta-agl-core-test/recipes-test/ipv6connect/ipv6connect.bb +++ b/meta-agl-core-test/recipes-test/ipv6connect/ipv6connect.bb @@ -1,6 +1,6 @@ SUMMARY = "ipv6connect test" HOMEPAGE = "https://chromium.googlesource.com/chromiumos/third_party/autotest/+/0.12.369.B/client/tests/ipv6connect" -LICENSE = "GPLv2" +LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://${S}/${PN}/LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/qa-test-misc;protocol=https;branch=${AGL_BRANCH}" diff --git a/meta-agl-core-test/recipes-test/linus-stress/linus-stress.bb b/meta-agl-core-test/recipes-test/linus-stress/linus-stress.bb index aaa4d138c..927df7876 100644 --- a/meta-agl-core-test/recipes-test/linus-stress/linus-stress.bb +++ b/meta-agl-core-test/recipes-test/linus-stress/linus-stress.bb @@ -1,6 +1,6 @@ SUMMARY = "linus_stress test" HOMEPAGE = "https://chromium.googlesource.com/chromiumos/third_party/autotest/+/master/client/tests/linus_stress" -LICENSE = "GPLv2" +LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://${S}/linus_stress/LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/qa-test-misc;protocol=https;branch=${AGL_BRANCH}" diff --git a/meta-agl-core-test/recipes-test/trinity/trinity_git.bb b/meta-agl-core-test/recipes-test/trinity/trinity_git.bb index eec3381c5..a8558cb70 100644 --- a/meta-agl-core-test/recipes-test/trinity/trinity_git.bb +++ b/meta-agl-core-test/recipes-test/trinity/trinity_git.bb @@ -1,7 +1,7 @@ SUMMARY = "a Linux System call fuzz teste." DESCRIPTION = "Trinity, a Linux System call fuzz tester." HOMEPAGE = "http://codemonkey.org.uk/projects/trinity/" -LICENSE = "GPLv2" +LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=96094d47cfbd2cc45eb46ce0fc423c04" COMPATIBLE_HOST = "(x86_64|arm|aarch64).*-linux" diff --git a/meta-agl-core/recipes-connectivity/connman-ncurses/connman-ncurses_git.bb b/meta-agl-core/recipes-connectivity/connman-ncurses/connman-ncurses_git.bb index d4ef916ae..0d1983db2 100644 --- a/meta-agl-core/recipes-connectivity/connman-ncurses/connman-ncurses_git.bb +++ b/meta-agl-core/recipes-connectivity/connman-ncurses/connman-ncurses_git.bb @@ -6,7 +6,7 @@ SECTION = "console/network" DEPENDS = "dbus ncurses connman json-c" -LICENSE = "GPLv2" +LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://LICENSE;md5=8c16666ae6c159876a0ba63099614381" SRC_URI = "git://gitlab.com/iotbzh/connman-json-client.git;protocol=https;branch=master \ -- cgit 1.2.3-korg