From 07796624b6fe3feaa88990002ce9195b22977bdd Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Tue, 22 Feb 2022 11:07:21 -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. 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 Change-Id: Ia86d412fe76ff3217456fcea81cb44f68bc1ced8 --- recipes-multimedia/openjtalk/openjtalk_1.09.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-multimedia/openjtalk/openjtalk_1.09.bb') diff --git a/recipes-multimedia/openjtalk/openjtalk_1.09.bb b/recipes-multimedia/openjtalk/openjtalk_1.09.bb index 0c780a07..a5f73139 100644 --- a/recipes-multimedia/openjtalk/openjtalk_1.09.bb +++ b/recipes-multimedia/openjtalk/openjtalk_1.09.bb @@ -1,7 +1,7 @@ SUMMARY = "Open JTalk is a Japanese text-to-speech system." HOMEPAGE = "http://open-jtalk.sourceforge.net/" SECTION = "libs" -LICENSE = "BSD" +LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://COPYING;md5=ec9073c0ca40ff7c388b31cfd6a07a9e" -- cgit 1.2.3-korg