From c5acc535e776df167cb7f99e9b69fefc4a92db44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= Date: Fri, 15 Sep 2023 13:34:51 +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é --- pyserial.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyserial.spec b/pyserial.spec index 7d02a7b..4832ac2 100644 --- a/pyserial.spec +++ b/pyserial.spec @@ -3,7 +3,7 @@ Name: pyserial Version: 3.5 Release: 6%{?dist} Source0: %pypi_source -License: BSD +License: BSD-3-Clause URL: http://pypi.python.org/pypi/pyserial BuildRequires: python3-devel BuildRequires: python3-setuptools