-
Notifications
You must be signed in to change notification settings - Fork 25.2k
Duplicated license headers #79092
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
Labels
Comments
Pinging @elastic/es-delivery (Team:Delivery) |
thanks for reporting. looking into this |
This was referenced Oct 15, 2021
breskeby
added a commit
to breskeby/elasticsearch
that referenced
this issue
Oct 15, 2021
This fixes elastic#79092. A follow up on tighten our licenseheader checks was raised at elastic#79235 and will be addressed in a separate PR
breskeby
added a commit
that referenced
this issue
Oct 18, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Uh oh!
There was an error while loading. Please reload this page.
I ran into this over on https://github.com/elastic/elasticsearch/blob/eb22aa1060f065f3403be0532075badc6e44c6f9/x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/cluster/action/MigrateToDataTiersAction.java -- there's two (differing) license headers in that one file.
Here's a unix-y incantation to find more of them (not necessarily all of them, and I haven't checked the result for false positives, but it's a good starting off point):
Ideally our license checking infrastructure should reject these -- just fixing them one off isn't awesome because clearly this is a thing that sneaks in sometimes.
/cc @mark-vieira
The text was updated successfully, but these errors were encountered: