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/libmp4v2/libmp4v2_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-multimedia/libmp4v2/libmp4v2_git.bb') diff --git a/recipes-multimedia/libmp4v2/libmp4v2_git.bb b/recipes-multimedia/libmp4v2/libmp4v2_git.bb index ed6c8b44..5fb6cbc8 100644 --- a/recipes-multimedia/libmp4v2/libmp4v2_git.bb +++ b/recipes-multimedia/libmp4v2/libmp4v2_git.bb @@ -1,6 +1,6 @@ SUMMARY = "The MP4v2 library provides an API to create and modify mp4 files" HOMEPAGE = "https://github.com/sergiomb2/libmp4v2/wiki" -LICENSE = "MPLv1.1" +LICENSE = "MPL-1.1" LIC_FILES_CHKSUM = "file://COPYING;md5=eb3014b036b6d2151d944aef6a84c36f" inherit autotools-brokensep pkgconfig -- cgit 1.2.3-korg