mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-08-25 05:21:31 +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:
@@ -1,6 +1,6 @@
|
||||
SUMMARY = "Capture the outcome of Python function calls."
|
||||
HOMEPAGE = "https://github.com/python-trio/outcome"
|
||||
LICENSE = "Apache-2.0 & MIT"
|
||||
LICENSE = "Apache-2.0 AND MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=fa7b86389e58dd4087a8d2b833e5fe96 \
|
||||
file://LICENSE.APACHE2;md5=3b83ef96387f14655fc854ddc3c6bd57 \
|
||||
file://LICENSE.MIT;md5=e62ba5042d5983462ad229f5aec1576c"
|
||||
|
||||
Reference in New Issue
Block a user