From fd71cc46459e9cefe139e2bc937f8b9be665892c Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Sat, 25 Jun 2022 10:01:11 -0400 Subject: [PATCH] Correct License from LGPLv2 to LGPLv2+ --- python-chardet.spec | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/python-chardet.spec b/python-chardet.spec index 97e379c..68b209e 100644 --- a/python-chardet.spec +++ b/python-chardet.spec @@ -2,7 +2,17 @@ Name: python-chardet Version: 4.0.0 Release: %autorelease Summary: Character encoding auto-detection in Python -License: LGPLv2 + +# The entire source is LGPLv2+, except: +# +# - tests/ascii/howto.diveintomark.org.xml is CC-BY-SA (but is not installed) +# +# See also: +# clarify Trove license classifier +# https://github.com/chardet/chardet/issues/162 +# Clarify LGPL version in License trove classifier +# https://github.com/chardet/chardet/pull/255 +License: LGPLv2+ URL: https://github.com/chardet/chardet Source0: %{pypi_source chardet}