From 1402016341391e54e541eec869eaad7a42cb43c7 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 1 Mar 2022 17:52:05 +0000 Subject: recipes: Convert to use SPDX license names in LICENSE variables This uses the script from OE-Core to make the conversion. Signed-off-by: Richard Purdie --- recipes-core/coreutils/coreutils_6.9.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-core/coreutils/coreutils_6.9.bb') diff --git a/recipes-core/coreutils/coreutils_6.9.bb b/recipes-core/coreutils/coreutils_6.9.bb index 8f24556..cc00de0 100644 --- a/recipes-core/coreutils/coreutils_6.9.bb +++ b/recipes-core/coreutils/coreutils_6.9.bb @@ -5,7 +5,7 @@ every system." HOMEPAGE = "http://www.gnu.org/software/coreutils/" BUGTRACKER = "http://debbugs.gnu.org/coreutils" -LICENSE = "GPLv2+" +LICENSE = "GPL-2.0-or-later" LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ file://src/ls.c;beginline=4;endline=16;md5=15ed60f67b1db5fedd5dbc37cf8a9543" PR = "r5" -- cgit v1.2.3-54-g00ecf