mimic: update LICENSE format

Fixes:
WARNING: meta-multimedia/recipes-multimedia/mimic/mimic_1.3.0.1.bb: mimic: LICENSE is using an old syntax and should be upgraded to: "Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND MIT AND LicenseRef-BellBird AND LicenseRef-CMU-Tex AND LicenseRef-PD AND LicenseRef-Sun AND LicenseRef-flite AND LicenseRef-rateconv"

Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
Martin Jansa
2026-07-21 11:30:39 +02:00
committed by Khem Raj
parent 4086581c13
commit d75121c68a
@@ -4,17 +4,18 @@ HOMEPAGE = "https://mimic.mycroft.ai/"
SECTION = "multimedia"
# "Mimic is available under permissive BSD-like licenses"
LICENSE = "MIT AND \
PD AND \
CMU-Tex AND \
rateconv AND \
BSD-2-Clause AND \
BSD-3-Clause AND \
flite AND \
(flite AND Sun) AND \
BellBird AND \
Apache-2.0 \
"
LICENSE = " \
Apache-2.0 AND \
BSD-2-Clause AND \
BSD-3-Clause AND \
MIT AND \
LicenseRef-BellBird AND \
LicenseRef-CMU-Tex AND \
LicenseRef-PD AND \
LicenseRef-Sun AND \
LicenseRef-flite AND \
LicenseRef-rateconv \
"
LIC_FILES_CHKSUM = "file://COPYING;md5=a2c2c7371b58b9cdeae0dc68846fe9f1"
DEPENDS = "curl-native libpcre2"