diff --git a/cmd/help/main.go b/cmd/help/main.go index 6868f49226..998eff7303 100644 --- a/cmd/help/main.go +++ b/cmd/help/main.go @@ -1,4 +1,4 @@ -// Copyright 2021 KO Build Authors All Rights Reserved. +// Copyright 2021 ko Build Authors All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/hack/boilerplate/boilerplate.go.txt b/hack/boilerplate/boilerplate.go.txt index 7c224777be..6c21f0e6ea 100644 --- a/hack/boilerplate/boilerplate.go.txt +++ b/hack/boilerplate/boilerplate.go.txt @@ -1,4 +1,4 @@ -// Copyright 2021 KO Build Authors All Rights Reserved. +// Copyright 2021 ko Build Authors All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/hack/boilerplate/boilerplate.sh.txt b/hack/boilerplate/boilerplate.sh.txt index 44f6e502d8..810dd58411 100755 --- a/hack/boilerplate/boilerplate.sh.txt +++ b/hack/boilerplate/boilerplate.sh.txt @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright 2020 KO Build Authors All Rights Reserved. +# Copyright 2020 ko Build Authors All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/hack/presubmit.sh b/hack/presubmit.sh index 8b18728277..cef7b6574d 100755 --- a/hack/presubmit.sh +++ b/hack/presubmit.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright 2021 KO Build Authors All Rights Reserved. +# Copyright 2021 ko Build Authors All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/hack/tools.go b/hack/tools.go index 5d1ebcb48f..5b56604922 100644 --- a/hack/tools.go +++ b/hack/tools.go @@ -1,4 +1,4 @@ -// Copyright 2021 KO Build Authors All Rights Reserved. +// Copyright 2021 ko Build Authors All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/hack/update-codegen.sh b/hack/update-codegen.sh index d67be223b6..13ce9d50b0 100755 --- a/hack/update-codegen.sh +++ b/hack/update-codegen.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright 2021 KO Build Authors All Rights Reserved. +# Copyright 2021 ko Build Authors All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/hack/update-deps.sh b/hack/update-deps.sh index 6e2c8a3173..ddc790ce07 100755 --- a/hack/update-deps.sh +++ b/hack/update-deps.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright 2018 KO Build Authors All Rights Reserved. +# Copyright 2018 ko Build Authors All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/internal/sbom/cyclonedx.go b/internal/sbom/cyclonedx.go index bb8970b873..643924c6db 100644 --- a/internal/sbom/cyclonedx.go +++ b/internal/sbom/cyclonedx.go @@ -1,4 +1,4 @@ -// Copyright 2022 KO Build Authors All Rights Reserved. +// Copyright 2022 ko Build Authors All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/sbom/sbom.go b/internal/sbom/sbom.go index fa49149016..d1385ef09d 100644 --- a/internal/sbom/sbom.go +++ b/internal/sbom/sbom.go @@ -1,4 +1,4 @@ -// Copyright 2022 KO Build Authors All Rights Reserved. +// Copyright 2022 ko Build Authors All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/sbom/spdx.go b/internal/sbom/spdx.go index 21ac8a7ae7..809c14e5dd 100644 --- a/internal/sbom/spdx.go +++ b/internal/sbom/spdx.go @@ -1,4 +1,4 @@ -// Copyright 2021 KO Build Authors All Rights Reserved. +// Copyright 2021 ko Build Authors All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/main.go b/main.go index 3e2238f572..6eda5d6307 100644 --- a/main.go +++ b/main.go @@ -1,18 +1,16 @@ -/* -Copyright 2020 KO Build Authors All Rights Reserved. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// Copyright 2020 ko Build Authors All Rights Reserved. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package main diff --git a/pkg/build/build.go b/pkg/build/build.go index 1a87499e40..e63bd0e3fd 100644 --- a/pkg/build/build.go +++ b/pkg/build/build.go @@ -1,18 +1,16 @@ -/* -Copyright 2018 KO Build Authors All Rights Reserved. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// Copyright 2018 ko Build Authors All Rights Reserved. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package build diff --git a/pkg/build/cache.go b/pkg/build/cache.go index a7e4181d1f..085072a07b 100644 --- a/pkg/build/cache.go +++ b/pkg/build/cache.go @@ -1,4 +1,4 @@ -// Copyright 2021 KO Build Authors All Rights Reserved. +// Copyright 2021 ko Build Authors All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/pkg/build/config.go b/pkg/build/config.go index 39cbacfa3e..84e243c34e 100644 --- a/pkg/build/config.go +++ b/pkg/build/config.go @@ -1,18 +1,16 @@ -/* -Copyright 2021 KO Build Authors All Rights Reserved. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// Copyright 2021 ko Build Authors All Rights Reserved. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package build diff --git a/pkg/build/doc.go b/pkg/build/doc.go index e8a8f2b9b9..878a55778c 100644 --- a/pkg/build/doc.go +++ b/pkg/build/doc.go @@ -1,4 +1,4 @@ -// Copyright 2018 KO Build Authors All Rights Reserved. +// Copyright 2018 ko Build Authors All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/pkg/build/future.go b/pkg/build/future.go index 1bb5ed0c3d..7964be7abc 100644 --- a/pkg/build/future.go +++ b/pkg/build/future.go @@ -1,4 +1,4 @@ -// Copyright 2018 KO Build Authors All Rights Reserved. +// Copyright 2018 ko Build Authors All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/pkg/build/future_test.go b/pkg/build/future_test.go index 1f06de2242..f3d373934f 100644 --- a/pkg/build/future_test.go +++ b/pkg/build/future_test.go @@ -1,4 +1,4 @@ -// Copyright 2018 KO Build Authors All Rights Reserved. +// Copyright 2018 ko Build Authors All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/pkg/build/gobuild.go b/pkg/build/gobuild.go index 9f8e3b41e4..f289e6cf85 100644 --- a/pkg/build/gobuild.go +++ b/pkg/build/gobuild.go @@ -1,18 +1,16 @@ -/* -Copyright 2018 KO Build Authors All Rights Reserved. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// Copyright 2018 ko Build Authors All Rights Reserved. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package build diff --git a/pkg/build/gobuild_test.go b/pkg/build/gobuild_test.go index 7c0dfa93b3..c77a122bad 100644 --- a/pkg/build/gobuild_test.go +++ b/pkg/build/gobuild_test.go @@ -1,18 +1,16 @@ -/* -Copyright 2018 KO Build Authors All Rights Reserved. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// Copyright 2018 ko Build Authors All Rights Reserved. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package build diff --git a/pkg/build/gobuilds.go b/pkg/build/gobuilds.go index ca17bbc8d1..7a73bc5fd7 100644 --- a/pkg/build/gobuilds.go +++ b/pkg/build/gobuilds.go @@ -1,4 +1,4 @@ -// Copyright 2021 KO Build Authors All Rights Reserved. +// Copyright 2021 ko Build Authors All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/pkg/build/gobuilds_test.go b/pkg/build/gobuilds_test.go index 67eab14210..fb795e9e6f 100644 --- a/pkg/build/gobuilds_test.go +++ b/pkg/build/gobuilds_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 KO Build Authors All Rights Reserved. +// Copyright 2021 ko Build Authors All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/pkg/build/layer.go b/pkg/build/layer.go index 97fee943ab..f051a47f94 100644 --- a/pkg/build/layer.go +++ b/pkg/build/layer.go @@ -1,4 +1,4 @@ -// Copyright 2020 KO Build Authors All Rights Reserved. +// Copyright 2020 ko Build Authors All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/pkg/build/limit.go b/pkg/build/limit.go index f97954775b..1096e512ab 100644 --- a/pkg/build/limit.go +++ b/pkg/build/limit.go @@ -1,18 +1,16 @@ -/* -Copyright 2019 KO Build Authors All Rights Reserved. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// Copyright 2019 ko Build Authors All Rights Reserved. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package build diff --git a/pkg/build/limit_test.go b/pkg/build/limit_test.go index a8b4379867..2fce4eacdc 100644 --- a/pkg/build/limit_test.go +++ b/pkg/build/limit_test.go @@ -1,18 +1,16 @@ -/* -Copyright 2019 KO Build Authors All Rights Reserved. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// Copyright 2019 ko Build Authors All Rights Reserved. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package build diff --git a/pkg/build/options.go b/pkg/build/options.go index ef6992ea41..4cedf4d0fb 100644 --- a/pkg/build/options.go +++ b/pkg/build/options.go @@ -1,4 +1,4 @@ -// Copyright 2018 KO Build Authors All Rights Reserved. +// Copyright 2018 ko Build Authors All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/pkg/build/recorder.go b/pkg/build/recorder.go index 43a0618cdd..7d7d27882f 100644 --- a/pkg/build/recorder.go +++ b/pkg/build/recorder.go @@ -1,18 +1,16 @@ -/* -Copyright 2018 KO Build Authors All Rights Reserved. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// Copyright 2018 ko Build Authors All Rights Reserved. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package build diff --git a/pkg/build/recorder_test.go b/pkg/build/recorder_test.go index 8fb0f82168..f113fb049d 100644 --- a/pkg/build/recorder_test.go +++ b/pkg/build/recorder_test.go @@ -1,18 +1,16 @@ -/* -Copyright 2018 KO Build Authors All Rights Reserved. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// Copyright 2018 ko Build Authors All Rights Reserved. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package build diff --git a/pkg/build/shared.go b/pkg/build/shared.go index a77bf3f3bb..28e64eced3 100644 --- a/pkg/build/shared.go +++ b/pkg/build/shared.go @@ -1,18 +1,16 @@ -/* -Copyright 2018 KO Build Authors All Rights Reserved. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// Copyright 2018 ko Build Authors All Rights Reserved. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package build diff --git a/pkg/build/shared_test.go b/pkg/build/shared_test.go index aea756362b..6e0fb6bf8b 100644 --- a/pkg/build/shared_test.go +++ b/pkg/build/shared_test.go @@ -1,18 +1,16 @@ -/* -Copyright 2018 KO Build Authors All Rights Reserved. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// Copyright 2018 ko Build Authors All Rights Reserved. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package build diff --git a/pkg/build/strict.go b/pkg/build/strict.go index e6a889c7d1..ff4daec45d 100644 --- a/pkg/build/strict.go +++ b/pkg/build/strict.go @@ -1,4 +1,4 @@ -// Copyright 2020 KO Build Authors All Rights Reserved. +// Copyright 2020 ko Build Authors All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/pkg/build/strict_test.go b/pkg/build/strict_test.go index cb814029dd..7e36e904eb 100644 --- a/pkg/build/strict_test.go +++ b/pkg/build/strict_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 KO Build Authors All Rights Reserved. +// Copyright 2020 ko Build Authors All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/pkg/commands/apply.go b/pkg/commands/apply.go index c1713c4b82..4c0f2f83e4 100644 --- a/pkg/commands/apply.go +++ b/pkg/commands/apply.go @@ -1,4 +1,4 @@ -// Copyright 2018 KO Build Authors All Rights Reserved. +// Copyright 2018 ko Build Authors All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/pkg/commands/build.go b/pkg/commands/build.go index 55b3b1ec2b..3557fefaa2 100644 --- a/pkg/commands/build.go +++ b/pkg/commands/build.go @@ -1,4 +1,4 @@ -// Copyright 2018 KO Build Authors All Rights Reserved. +// Copyright 2018 ko Build Authors All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/pkg/commands/commands.go b/pkg/commands/commands.go index 07962fc61a..da92ac21a6 100644 --- a/pkg/commands/commands.go +++ b/pkg/commands/commands.go @@ -1,4 +1,4 @@ -// Copyright 2018 KO Build Authors All Rights Reserved. +// Copyright 2018 ko Build Authors All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/pkg/commands/config.go b/pkg/commands/config.go index 3eb6c4d797..acf8dce167 100644 --- a/pkg/commands/config.go +++ b/pkg/commands/config.go @@ -1,18 +1,16 @@ -/* -Copyright 2018 KO Build Authors All Rights Reserved. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// Copyright 2018 ko Build Authors All Rights Reserved. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package commands diff --git a/pkg/commands/config_test.go b/pkg/commands/config_test.go index dd7140a651..cca3070fe4 100644 --- a/pkg/commands/config_test.go +++ b/pkg/commands/config_test.go @@ -1,18 +1,16 @@ -/* -Copyright 2021 KO Build Authors All Rights Reserved. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// Copyright 2021 ko Build Authors All Rights Reserved. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package commands diff --git a/pkg/commands/create.go b/pkg/commands/create.go index 32970339d7..8c380a9796 100644 --- a/pkg/commands/create.go +++ b/pkg/commands/create.go @@ -1,4 +1,4 @@ -// Copyright 2018 KO Build Authors All Rights Reserved. +// Copyright 2018 ko Build Authors All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/pkg/commands/delete.go b/pkg/commands/delete.go index aa3418c8ca..a59796e775 100644 --- a/pkg/commands/delete.go +++ b/pkg/commands/delete.go @@ -1,4 +1,4 @@ -// Copyright 2018 KO Build Authors All Rights Reserved. +// Copyright 2018 ko Build Authors All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/pkg/commands/options/build.go b/pkg/commands/options/build.go index 9745dc15bb..a16c1033ad 100644 --- a/pkg/commands/options/build.go +++ b/pkg/commands/options/build.go @@ -1,18 +1,16 @@ -/* -Copyright 2019 KO Build Authors All Rights Reserved. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// Copyright 2019 ko Build Authors All Rights Reserved. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package options diff --git a/pkg/commands/options/build_test.go b/pkg/commands/options/build_test.go index 8062bf71d8..2b25488e70 100644 --- a/pkg/commands/options/build_test.go +++ b/pkg/commands/options/build_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 KO Build Authors All Rights Reserved. +// Copyright 2021 ko Build Authors All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/pkg/commands/options/filestuff.go b/pkg/commands/options/filestuff.go index be2162e765..375ee56828 100644 --- a/pkg/commands/options/filestuff.go +++ b/pkg/commands/options/filestuff.go @@ -1,4 +1,4 @@ -// Copyright 2018 KO Build Authors All Rights Reserved. +// Copyright 2018 ko Build Authors All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/pkg/commands/options/namer_test.go b/pkg/commands/options/namer_test.go index ef4f964764..112135e0de 100644 --- a/pkg/commands/options/namer_test.go +++ b/pkg/commands/options/namer_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 KO Build Authors All Rights Reserved. +// Copyright 2021 ko Build Authors All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/pkg/commands/options/publish.go b/pkg/commands/options/publish.go index b0996d5c8d..ba3c130f1b 100644 --- a/pkg/commands/options/publish.go +++ b/pkg/commands/options/publish.go @@ -1,18 +1,16 @@ -/* -Copyright 2018 KO Build Authors All Rights Reserved. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// Copyright 2018 ko Build Authors All Rights Reserved. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package options diff --git a/pkg/commands/options/selector.go b/pkg/commands/options/selector.go index 25d8c16580..deb9208abe 100644 --- a/pkg/commands/options/selector.go +++ b/pkg/commands/options/selector.go @@ -1,4 +1,4 @@ -// Copyright 2018 KO Build Authors All Rights Reserved. +// Copyright 2018 ko Build Authors All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/pkg/commands/options/testdata/paths/app/cmd/foo/main.go b/pkg/commands/options/testdata/paths/app/cmd/foo/main.go index 2a1ae6acad..e8a09e6321 100644 --- a/pkg/commands/options/testdata/paths/app/cmd/foo/main.go +++ b/pkg/commands/options/testdata/paths/app/cmd/foo/main.go @@ -1,4 +1,4 @@ -// Copyright 2021 KO Build Authors All Rights Reserved. +// Copyright 2021 ko Build Authors All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/pkg/commands/options/validate.go b/pkg/commands/options/validate.go index 374b7dd8db..78df0b6fcc 100644 --- a/pkg/commands/options/validate.go +++ b/pkg/commands/options/validate.go @@ -1,4 +1,4 @@ -// Copyright 2022 KO Build Authors All Rights Reserved. +// Copyright 2022 ko Build Authors All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/pkg/commands/publisher.go b/pkg/commands/publisher.go index c6d51d6c5f..513a1099e0 100644 --- a/pkg/commands/publisher.go +++ b/pkg/commands/publisher.go @@ -1,18 +1,16 @@ -/* -Copyright 2018 KO Build Authors All Rights Reserved. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// Copyright 2018 ko Build Authors All Rights Reserved. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package commands diff --git a/pkg/commands/publisher_test.go b/pkg/commands/publisher_test.go index b82a95a956..26400ceb54 100644 --- a/pkg/commands/publisher_test.go +++ b/pkg/commands/publisher_test.go @@ -1,18 +1,16 @@ -/* -Copyright 2021 KO Build Authors All Rights Reserved. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// Copyright 2021 ko Build Authors All Rights Reserved. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package commands diff --git a/pkg/commands/resolve.go b/pkg/commands/resolve.go index 053d19db7c..baed305498 100644 --- a/pkg/commands/resolve.go +++ b/pkg/commands/resolve.go @@ -1,4 +1,4 @@ -// Copyright 2018 KO Build Authors All Rights Reserved. +// Copyright 2018 ko Build Authors All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/pkg/commands/resolver.go b/pkg/commands/resolver.go index 404e6d9c57..b9dc43414d 100644 --- a/pkg/commands/resolver.go +++ b/pkg/commands/resolver.go @@ -1,18 +1,16 @@ -/* -Copyright 2018 KO Build Authors All Rights Reserved. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// Copyright 2018 ko Build Authors All Rights Reserved. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package commands diff --git a/pkg/commands/resolver_test.go b/pkg/commands/resolver_test.go index 00804430fb..6586c40232 100644 --- a/pkg/commands/resolver_test.go +++ b/pkg/commands/resolver_test.go @@ -1,18 +1,16 @@ -/* -Copyright 2018 KO Build Authors All Rights Reserved. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// Copyright 2018 ko Build Authors All Rights Reserved. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package commands diff --git a/pkg/commands/root.go b/pkg/commands/root.go index 69361c9eee..81398f21c3 100644 --- a/pkg/commands/root.go +++ b/pkg/commands/root.go @@ -1,4 +1,4 @@ -// Copyright 2021 KO Build Authors All Rights Reserved. +// Copyright 2021 ko Build Authors All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/pkg/commands/run.go b/pkg/commands/run.go index 7e57be6768..81ad692f3f 100644 --- a/pkg/commands/run.go +++ b/pkg/commands/run.go @@ -1,4 +1,4 @@ -// Copyright 2018 KO Build Authors All Rights Reserved. +// Copyright 2018 ko Build Authors All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/pkg/commands/version.go b/pkg/commands/version.go index c810f6a2f7..e22d4fab50 100644 --- a/pkg/commands/version.go +++ b/pkg/commands/version.go @@ -1,4 +1,4 @@ -// Copyright 2019 KO Build Authors All Rights Reserved. +// Copyright 2019 ko Build Authors All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/pkg/doc.go b/pkg/doc.go index 90dcbc81ca..579318590c 100644 --- a/pkg/doc.go +++ b/pkg/doc.go @@ -1,4 +1,4 @@ -// Copyright 2018 KO Build Authors All Rights Reserved. +// Copyright 2018 ko Build Authors All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/pkg/internal/testing/daemon.go b/pkg/internal/testing/daemon.go index 31a88309c8..ab1152e68a 100644 --- a/pkg/internal/testing/daemon.go +++ b/pkg/internal/testing/daemon.go @@ -1,4 +1,4 @@ -// Copyright 2021 KO Build Authors All Rights Reserved. +// Copyright 2021 ko Build Authors All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/pkg/internal/testing/doc.go b/pkg/internal/testing/doc.go index 2da82fc59c..8afef19eb1 100644 --- a/pkg/internal/testing/doc.go +++ b/pkg/internal/testing/doc.go @@ -1,4 +1,4 @@ -// Copyright 2018 KO Build Authors All Rights Reserved. +// Copyright 2018 ko Build Authors All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/pkg/internal/testing/fixed.go b/pkg/internal/testing/fixed.go index b6b122ccae..ac840e961a 100644 --- a/pkg/internal/testing/fixed.go +++ b/pkg/internal/testing/fixed.go @@ -1,18 +1,16 @@ -/* -Copyright 2018 KO Build Authors All Rights Reserved. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// Copyright 2018 ko Build Authors All Rights Reserved. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package testing diff --git a/pkg/internal/testing/fixed_test.go b/pkg/internal/testing/fixed_test.go index a84126797d..f3c68d0507 100644 --- a/pkg/internal/testing/fixed_test.go +++ b/pkg/internal/testing/fixed_test.go @@ -1,4 +1,4 @@ -// Copyright 2018 KO Build Authors All Rights Reserved. +// Copyright 2018 ko Build Authors All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/pkg/publish/daemon.go b/pkg/publish/daemon.go index d177c28a90..9c97ba79c6 100644 --- a/pkg/publish/daemon.go +++ b/pkg/publish/daemon.go @@ -1,18 +1,16 @@ -/* -Copyright 2018 KO Build Authors All Rights Reserved. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// Copyright 2018 ko Build Authors All Rights Reserved. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package publish diff --git a/pkg/publish/daemon_test.go b/pkg/publish/daemon_test.go index 374e8596e9..b13fe91f35 100644 --- a/pkg/publish/daemon_test.go +++ b/pkg/publish/daemon_test.go @@ -1,18 +1,16 @@ -/* -Copyright 2018 KO Build Authors All Rights Reserved. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// Copyright 2018 ko Build Authors All Rights Reserved. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package publish_test diff --git a/pkg/publish/default.go b/pkg/publish/default.go index 662bd2d271..e48957465c 100644 --- a/pkg/publish/default.go +++ b/pkg/publish/default.go @@ -1,4 +1,4 @@ -// Copyright 2018 KO Build Authors All Rights Reserved. +// Copyright 2018 ko Build Authors All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/pkg/publish/default_test.go b/pkg/publish/default_test.go index 0bdbd4023b..37037cf4f3 100644 --- a/pkg/publish/default_test.go +++ b/pkg/publish/default_test.go @@ -1,4 +1,4 @@ -// Copyright 2018 KO Build Authors All Rights Reserved. +// Copyright 2018 ko Build Authors All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/pkg/publish/doc.go b/pkg/publish/doc.go index 09b45c1416..9c76a2b5c2 100644 --- a/pkg/publish/doc.go +++ b/pkg/publish/doc.go @@ -1,4 +1,4 @@ -// Copyright 2018 KO Build Authors All Rights Reserved. +// Copyright 2018 ko Build Authors All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/pkg/publish/future.go b/pkg/publish/future.go index 40006b3066..200b728042 100644 --- a/pkg/publish/future.go +++ b/pkg/publish/future.go @@ -1,4 +1,4 @@ -// Copyright 2018 KO Build Authors All Rights Reserved. +// Copyright 2018 ko Build Authors All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/pkg/publish/future_test.go b/pkg/publish/future_test.go index 4b73a28a72..f8e84b9f8f 100644 --- a/pkg/publish/future_test.go +++ b/pkg/publish/future_test.go @@ -1,4 +1,4 @@ -// Copyright 2018 KO Build Authors All Rights Reserved. +// Copyright 2018 ko Build Authors All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/pkg/publish/kind.go b/pkg/publish/kind.go index e4db380285..2fea1de32f 100644 --- a/pkg/publish/kind.go +++ b/pkg/publish/kind.go @@ -1,4 +1,4 @@ -// Copyright 2020 KO Build Authors All Rights Reserved. +// Copyright 2020 ko Build Authors All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/pkg/publish/kind/doc.go b/pkg/publish/kind/doc.go index 4afac8f58c..1af9b47013 100644 --- a/pkg/publish/kind/doc.go +++ b/pkg/publish/kind/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 KO Build Authors All Rights Reserved. +// Copyright 2020 ko Build Authors All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/pkg/publish/kind/write.go b/pkg/publish/kind/write.go index fa88c776b8..f5cf9d19ba 100644 --- a/pkg/publish/kind/write.go +++ b/pkg/publish/kind/write.go @@ -1,4 +1,4 @@ -// Copyright 2020 KO Build Authors All Rights Reserved. +// Copyright 2020 ko Build Authors All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/pkg/publish/kind/write_test.go b/pkg/publish/kind/write_test.go index ff830e8e2f..27ea8c7682 100644 --- a/pkg/publish/kind/write_test.go +++ b/pkg/publish/kind/write_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 KO Build Authors All Rights Reserved. +// Copyright 2020 ko Build Authors All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/pkg/publish/layout.go b/pkg/publish/layout.go index 7c3e61a53a..c0d5bb3cbf 100644 --- a/pkg/publish/layout.go +++ b/pkg/publish/layout.go @@ -1,4 +1,4 @@ -// Copyright 2020 KO Build Authors All Rights Reserved. +// Copyright 2020 ko Build Authors All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/pkg/publish/layout_test.go b/pkg/publish/layout_test.go index 93478be407..cb919c7d9b 100644 --- a/pkg/publish/layout_test.go +++ b/pkg/publish/layout_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 KO Build Authors All Rights Reserved. +// Copyright 2020 ko Build Authors All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/pkg/publish/multi.go b/pkg/publish/multi.go index 40617ce945..a6c5f8bb9c 100644 --- a/pkg/publish/multi.go +++ b/pkg/publish/multi.go @@ -1,4 +1,4 @@ -// Copyright 2020 KO Build Authors All Rights Reserved. +// Copyright 2020 ko Build Authors All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/pkg/publish/multi_test.go b/pkg/publish/multi_test.go index c2353484b0..3c4de02677 100644 --- a/pkg/publish/multi_test.go +++ b/pkg/publish/multi_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 KO Build Authors All Rights Reserved. +// Copyright 2020 ko Build Authors All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/pkg/publish/options.go b/pkg/publish/options.go index 6dfa40035d..d35fd87dca 100644 --- a/pkg/publish/options.go +++ b/pkg/publish/options.go @@ -1,4 +1,4 @@ -// Copyright 2018 KO Build Authors All Rights Reserved. +// Copyright 2018 ko Build Authors All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/pkg/publish/publish.go b/pkg/publish/publish.go index 76524986e7..8a5a633b37 100644 --- a/pkg/publish/publish.go +++ b/pkg/publish/publish.go @@ -1,4 +1,4 @@ -// Copyright 2018 KO Build Authors All Rights Reserved. +// Copyright 2018 ko Build Authors All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/pkg/publish/recorder.go b/pkg/publish/recorder.go index 4392136d99..83301dc76b 100644 --- a/pkg/publish/recorder.go +++ b/pkg/publish/recorder.go @@ -1,4 +1,4 @@ -// Copyright 2021 KO Build Authors All Rights Reserved. +// Copyright 2021 ko Build Authors All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/pkg/publish/recorder_test.go b/pkg/publish/recorder_test.go index 7e4b50afb1..e81c5f84b4 100644 --- a/pkg/publish/recorder_test.go +++ b/pkg/publish/recorder_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 KO Build Authors All Rights Reserved. +// Copyright 2021 ko Build Authors All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/pkg/publish/shared.go b/pkg/publish/shared.go index 15e2405a1a..b9a75aec5a 100644 --- a/pkg/publish/shared.go +++ b/pkg/publish/shared.go @@ -1,4 +1,4 @@ -// Copyright 2018 KO Build Authors All Rights Reserved. +// Copyright 2018 ko Build Authors All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/pkg/publish/shared_test.go b/pkg/publish/shared_test.go index bcbed29b5b..f229f76b51 100644 --- a/pkg/publish/shared_test.go +++ b/pkg/publish/shared_test.go @@ -1,4 +1,4 @@ -// Copyright 2018 KO Build Authors All Rights Reserved. +// Copyright 2018 ko Build Authors All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/pkg/publish/tarball.go b/pkg/publish/tarball.go index 69ec353ccd..c6f045a5b7 100644 --- a/pkg/publish/tarball.go +++ b/pkg/publish/tarball.go @@ -1,4 +1,4 @@ -// Copyright 2020 KO Build Authors All Rights Reserved. +// Copyright 2020 ko Build Authors All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/pkg/publish/tarball_test.go b/pkg/publish/tarball_test.go index 424dd8d262..c17e105939 100644 --- a/pkg/publish/tarball_test.go +++ b/pkg/publish/tarball_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 KO Build Authors All Rights Reserved. +// Copyright 2020 ko Build Authors All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/pkg/resolve/doc.go b/pkg/resolve/doc.go index 64ea7c90c8..f053cb6146 100644 --- a/pkg/resolve/doc.go +++ b/pkg/resolve/doc.go @@ -1,4 +1,4 @@ -// Copyright 2018 KO Build Authors All Rights Reserved. +// Copyright 2018 ko Build Authors All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/pkg/resolve/resolve.go b/pkg/resolve/resolve.go index fcfe34b211..f42c19c9f2 100644 --- a/pkg/resolve/resolve.go +++ b/pkg/resolve/resolve.go @@ -1,4 +1,4 @@ -// Copyright 2018 KO Build Authors All Rights Reserved. +// Copyright 2018 ko Build Authors All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/pkg/resolve/resolve_test.go b/pkg/resolve/resolve_test.go index 21dcacb6d2..30030dbb1e 100644 --- a/pkg/resolve/resolve_test.go +++ b/pkg/resolve/resolve_test.go @@ -1,4 +1,4 @@ -// Copyright 2018 KO Build Authors All Rights Reserved. +// Copyright 2018 ko Build Authors All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/pkg/resolve/selector.go b/pkg/resolve/selector.go index 3fc02dbf67..3ed9db2f57 100644 --- a/pkg/resolve/selector.go +++ b/pkg/resolve/selector.go @@ -1,4 +1,4 @@ -// Copyright 2018 KO Build Authors All Rights Reserved. +// Copyright 2018 ko Build Authors All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/pkg/resolve/selector_test.go b/pkg/resolve/selector_test.go index 9b36681c9d..56dbf232e5 100644 --- a/pkg/resolve/selector_test.go +++ b/pkg/resolve/selector_test.go @@ -1,4 +1,4 @@ -// Copyright 2018 KO Build Authors All Rights Reserved. +// Copyright 2018 ko Build Authors All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/build-configs/.ko.yaml b/test/build-configs/.ko.yaml index 2d8b52f07d..8bd64477eb 100644 --- a/test/build-configs/.ko.yaml +++ b/test/build-configs/.ko.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 KO Build Authors All Rights Reserved. +# Copyright 2021 ko Build Authors All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/test/build-configs/bar/cmd/main.go b/test/build-configs/bar/cmd/main.go index 8f0d245b8f..78830c8a16 100644 --- a/test/build-configs/bar/cmd/main.go +++ b/test/build-configs/bar/cmd/main.go @@ -1,4 +1,4 @@ -// Copyright 2021 KO Build Authors All Rights Reserved. +// Copyright 2021 ko Build Authors All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/build-configs/bar/go.mod b/test/build-configs/bar/go.mod index 128ca027c8..1d5f9e3450 100644 --- a/test/build-configs/bar/go.mod +++ b/test/build-configs/bar/go.mod @@ -1,4 +1,4 @@ -// Copyright 2021 KO Build Authors All Rights Reserved. +// Copyright 2021 ko Build Authors All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/build-configs/foo/cmd/main.go b/test/build-configs/foo/cmd/main.go index 747d9f7791..db4ee12412 100644 --- a/test/build-configs/foo/cmd/main.go +++ b/test/build-configs/foo/cmd/main.go @@ -1,4 +1,4 @@ -// Copyright 2021 KO Build Authors All Rights Reserved. +// Copyright 2021 ko Build Authors All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/build-configs/foo/go.mod b/test/build-configs/foo/go.mod index 6803e72fde..1d3891b18a 100644 --- a/test/build-configs/foo/go.mod +++ b/test/build-configs/foo/go.mod @@ -1,4 +1,4 @@ -// Copyright 2021 KO Build Authors All Rights Reserved. +// Copyright 2021 ko Build Authors All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/build-configs/toolexec/cmd/main.go b/test/build-configs/toolexec/cmd/main.go index a6a05b681c..504ad401a0 100644 --- a/test/build-configs/toolexec/cmd/main.go +++ b/test/build-configs/toolexec/cmd/main.go @@ -1,4 +1,4 @@ -// Copyright 2022 KO Build Authors All Rights Reserved. +// Copyright 2022 ko Build Authors All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/build-configs/toolexec/go.mod b/test/build-configs/toolexec/go.mod index 7c06c379d3..5875b7bdf2 100644 --- a/test/build-configs/toolexec/go.mod +++ b/test/build-configs/toolexec/go.mod @@ -1,4 +1,4 @@ -// Copyright 2022 KO Build Authors All Rights Reserved. +// Copyright 2022 ko Build Authors All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/main.go b/test/main.go index 43e07ac8cb..010855b3f4 100644 --- a/test/main.go +++ b/test/main.go @@ -1,4 +1,4 @@ -// Copyright 2018 KO Build Authors All Rights Reserved. +// Copyright 2018 ko Build Authors All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/test.yaml b/test/test.yaml index 64f4a36465..f0600060ce 100644 --- a/test/test.yaml +++ b/test/test.yaml @@ -1,4 +1,4 @@ -# Copyright 2018 KO Build Authors All Rights Reserved. +# Copyright 2018 ko Build Authors All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.