#8 Convert license to SPDX format adding many missing licenses
Merged 11 months ago by rjones. Opened 11 months ago by berrange.
rpms/ berrange/open-vm-tools rawhide  into  rawhide

file modified
+1 -1
@@ -34,7 +34,7 @@ 

  Version:          %{toolsversion}

  Release:          4%{?dist}

  Summary:          Open Virtual Machine Tools for virtual machines hosted on VMware

- License:          GPLv2

+ License:          GPL-2.0 AND W3C AND LGPL-2.1 AND ICU AND ISC AND MIT

  URL:              https://github.com/vmware/%{name}

  

  Source0:          https://github.com/vmware/%{name}/releases/download/stable-%{version}/%{name}-%{version}-%{toolsbuild}.tar.gz

The majority of code is GPL-2.0 or LGPL-2.1, but a few random extra
licenses are found in certain files which appear to make it into the
binary RPMs:

W3C: gauth/serviceImpl/schemas/xmldsig-core-schema.xsd
ICU: lib/misc/codeset.c
ISC: lib/misc/base64.c
MIT: lib/misc/codesetUTF8.c

Signed-off-by: Daniel P. Berrangé berrange@redhat.com

Pull-Request has been merged by rjones

11 months ago
Metadata