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)
This commit is contained in:
parent
fe4ff5f2ba
commit
bcacbf1898
2
gjs.spec
2
gjs.spec
@ -45,7 +45,7 @@ Summary: Javascript Bindings for GNOME
|
|||||||
# modules/esm/_encoding/util.js and few other things are MIT
|
# modules/esm/_encoding/util.js and few other things are MIT
|
||||||
# modules/script/tweener/equations.js is BSD-3-Clause
|
# modules/script/tweener/equations.js is BSD-3-Clause
|
||||||
%if 0%{?bundled_mozjs}
|
%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
|
%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)
|
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
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user