From 45c6c8de1fa8fea4991b76627293f8acd79f7420 Mon Sep 17 00:00:00 2001 From: Miroslav Suchý Date: Dec 03 2024 09:27:21 +0000 Subject: update Node.js section to reflect recent SPDX licensing changes --- diff --git a/guidelines/modules/ROOT/pages/Node.js.adoc b/guidelines/modules/ROOT/pages/Node.js.adoc index c458977..94c87d5 100644 --- a/guidelines/modules/ROOT/pages/Node.js.adoc +++ b/guidelines/modules/ROOT/pages/Node.js.adoc @@ -74,7 +74,7 @@ they will be listed in `+--bundled-licenses.txt+`. It is recommended that you include `+--bundled-licenses.txt+` in the rpm. Each time you update your package, you need to verify the bundled licenses against -https://fedoraproject.org/wiki/Licensing:Main#Software_License_List[Fedoras Software License List]. +https://docs.fedoraproject.org/en-US/legal/allowed-licenses/[Fedoras Software License List]. Note that precompiled/minimized JavaScript may be packaged, but the requirement to verify the licenses also applies to it, see the :xref:JavaScript.adoc[JavaScript guidelines]. @@ -83,7 +83,7 @@ List all unique licenses on the License: line of your spec file. https://docs.fedoraproject.org/en-US/legal/license-field/#_basic_rule[Separate each license with the word "and"]. .... -License: and and +License: AND AND ... Source3: %{npm_name}-%{version}-bundled-licenses.txt ...