From 71e1cf5804f17842236d1d46d2f421e4894ab1bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Fri, 2 Feb 2024 08:57:10 +0000 Subject: [PATCH] Correct SPDX license The operator has to be in the upper case according to the specification. --- sip6.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sip6.spec b/sip6.spec index 8eabb78..05d8924 100644 --- a/sip6.spec +++ b/sip6.spec @@ -6,7 +6,7 @@ Release: 1%{?dist} Summary: SIP - Python/C++ Bindings Generator %py_provides python3-sip6 -License: GPL-2.0-only or GPL-3.0-only +License: GPL-2.0-only OR GPL-3.0-only URL: https://www.riverbankcomputing.com/software/sip Source0: %{pypi_source} BuildArch: noarch