mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-22 06:17:15 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user