From 1d54d5d32f96a3a8819de47e4a94196c0ec0e9be Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Mon, 31 Oct 2022 09:13:48 -0400 Subject: [PATCH] Update License to SPDX --- python-pyrsistent.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-pyrsistent.spec b/python-pyrsistent.spec index 7eff3af..16faf67 100644 --- a/python-pyrsistent.spec +++ b/python-pyrsistent.spec @@ -9,8 +9,8 @@ Summary: Persistent/Functional/Immutable data structures Version: 0.18.1 Release: %autorelease -# The entire source is MIT, except pyrsistent/_toolz.py which is BSD. -License: MIT and BSD +# The entire source is (SPDX) MIT, except pyrsistent/_toolz.py which is BSD-3-Clause. +License: MIT AND BSD-3-Clause URL: https://github.com/tobgu/pyrsistent/ Source0: %{url}/archive/v%{version}/pyrsistent-%{version}.tar.gz @@ -51,6 +51,8 @@ Summary: %{summary} %package doc 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