From 8fa1089a723fbf62c512a4cfff7093a8b9157e6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Mon, 13 May 2024 17:06:14 +0200 Subject: [PATCH] Fix License information ASL does not exist. Some source files are licensed under Apache 2.0, so that's most likely what was meant (and in any case, Apache should appear) Related: RHEL-30208 --- gjs.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gjs.spec b/gjs.spec index 95a4a32..74953c2 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 ASL-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 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