The NOTICE file in this repo was broken and did not correctly list the licenses of used libraries. This PR switches to a different tool that is also used in other elastic public repos.
The NOTICE file used to be generate by running go-licenser, however newer versions of that tool don't support this functionality anymore
Instead, go-licence-detector is now used to generate the NOTICE.
Description
Related Issues
Motivation and Context
How Has This Been Tested?
Types of Changes
[ ] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Refactoring (improves code quality but has no user-facing effect)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
[ ] Documentation
Readiness Checklist
[ ] My code follows the code style of this project
[ ] My change requires a change to the documentation
The NOTICE file in this repo was broken and did not correctly list the licenses of used libraries. This PR switches to a different tool that is also used in other elastic public repos.
go-licenser
, however newer versions of that tool don't support this functionality anymorego-licence-detector
is now used to generate the NOTICE.Description
Related Issues
Motivation and Context
How Has This Been Tested?
Types of Changes
Readiness Checklist