mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 07:37:14 +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 @@ safe memory reclamation mechanisms and non-blocking data structures \
|
||||
designed to aid in the design and implementation of high performance \
|
||||
concurrent systems."
|
||||
|
||||
LICENSE = "BSD-2-Clause & Apache-2.0"
|
||||
LICENSE = "Apache-2.0 AND BSD-2-Clause"
|
||||
HOMEPAGE = "http://concurrencykit.org"
|
||||
SECTION = "base"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user