Update License to SPDX

This commit is contained in:
Benjamin A. Beasley 2022-10-31 09:13:48 -04:00
parent 33fca36140
commit 1d54d5d32f

View File

@ -9,8 +9,8 @@ Summary: Persistent/Functional/Immutable data structures
Version: 0.18.1 Version: 0.18.1
Release: %autorelease Release: %autorelease
# The entire source is MIT, except pyrsistent/_toolz.py which is BSD. # The entire source is (SPDX) MIT, except pyrsistent/_toolz.py which is BSD-3-Clause.
License: MIT and BSD License: MIT AND BSD-3-Clause
URL: https://github.com/tobgu/pyrsistent/ URL: https://github.com/tobgu/pyrsistent/
Source0: %{url}/archive/v%{version}/pyrsistent-%{version}.tar.gz Source0: %{url}/archive/v%{version}/pyrsistent-%{version}.tar.gz
@ -51,6 +51,8 @@ Summary: %{summary}
%package doc %package doc
Summary: Documentation for pyrsistent Summary: Documentation for pyrsistent
# The Sphinx documentation does contain content based on pyrsistent/_toolz.py,
# so the full License carries over from the base package.
BuildArch: noarch BuildArch: noarch