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

Enabled automated license header checks #17

Merged
merged 1 commit into from
Jun 25, 2021

Conversation

ketanv3
Copy link
Contributor

@ketanv3 ketanv3 commented Jun 12, 2021

Description

  1. Added the SPDX license header to the files with missing license headers.
  2. Re-enabled the 'licenseHeaders' check in the build.gradle file.
  3. Added an IntelliJ copyright profile to auto-generate the SPDX license header.
  4. Updated the .gitignore file.

Issues Resolved

Related to - opensearch-project/opensearch-plugins#49

Check List

  • 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.

Signed-off-by: Ketan Verma [email protected]

1. Added the SPDX license header to the files with missing license headers.
2. Re-enabled the 'licenseHeaders' check in the build.gradle file.
3. Added an IntelliJ copyright profile to auto-generate the SPDX license header.
4. Updated the .gitignore file.

Signed-off-by: Ketan Verma <[email protected]>
@codecov-commenter
Copy link

Codecov Report

❗ No coverage uploaded for pull request base (main@3dd0717). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #17   +/-   ##
=======================================
  Coverage        ?   83.38%           
  Complexity      ?      554           
=======================================
  Files           ?       61           
  Lines           ?     2058           
  Branches        ?      146           
=======================================
  Hits            ?     1716           
  Misses          ?      234           
  Partials        ?      108           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3dd0717...bc483fe. Read the comment docs.

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.

3 participants