summaryrefslogtreecommitdiffstats
path: root/recipes-demo
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2022-02-22 11:07:21 -0500
committerjenkins-dontreply@build.automotivelinux.org <collab-it+agl-jobbuilder@linuxfoundation.org>2022-04-13 13:31:22 +0000
commit07796624b6fe3feaa88990002ce9195b22977bdd (patch)
tree113a7127111f61422658d35eeb5aedb184ee234a /recipes-demo
parent7b0b28ef03c2b3b9b0a3d566a6cb232cbbc1d33a (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. Additionally, a few license declarations of just "BSD" have been updated with the more specifc "BSD-3-Clause" after inspecting the licenses in the source, as the non-specific name now triggers a warning. Bug-AGL: SPEC-3819 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: Ia86d412fe76ff3217456fcea81cb44f68bc1ced8
Diffstat (limited to 'recipes-demo')
-rw-r--r--recipes-demo/radio/radio_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-demo/radio/radio_git.bb b/recipes-demo/radio/radio_git.bb
index e4dd07c7..326c411a 100644
--- a/recipes-demo/radio/radio_git.bb
+++ b/recipes-demo/radio/radio_git.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "AGL demonstration Radio application"
HOMEPAGE = "https://gerrit.automotivelinux.org/gerrit/#/admin/projects/apps/radio"
SECTION = "apps"
-LICENSE = "Apache-2.0 & GPLv2+"
+LICENSE = "Apache-2.0 & GPL-2.0-or-later"
LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984"
DEPENDS = "qtquickcontrols2 libqtappfw"