mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-08-30 00:33:19 +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 = "A friendly Python library for async concurrency and I/O"
|
||||
HOMEPAGE = "https://github.com/python-trio/trio"
|
||||
LICENSE = "Apache-2.0 & MIT"
|
||||
LICENSE = "Apache-2.0 AND MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=447ea202d14d2aee40d8a2c26c865da9 \
|
||||
file://LICENSE.APACHE2;md5=3b83ef96387f14655fc854ddc3c6bd57 \
|
||||
file://LICENSE.MIT;md5=5f229c828e5a6f0a2ce90c7d3c054721"
|
||||
|
||||
Reference in New Issue
Block a user