Update to SPDX license names
authorScott Murray <scott.murray@konsulko.com>
Tue, 22 Feb 2022 16:15:42 +0000 (11:15 -0500)
committerScott Murray <scott.murray@konsulko.com>
Wed, 30 Mar 2022 18:08:33 +0000 (14:08 -0400)
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: I0af2a3ef75c999d447549127ae4cd2ed5c5b910f

17 files changed:
meta-agl-bsp/meta-qcom/recipes-bsp/96boards-tools/96boards-tools_0.12.bb
meta-agl-bsp/meta-rcar-gen3/recipes-bsp/optee/optee-examples_git.bb
meta-agl-bsp/meta-rcar-gen3/recipes-bsp/optee/optee-test_git.bb
meta-agl-bsp/meta-rcar-gen3/recipes-bsp/optee/optee-user-app-template_git.bb
meta-agl-bsp/meta-rcar-gen3/recipes-graphics/virtual-gles-user-module/virtual-gles-user-module.bb
meta-agl-bsp/virtualization-layer/recipes-extended/xen/xen-mkimage-rpi4.bb
meta-agl-core-test/recipes-test/aiostress/aiostress_0.22.bb
meta-agl-core-test/recipes-test/dung/dung_3.4.25-m2.bb
meta-agl-core-test/recipes-test/ebizzy/ebizzy_0.3.bb
meta-agl-core-test/recipes-test/ffsb/ffsb_6.0-rc2.bb
meta-agl-core-test/recipes-test/fsfuzzer/fsfuzzer_0.7.bb
meta-agl-core-test/recipes-test/himeno/himeno_2.0.bb
meta-agl-core-test/recipes-test/interbench/interbench_0.31.bb
meta-agl-core-test/recipes-test/ipv6connect/ipv6connect.bb
meta-agl-core-test/recipes-test/linus-stress/linus-stress.bb
meta-agl-core-test/recipes-test/trinity/trinity_git.bb
meta-agl-core/recipes-connectivity/connman-ncurses/connman-ncurses_git.bb

index 3ea57d7..fdfd3e8 100644 (file)
@@ -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"
index 9d06df2..7ff677c 100644 (file)
@@ -1,6 +1,6 @@
 SUMMARY = "OP-TEE examples"
 
-LICENSE = "GPLv2"
+LICENSE = "GPL-2.0-only"
 LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=cd95ab417e23b94f381dafc453d70c30"
 
 
index 2feda0e..b66f067 100644 (file)
@@ -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}"
index 1577f8f..2b93af7 100644 (file)
@@ -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}"
index 43a7d63..b857cb1 100644 (file)
@@ -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"
index 7803d74..f1d256c 100644 (file)
@@ -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}"
 
index 28bf858..47c9b8c 100644 (file)
@@ -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}"
index 5e99351..fef70ed 100644 (file)
@@ -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"
index 66db133..5011b28 100644 (file)
@@ -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"
index d2ddb59..9cda1de 100644 (file)
@@ -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 \
index de1c8d3..6932bae 100644 (file)
@@ -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"
index b6c54cc..c9903b3 100644 (file)
@@ -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"
 
index 0f84a16..3a2f257 100644 (file)
@@ -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}"
index aaa4d13..927df78 100644 (file)
@@ -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}"
index eec3381..a8558cb 100644 (file)
@@ -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"
index d4ef916..0d1983d 100644 (file)
@@ -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 \