From c188b58b8cfd4ed753a3d8cab88780d5e101b57c Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Fri, 10 Nov 2023 08:24:17 -0500 Subject: [PATCH] Correct license to Pixar AND MIT https://gitlab.com/fedora/legal/fedora-license-data/-/issues/304 https://github.com/spdx/license-list-XML/issues/2225 https://github.com/spdx/license-list-XML/pull/2247 --- opensubdiv.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/opensubdiv.spec b/opensubdiv.spec index 23fe22a..7590dbd 100644 --- a/opensubdiv.spec +++ b/opensubdiv.spec @@ -10,7 +10,12 @@ Version: 3.5.0 Release: %autorelease Summary: High performance subdivision surface libraries -License: Apache-2.0 +# The entire source is Pixar except: +# +# MIT: +# - glLoader/khrplatform.h +# - documentation/tipuesearch/ +License: Pixar AND MIT #URL: http://graphics.pixar.com/%%{name} Url: https://github.com/PixarAnimationStudios/OpenSubdiv Source: https://github.com/PixarAnimationStudios/OpenSubdiv/archive/v%{upstream_version}%{?prerelease}/%{name}-%{version}%{?prerelease}.tar.gz