diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-04-02 13:50:18 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-04-06 20:25:33 -0400 |
commit | 9e215a8b657d716465b6d6c6d9f735be837eb2f6 (patch) | |
tree | bf369abf35371eb12a86402f52852236169444ed | |
parent | ec0eac55ff6109eb509cdc0818cc3961e9e7172d (diff) | |
download | meta-openembedded-9e215a8b657d716465b6d6c6d9f735be837eb2f6.tar.gz |
open-vm-tools: Use specific BSD-2-Clause for license
Thats what the sourcecode actually is using.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-networking/recipes-support/open-vm-tools/open-vm-tools_11.3.5.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-support/open-vm-tools/open-vm-tools_11.3.5.bb b/meta-networking/recipes-support/open-vm-tools/open-vm-tools_11.3.5.bb index a3e090fbd5..1c3545f960 100644 --- a/meta-networking/recipes-support/open-vm-tools/open-vm-tools_11.3.5.bb +++ b/meta-networking/recipes-support/open-vm-tools/open-vm-tools_11.3.5.bb | |||
@@ -17,9 +17,9 @@ for better management of and seamless user interactions with guests.\ | |||
17 | " | 17 | " |
18 | SECTION = "vmware-tools" | 18 | SECTION = "vmware-tools" |
19 | 19 | ||
20 | LICENSE = "LGPL-2.0-only & GPL-2.0-only & BSD & CDDL-1.0" | 20 | LICENSE = "LGPL-2.0-only & GPL-2.0-only & BSD-2-Clause & CDDL-1.0" |
21 | LIC_FILES_CHKSUM = "file://LICENSE;md5=559317809c5444fb39ceaf6ac45c43ac" | 21 | LIC_FILES_CHKSUM = "file://LICENSE;md5=559317809c5444fb39ceaf6ac45c43ac" |
22 | LICENSE:modules/freebsd/vmblock = "BSD" | 22 | LICENSE:modules/freebsd/vmblock = "BSD-2-Clause" |
23 | LICENSE:modules/freebsd/vmmemctl = "GPL-2.0-only" | 23 | LICENSE:modules/freebsd/vmmemctl = "GPL-2.0-only" |
24 | LICENSE:modules/freebsd/vmxnet = "GPL-2.0-only" | 24 | LICENSE:modules/freebsd/vmxnet = "GPL-2.0-only" |
25 | LICENSE:modules/linux = "GPL-2.0-only" | 25 | LICENSE:modules/linux = "GPL-2.0-only" |