From aad08d5c26b824d0b37a4629d9fa067acd7bfaec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Exp=C3=B3sito?= Date: Thu, 30 May 2024 15:22:17 +0200 Subject: [PATCH] Update license identifiers As reported by CI: The License tag contains mixed used of SPDX and legacy license identifiers. You must use either all SPDX license identifiers or all legacy license identifiers; you cannot mix the two systems. --- glslang.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glslang.spec b/glslang.spec index 74df012..ea1c0b7 100644 --- a/glslang.spec +++ b/glslang.spec @@ -5,7 +5,7 @@ Version: 14.2.0 Release: %autorelease Summary: OpenGL and OpenGL ES shader front end and validator -License: BSD and GPLv3+ and Apache-2.0 +License: BSD-2-Clause and BSD-3-Clause and GPL-3.0-or-later and Apache-2.0 URL: https://github.com/KhronosGroup/%{name} Source0: %url/archive/vulkan-sdk-%{sdkver}.tar.gz#/%{name}-sdk-%{sdkver}.tar.gz # Patch to build against system spirv-tools (rebased locally)