Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RFC] Include the full license details (including the reference texts) for every matched licenses #1697

Closed
pombredanne opened this issue Aug 25, 2019 · 2 comments

Comments

@pombredanne
Copy link
Member

Description

We never include the actual texts of a matched license, only the license matched text. This could be a mere notice or reference and not a full text. To automate attribution notice creation, it would be useful to have also all the license texts and extra details.

Therefore I suggest we had a new --license-reference option that would work such that a license_references scan-level attribute (as opposed to file-level) is added to the scan results and would contain a sorted list of the License object as available in the license data (both the .yml and the .LICENSE data)

@pombredanne
Copy link
Member Author

This will include the --licenses-reference option and the licenses_reference top level attribute.

pombredanne added a commit that referenced this issue Feb 10, 2022
The new --licenses-reference option adds a new "licenses_reference" top
level attribute to a scan seen in the JSON and YAML attribute. This
contains all the license details.

Also bump the WIP version.

Reference: #1697
Signed-off-by: Philippe Ombredanne <[email protected]>
@pombredanne
Copy link
Member Author

Merged in develop

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant