-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
licenses: Add Elastic License 2.0 (Elasticv2
)
#28786
Conversation
Adds the Elastic License 2.0 as `Elasticv2` in the `licenses` package. Updates the `go-licenser` to `0.4.0`, since it adds support for the `Elasticv2` license. Signed-off-by: Marc Lopez Rubio <[email protected]>
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
💚 Flaky test reportTests succeeded. 🤖 GitHub commentsTo re-run your PR in the CI, just comment with:
|
This pull request is now in conflicts. Could you fix it? 🙏
|
Signed-off-by: Marc Lopez Rubio <[email protected]>
Adds the Elastic License 2.0 as `Elasticv2` in the `licenses` package. Updates the `go-licenser` to `0.4.0`, since it adds support for the `Elasticv2` license. Signed-off-by: Marc Lopez Rubio <[email protected]> (cherry picked from commit 8556093) # Conflicts: # go.mod # go.sum
#28808) Adds the Elastic License 2.0 as `Elasticv2` in the `licenses` package. Updates the `go-licenser` to `0.4.0`, since it adds support for the `Elasticv2` license. Signed-off-by: Marc Lopez Rubio <[email protected]> (cherry picked from commit 8556093)
What does this PR do?
Adds the Elastic License 2.0 as
Elasticv2
in thelicenses
package.Updates the
go-licenser
to0.4.0
, since it adds support for theElasticv2
license.Note that it does not modify the Beats license since that's out of
the scope of this PR.
Why is it important?
It unblocks elastic/apm-server#6105 and I believe may unblock some
work that's pending for Beats to switch to ELv2.
Checklist
[ ] I have added tests that prove my fix is effective or that my feature works[ ] I have added an entry inCHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Author's Checklist
Related issues
Unblocks elastic/apm-server#6105