From 32853794d0c50d278f2cca57ddfc0d14c18af9c0 Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Tue, 14 Mar 2023 19:36:48 -0500 Subject: [PATCH] Adopt new licensing guidelines (SPDX) --- python-wheel.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-wheel.spec b/python-wheel.spec index e1ad023..17b42bf 100644 --- a/python-wheel.spec +++ b/python-wheel.spec @@ -17,8 +17,8 @@ Release: 1%{?dist} Epoch: 1 Summary: Built-package format for Python -# packaging is ASL 2.0 or BSD -License: MIT and (ASL 2.0 or BSD) +# packaging is Apache-2.0 OR BSD-2-Clause +License: MIT AND (Apache-2.0 OR BSD-2-Clause) URL: https://github.com/pypa/wheel Source0: %{url}/archive/%{version}/%{pypi_name}-%{version}.tar.gz # This is used in bootstrap mode where we manually install the wheel and