diff options
author | Scott Murray <scott.murray@konsulko.com> | 2022-02-22 11:07:21 -0500 |
---|---|---|
committer | jenkins-dontreply@build.automotivelinux.org <collab-it+agl-jobbuilder@linuxfoundation.org> | 2022-04-13 13:31:22 +0000 |
commit | 07796624b6fe3feaa88990002ce9195b22977bdd (patch) | |
tree | 113a7127111f61422658d35eeb5aedb184ee234a /recipes-support/lin-config | |
parent | 7b0b28ef03c2b3b9b0a3d566a6cb232cbbc1d33a (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-support/lin-config')
-rw-r--r-- | recipes-support/lin-config/lin-config_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-support/lin-config/lin-config_git.bb b/recipes-support/lin-config/lin-config_git.bb index 0bb604d6a..ba6f2c442 100644 --- a/recipes-support/lin-config/lin-config_git.bb +++ b/recipes-support/lin-config/lin-config_git.bb @@ -1,5 +1,5 @@ DESCRIPTION = "lin-config tool for the sllin driver module" -LICENSE = "GPLv2" +LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://lin_config.c;beginline=4;endline=9;md5=196a29df19a30dbc752937bdfc819d7a" DEPENDS += "libnl libxml2" |