Skip to content

Commit 7f86dde

Browse files
committed
app.py: Add the license category
Allow accessing the category without downloading the individual files for each respective license. Signed-off-by: Frank Viernau <[email protected]>
1 parent d540eb1 commit 7f86dde

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ def generate_indexes(output_path):
7878
"other_spdx_license_keys": license.other_spdx_license_keys,
7979
"is_exception": license.is_exception,
8080
"is_deprecated": license.is_deprecated,
81+
"category": license.category,
8182
"json": f"{key}.json",
8283
"yml": f"{key}.yml",
8384
"html": f"{key}.html",

0 commit comments

Comments
 (0)