tools-python
tools-python copied to clipboard
"licenseListVersion" field duplicated
The field "licenseListVersion" appears as a field of CreationInfo and as a field of Document. When executing convertor.py data/SPDXJsonExample.json output.tag the licenseListVersion is parsed correctly but not written to the output file.
licenseListVersion should only be part of creationInfo.
See for example the spec or an official example.
fixed with #352