mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-25 07:17:05 +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:
@@ -2,7 +2,7 @@ DESCRIPTION = "XML-RPC for C/C++ is programming libraries and related tools to h
|
||||
write an XML-RPC server or client in C or C++."
|
||||
|
||||
HOMEPAGE = "http://xmlrpc-c.sourceforge.net/"
|
||||
LICENSE = "BSD-3-Clause & MIT"
|
||||
LICENSE = "BSD-3-Clause AND MIT"
|
||||
LIC_FILES_CHKSUM = "file://doc/COPYING;md5=aefbf81ba0750f02176b6f86752ea951"
|
||||
|
||||
SRC_URI = "git://github.com/mirror/xmlrpc-c.git;branch=master;protocol=https \
|
||||
|
||||
Reference in New Issue
Block a user