From d0583379e702850dfdca0ac6faa07ef0be574630 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Sun, 10 Dec 2023 09:13:25 +0000 Subject: [PATCH] Migrate to SPDX license This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_2 --- atkmm.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/atkmm.spec b/atkmm.spec index 23c395b..46ed59a 100644 --- a/atkmm.spec +++ b/atkmm.spec @@ -9,7 +9,7 @@ Version: 2.28.3 Release: 3%{?dist} Summary: C++ interface for the ATK library -License: LGPLv2+ +License: LGPL-2.1-or-later URL: https://www.gtkmm.org/ Source0: https://download.gnome.org/sources/atkmm/%{release_version}/atkmm-%{version}.tar.xz @@ -43,6 +43,7 @@ developing applications that use %{name}. %package doc Summary: Developer's documentation for the atkmm library BuildArch: noarch +License: LGPL-2.1-or-later AND MIT AND GPL-2.0-or-later AND (MIT OR GPL-2.0-or-later) Requires: %{name} = %{version}-%{release} Requires: glibmm24-doc