Convert license to SPDX format adding many missing licenses
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>
This commit is contained in:
parent
4b92787dfe
commit
a743e01c5f
@ -34,7 +34,7 @@ Name: open-vm-tools
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user