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 deletions
—
download
Diffstat
Diff options
+1/-0
M scripts/spdx/convert.py
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
|
|
}
|