mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
recipes: Update LICENSE variable to use SPDX license identifiers
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -17,12 +17,12 @@ for better management of and seamless user interactions with guests.\
|
||||
"
|
||||
SECTION = "vmware-tools"
|
||||
|
||||
LICENSE = "LGPL-2.0 & GPL-2.0 & BSD & CDDL-1.0"
|
||||
LICENSE = "LGPL-2.0-only & GPL-2.0-only & BSD & CDDL-1.0"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=559317809c5444fb39ceaf6ac45c43ac"
|
||||
LICENSE:modules/freebsd/vmblock = "BSD"
|
||||
LICENSE:modules/freebsd/vmmemctl = "GPL-2.0"
|
||||
LICENSE:modules/freebsd/vmxnet = "GPL-2.0"
|
||||
LICENSE:modules/linux = "GPL-2.0"
|
||||
LICENSE:modules/freebsd/vmmemctl = "GPL-2.0-only"
|
||||
LICENSE:modules/freebsd/vmxnet = "GPL-2.0-only"
|
||||
LICENSE:modules/linux = "GPL-2.0-only"
|
||||
LICENSE:modules/solaris = "CDDL-1.0"
|
||||
|
||||
SRC_URI = "git://github.com/vmware/open-vm-tools.git;protocol=https;branch=master \
|
||||
|
||||
Reference in New Issue
Block a user