Chin Yeung
Chin Yeung
After some discussion, ABOUT file is a file to document the nature or facts of the file/package/component, such as SHA1, license, etc. On the other hand, `is_product` seems like "external"...
We have introduced the `ignored_resources`. Closing this.
@pombredanne I think this is not the responsibility for the tool but the user of how do they create the ABOUT file, right?
@maxbrito Thanks for your input. One of a possible solutions is to use `about_resource_path` to declare where are the reference components located, and put the ABOUT files in the project...
The current code get rid of the `about_resource_path` key and 1 ABOUT file will only reference one resource for simplicity purpose. In another word, for your case, same binaries are...
Closing this and re-enter https://github.com/nexB/aboutcode-toolkit/issues/566 . The issue is about multiple references.
We already have `spdx_license_key` and `spdx_license_expression` supported https://github.com/nexB/aboutcode-toolkit/blob/develop/src/attributecode/model.py#L905 However, the spec hasn't included the `spdx_license_expression` yet which I will do the update https://github.com/nexB/aboutcode-toolkit/blob/develop/docs/source/specification.rst#optional-licensing-fields
The `spdx_license_expression` is added in the specs. @silverhook would that be enough?
closing it as SPDX License is supported.