mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 20:07:25 +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:
@@ -4,7 +4,7 @@ of profiling all running code at low overhead."
|
||||
HOMEPAGE = "http://oprofile.sourceforge.net/news/"
|
||||
BUGTRACKER = "http://sourceforge.net/tracker/?group_id=16191&atid=116191"
|
||||
|
||||
LICENSE = "LGPL-2.1-or-later & GPL-2.0-only"
|
||||
LICENSE = "GPL-2.0-only AND LGPL-2.1-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
|
||||
file://libopagent/opagent.h;beginline=5;endline=26;md5=4f16f72c7a493d8a4704aa18d03d15c6 \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user