From 9d62900fe8e99854a43427a319d2be5e33aaaca8 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Thu, 10 Aug 2023 15:55:15 +0100 Subject: [PATCH] SPDX migration Most of the code lists Apache-2.0 but there are some files that contain the BSD-3-Clause license: python/tbb/pool.py python/tbb/test.py src/tbbmalloc/proxy_overload_osx.h --- tbb.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tbb.spec b/tbb.spec index 6a9b791..8306dc4 100644 --- a/tbb.spec +++ b/tbb.spec @@ -1,8 +1,8 @@ Name: tbb Summary: The Threading Building Blocks library abstracts low-level threading details Version: 2020.3 -Release: 20%{?dist} -License: ASL 2.0 +Release: 21%{?dist} +License: Apache-2.0 AND BSD-3-Clause URL: http://threadingbuildingblocks.org/ Source0: https://github.com/intel/tbb/archive/v%{version}/%{name}-%{version}.tar.gz @@ -214,6 +214,9 @@ cmake \ %{python3_sitearch}/__pycache__/TBB* %changelog +* Thu Aug 10 2023 Jonathan Wakely - 2020.3-21 +- SPDX migration + * Sat Jul 22 2023 Fedora Release Engineering - 2020.3-20 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild