From a4984f51023f004dca93713775a7f4fb31e556da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= Date: Fri, 15 Sep 2023 13:28:45 +0100 Subject: [PATCH] Convert license to SPDX format MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel P. Berrangé --- python-configobj.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-configobj.spec b/python-configobj.spec index 1a8fd39..fb2e6c4 100644 --- a/python-configobj.spec +++ b/python-configobj.spec @@ -2,7 +2,7 @@ Name: python-configobj Version: 5.0.8 Release: 4%{?dist} Summary: Config file reading, writing, and validation -License: BSD +License: BSD-3-Clause URL: http://configobj.readthedocs.org/ # Moved to the github release instead of the pypi one since multiple elements (License and tests) # are not available using pypi. Two bugs have been filled about this: