diff options
Diffstat (limited to 'subprojects/spdx')
-rwxr-xr-x | subprojects/spdx/spdx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/subprojects/spdx/spdx b/subprojects/spdx/spdx index 7204d82..eb4c76f 100755 --- a/subprojects/spdx/spdx +++ b/subprojects/spdx/spdx @@ -44,11 +44,14 @@ function build_wiki { }} [[Category:$freedom license]] +[[Category:SPDX short identifier]] " > "$run_path/build/wiki/$(jq -r .licenses[$entry].licenseId licenses.json).wiki" echo "#REDIRECT [[License:$(jq -r .licenses[$entry].licenseId licenses.json)]] -[[Category:$freedom license full name]]" > "$run_path/build/wiki/$redirect_full_name" +[[Category:$freedom license full name]] +[[Category:SPDX full name]] +" > "$run_path/build/wiki/$redirect_full_name" } |