home » zplus/dokk.git
Author zPlus <zplus@peers.community> 2024-11-20 11:33:24
Committer zPlus <zplus@peers.community> 2024-11-20 11:33:24
Commit c4ff144 (patch)
Tree f135ff0
Parent(s)

[spdx] Add licenseId property to nodes.


commits diff: f42ae2c..c4ff144
1 file changed, 1 insertion, 0 deletionsdownload


Diffstat
-rwxr-xr-x scripts/spdx/convert.py 1

Diff options
View
Side
Whitespace
Context lines
Inter-hunk lines
+1/-0 M   scripts/spdx/convert.py
index 2efc393..fa5db33
old size: 988B - new size: 1K
@@ -29,6 +29,7 @@ for license in licenses['licenses']:
29 29
30 30 '@id': node_id,
31 31 '@type': 'license:License',
32 + 'license:id': license['licenseId'],
32 33 'license:name': license['name'],
33 34 'license:text': details['licenseText']
34 35 }