RFE: Add license management checks / reports
Background
For some project, It's needed to keep track what licenses are being used
Task description
Tool should scan the source repo of each element to know what license(s) are being used, maybe using a external tool like https://metacpan.org/pod/distribution/App-Licensecheck/bin/licensecheck
Acceptance Criteria
- Report is generated with what licenses are used by each component in a specific project
- Bonus points if warnings/error can be triggered if a blacklisted license is being used by any of the elements
Edited by Douglas Winship