From bcacbf1898e384932b30ba5758ce97fc32144fe5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Thu, 16 May 2024 14:26:56 +0200 Subject: [PATCH] Specify AFL version in License field "AFL" is not a valid SPDX identifier, it requires to specify which version of the Academic Free License is used (2.1 or later in this case) --- gjs.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gjs.spec b/gjs.spec index 6209e9e..abdf7bb 100644 --- a/gjs.spec +++ b/gjs.spec @@ -45,7 +45,7 @@ Summary: Javascript Bindings for GNOME # modules/esm/_encoding/util.js and few other things are MIT # modules/script/tweener/equations.js is BSD-3-Clause %if 0%{?bundled_mozjs} -License: MIT AND BSD-3-Clause AND (MIT OR LGPL-2.0-or-later) AND (MPL-1.1 OR GPL-2.0-or-later OR LGPL-2.1-or-later) AND MPL-2.0 AND GPL-3.0-or-later AND AFL AND Apache-2.0 +License: MIT AND BSD-3-Clause AND (MIT OR LGPL-2.0-or-later) AND (MPL-1.1 OR GPL-2.0-or-later OR LGPL-2.1-or-later) AND MPL-2.0 AND GPL-3.0-or-later AND AFL-2.1 AND Apache-2.0 %else License: MIT AND BSD-3-Clause AND (MIT OR LGPL-2.0-or-later) AND (MPL-1.1 OR GPL-2.0-or-later OR LGPL-2.1-or-later) %endif