-
Notifications
You must be signed in to change notification settings - Fork 30
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
chore: apply license headers to all source files #337
Conversation
hah you can ignore the terraform stuff or ignore .github/** directory maybe |
SPDX-License-Identifier: Apache-2.0 | ||
The full text of the Apache license is available in the LICENSE file at | ||
the root of the repo. | ||
paths-ignore: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe .bin
as well
Signed-off-by: Ignasi Barrera <ignasi@tetrate.io>
Signed-off-by: Ignasi Barrera <ignasi@tetrate.io>
Signed-off-by: Ignasi Barrera <ignasi@tetrate.io>
# The full text of the Apache license is available in the LICENSE file at | ||
# the root of the repo. | ||
|
||
{{ if .Values.controller.serviceAccount.create -}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note that I've removed the leading -
in the conditional; otherwise the next line was appended directly to the comment instead of having a newline
**Commit Message** chore: apply license headers to all source files Apply license headers to all source files, and add a check in the `format` make target to make sure they're not missed. **Related Issues/PRs (if applicable)** N/A **Special notes for reviewers (if applicable)** N/A --------- Signed-off-by: Ignasi Barrera <ignasi@tetrate.io> Signed-off-by: Loong <long0dai@foxmail.com>
Commit Message
chore: apply license headers to all source files
Apply license headers to all source files, and add a check in the
format
make target to make sure they're not missed.Related Issues/PRs (if applicable)
N/A
Special notes for reviewers (if applicable)
N/A