-
Notifications
You must be signed in to change notification settings - Fork 406
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
update boilerplate file to be KO Build Authors #1056
Conversation
Signed-off-by: cpanato <[email protected]>
Codecov Report
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. @@ Coverage Diff @@
## main #1056 +/- ##
=======================================
Coverage 52.82% 52.82%
=======================================
Files 43 43
Lines 3360 3360
=======================================
Hits 1775 1775
Misses 1359 1359
Partials 226 226
|
b6606d0
to
fbc9f3a
Compare
Signed-off-by: cpanato <[email protected]>
137751f
to
53a1ec5
Compare
cc @imjasonh |
53a1ec5
to
c3a5fe3
Compare
hack/boilerplate/boilerplate.go.txt
Outdated
@@ -1,4 +1,4 @@ | |||
// Copyright 2021 Google LLC All Rights Reserved. | |||
// Copyright 2021 ko Build Authors All Rights Reserved. |
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.
Sorry to keep moving the target. I think this should be Copyright 20XX ko Authors All Rights Reserved
.
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.
no worries!
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.
cannot change that :/ the job check fails then
Error: [Go headers] reported by reviewdog 🐶
missing boilerplate:
Raw Output:
main.go:1: missing boilerplate:
// Copyright 20XX ko Build Authors All Rights Reserved.
//
// Licensed under the Apache License
c3a5fe3
to
7bcfcaf
Compare
Signed-off-by: cpanato <[email protected]>
7bcfcaf
to
64e11c3
Compare
Fixes: #1040