From 9e111158433b4d925ae8c1c8563177681aa02aae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20=C5=98=C3=ADdk=C3=BD?= Date: Tue, 9 May 2023 14:41:04 +0200 Subject: [PATCH] Update SPDX license tags --- gimp.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gimp.spec b/gimp.spec index 03a844e..cf5476c 100644 --- a/gimp.spec +++ b/gimp.spec @@ -73,9 +73,9 @@ Release: %autorelease %global lib_minor %(echo $[%minor * 100]) %global lib_micro %micro -# poppler is "GPLv2 or GPLv3" which makes plug-ins linking to libpoppler such -# as file-pdf-load GPLv3-only -License: GPL-3.0-or-later AND GPL-2.0-only AND GPL-3.0-only AND BSD-3-Clause +# gimp core app is GPL-3.0-only, libgimp and other libraries are LGPL-3.0-only +# plugin file-dds is GPL-2.0-only and plugins script-fu/{ftx,tinyscheme} are BSD-3-Clause +License: LGPL-3.0-only AND GPL-2.0-only AND GPL-3.0-only AND BSD-3-Clause URL: http://www.gimp.org/ %if %{with aalib} BuildRequires: aalib-devel