From c60697cac44e141fa26fccd584b5709056140f63 Mon Sep 17 00:00:00 2001 From: Jose Castillo Date: Wed, 15 Nov 2023 11:23:03 +0000 Subject: [PATCH] Update python-pexpect.spec License to SPDX format Update python-pexpect.spec License field to SPDX format and add BSD-3 license. --- python-pexpect.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-pexpect.spec b/python-pexpect.spec index e3ae868..b78c998 100644 --- a/python-pexpect.spec +++ b/python-pexpect.spec @@ -7,7 +7,11 @@ Summary: Unicode-aware Pure Python Expect-like module Version: 4.8.0 Release: 17%{?dist} -License: ISC +# All the files have ISC license except the +# following two that have BSD license: +# python-pexpect/pexpect-4.8.0/pexpect/pty_spawn.py +# python-pexpect/pexpect-4.8.0/pexpect/spawnbase.py +License: ISC AND BSD-3-Clause URL: https://github.com/pexpect/pexpect Source0: %{url}/archive/%{version}/%{modname}-%{version}.tar.gz Patch0: %{url}/pull/715/commits/52af5b0ae0627139524448a3f2e83d9f40802bc2.patch