mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-08-28 23:30:21 +00:00
recipes: Convert licenses to SPDX expressions
- Automatically convert all licenses to valid SPDX license expressions using convert-spdx-licenses.py Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
@@ -3,7 +3,7 @@ HOMEPAGE = "https://developers.google.com/protocol-buffers/"
|
||||
SECTION = "devel/python"
|
||||
# MIT license is from utf8_range although it's packaged without this information
|
||||
# https://github.com/protocolbuffers/protobuf/blob/main/third_party/utf8_range/LICENSE
|
||||
LICENSE = "BSD-3-Clause & MIT"
|
||||
LICENSE = "BSD-3-Clause AND MIT"
|
||||
LIC_FILES_CHKSUM = " \
|
||||
file://PKG-INFO;beginline=9;endline=9;md5=53dbfa56f61b90215a9f8f0d527c043d \
|
||||
file://utf8_range/utf8_range.h;beginline=1;endline=2;md5=f05b3ef36cc354d7134597075a1af64f \
|
||||
|
||||
Reference in New Issue
Block a user