aboutcode-org/scancode-licensedb

Expose SPDX license key and is_exception in the index.json

Closed this issue · 1 comments

In order to help validating SPDX license expressions, I would like to have these extra attributes:

  1. spdx_license_key
  2. other_spdx_license_keys
  3. is_exception

This way I can create a list of license_expression.LicenseSymbol objects and validate easily. This is going to be useful for aboutcode-org/license-expression#56