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: Report all detected license data by expression #2416

Closed
pombredanne opened this issue Feb 28, 2021 · 1 comment
Closed

RFC: Report all detected license data by expression #2416

pombredanne opened this issue Feb 28, 2021 · 1 comment

Comments

@pombredanne
Copy link
Member

Today we have a combo of reporting by license key and by license expression.
Since we detected license expressions, we should always report everything by license expression.
This would mean a significant output data structure change:

  • The licenses file attribute would go away.
  • Instead the detection details would be provided under the license_expressions
  • We should avoid to repeat each license details and instead introduce a top-level licenses codebase attribute that would list the detected license reference information (and could optionally include the standard license text)
AyanSinhaMahapatra added a commit that referenced this issue May 31, 2022
LicenseMatch data now is based on a license-expression instead
of a license key.

Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
@AyanSinhaMahapatra
Copy link
Member

This is merged and in develop now. We have license references reported seperately and license data is reported by license-expression and not license keys.

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

2 participants