From 9bd9c8186a281db5104708d5631423f22d57ee20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Mon, 8 Jan 2024 05:52:59 +0000 Subject: [PATCH] Migrate to SPDX license This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_3 --- fprintd.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/fprintd.spec b/fprintd.spec index 383ea6d..cd55c16 100644 --- a/fprintd.spec +++ b/fprintd.spec @@ -3,7 +3,8 @@ Version: 1.94.2 Release: %autorelease Summary: D-Bus service for Fingerprint reader access -License: GPLv2+ +# man page is GFDL-1.1-or-later +License: GPL-2.0-or-later AND GFDL-1.1-or-later Source0: https://gitlab.freedesktop.org/libfprint/fprintd/-/archive/v%{version}/fprintd-v%{version}.tar.gz Url: http://www.freedesktop.org/wiki/Software/fprint/fprintd ExcludeArch: s390 s390x @@ -37,7 +38,7 @@ Provides: pam_fprint = %{version}-%{release} Obsoletes: pam_fprint < 0.2-3 Requires(postun): authselect >= 0.3 -License: GPLv2+ +License: GPL-2.0-or-later %description pam PAM module that uses the fprintd D-Bus service for fingerprint @@ -46,7 +47,9 @@ authentication. %package devel Summary: Development files for %{name} Requires: %{name} = %{version}-%{release} -License: GFDL +# dbus interfaces are GPL-2.0-or-later +# documentation is GFDL-1.1-or-later +License: GPL-2.0-or-later AND GFDL-1.1-or-later BuildArch: noarch %description devel