From a743e01c5f316ad5eb9506ada39b6a0e5501c3d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= Date: Mon, 24 Jul 2023 13:52:07 +0100 Subject: [PATCH] Convert license to SPDX format adding many missing licenses MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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é --- open-vm-tools.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/open-vm-tools.spec b/open-vm-tools.spec index b4d2ec5..a169479 100644 --- a/open-vm-tools.spec +++ b/open-vm-tools.spec @@ -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