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:
Khem Raj
2026-07-17 16:25:05 -07:00
parent 01232d6238
commit 8f3df8b447
383 changed files with 412 additions and 412 deletions
@@ -1,6 +1,6 @@
SUMMARY = "Sniff out which async library your code is running under"
SECTION = "devel/python"
LICENSE = "MIT | Apache-2.0"
LICENSE = "Apache-2.0 OR MIT"
LIC_FILES_CHKSUM = "\
file://LICENSE;md5=fa7b86389e58dd4087a8d2b833e5fe96 \
file://LICENSE.MIT;md5=e62ba5042d5983462ad229f5aec1576c \