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

[Spotless] Fixes license headers (PR 3) #308

Closed
wants to merge 2 commits into from

Conversation

MitchellGale
Copy link

Description

Fixes license headers

Converts all header licenses to:

 * Copyright OpenSearch Contributors
 * SPDX-License-Identifier: Apache-2.0
 */

Check List

  • New functionality includes testing.
    • All tests pass, including unit test, integration test and doctest
  • New functionality has been documented.
    • New functionality has javadoc added
    • New functionality has user manual doc added
  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

@codecov
Copy link

codecov bot commented Jul 21, 2023

Codecov Report

Merging #308 (5d27c9d) into integ/sl_licenseHeader3 (197a514) will not change coverage.
The diff coverage is n/a.

@@                    Coverage Diff                     @@
##             integ/sl_licenseHeader3     #308   +/-   ##
==========================================================
  Coverage                      97.39%   97.39%           
  Complexity                      4608     4608           
==========================================================
  Files                            401      401           
  Lines                          11408    11408           
  Branches                         843      843           
==========================================================
  Hits                           11111    11111           
  Misses                           290      290           
  Partials                           7        7           
Flag Coverage Δ
sql-engine 97.39% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...org/opensearch/sql/opensearch/client/MLClient.java 0.00% <ø> (ø)
...h/sql/opensearch/data/type/OpenSearchDateType.java 100.00% <ø> (ø)
...h/sql/opensearch/data/type/OpenSearchTextType.java 100.00% <ø> (ø)
...ql/opensearch/executor/OpenSearchQueryManager.java 100.00% <ø> (ø)
...opensearch/planner/physical/MLCommonsOperator.java 12.12% <ø> (ø)
...ch/sql/opensearch/planner/physical/MLOperator.java 100.00% <ø> (ø)
...earch/response/agg/CompositeAggregationParser.java 100.00% <ø> (ø)
...arch/sql/opensearch/response/agg/FilterParser.java 100.00% <ø> (ø)
...ql/opensearch/response/agg/MetricParserHelper.java 100.00% <ø> (ø)
...search/response/agg/NoBucketAggregationParser.java 100.00% <ø> (ø)
... and 50 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
* Copyright OpenSearch Contributors
* SPDX-License-Identifier: Apache-2.0

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like this PR has quite a few spots with the same header that Yury has mentioned here and should probably should be looked into as well

@MitchellGale
Copy link
Author

opensearch-project#1893
PR closed until licence addressed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants