From fbc9f3aab8b81f58d6c9810e9bbe3f7ea6b0743a Mon Sep 17 00:00:00 2001 From: cpanato Date: Wed, 24 May 2023 15:19:51 +0200 Subject: [PATCH 1/3] update boilerplate file to be KO Build Authors Signed-off-by: cpanato --- README.md | 2 -- cmd/help/main.go | 2 +- hack/boilerplate/boilerplate.go.txt | 2 +- hack/boilerplate/boilerplate.sh.txt | 2 +- hack/presubmit.sh | 2 +- hack/tools.go | 2 +- hack/update-codegen.sh | 2 +- internal/sbom/cyclonedx.go | 2 +- internal/sbom/sbom.go | 2 +- internal/sbom/spdx.go | 2 +- main.go | 2 +- pkg/build/build.go | 2 +- pkg/build/cache.go | 2 +- pkg/build/config.go | 2 +- pkg/build/doc.go | 2 +- pkg/build/future.go | 2 +- pkg/build/future_test.go | 2 +- pkg/build/gobuild.go | 2 +- pkg/build/gobuild_test.go | 2 +- pkg/build/gobuilds.go | 2 +- pkg/build/gobuilds_test.go | 2 +- pkg/build/layer.go | 2 +- pkg/build/limit.go | 2 +- pkg/build/limit_test.go | 2 +- pkg/build/options.go | 2 +- pkg/build/recorder.go | 2 +- pkg/build/recorder_test.go | 2 +- pkg/build/shared.go | 2 +- pkg/build/shared_test.go | 2 +- pkg/build/strict.go | 2 +- pkg/build/strict_test.go | 2 +- pkg/commands/apply.go | 2 +- pkg/commands/build.go | 2 +- pkg/commands/commands.go | 2 +- pkg/commands/config.go | 2 +- pkg/commands/config_test.go | 2 +- pkg/commands/create.go | 2 +- pkg/commands/delete.go | 2 +- pkg/commands/options/build.go | 2 +- pkg/commands/options/build_test.go | 2 +- pkg/commands/options/filestuff.go | 2 +- pkg/commands/options/namer_test.go | 2 +- pkg/commands/options/publish.go | 2 +- pkg/commands/options/selector.go | 2 +- pkg/commands/options/testdata/paths/app/cmd/foo/main.go | 2 +- pkg/commands/options/validate.go | 2 +- pkg/commands/publisher.go | 2 +- pkg/commands/publisher_test.go | 2 +- pkg/commands/resolve.go | 2 +- pkg/commands/resolver.go | 2 +- pkg/commands/resolver_test.go | 2 +- pkg/commands/root.go | 2 +- pkg/commands/run.go | 2 +- pkg/commands/version.go | 2 +- pkg/doc.go | 2 +- pkg/internal/testing/daemon.go | 2 +- pkg/internal/testing/doc.go | 2 +- pkg/internal/testing/fixed.go | 2 +- pkg/internal/testing/fixed_test.go | 2 +- pkg/publish/daemon.go | 2 +- pkg/publish/daemon_test.go | 2 +- pkg/publish/default.go | 2 +- pkg/publish/default_test.go | 2 +- pkg/publish/doc.go | 2 +- pkg/publish/future.go | 2 +- pkg/publish/future_test.go | 2 +- pkg/publish/kind.go | 2 +- pkg/publish/kind/doc.go | 2 +- pkg/publish/kind/write.go | 2 +- pkg/publish/kind/write_test.go | 2 +- pkg/publish/layout.go | 2 +- pkg/publish/layout_test.go | 2 +- pkg/publish/multi.go | 2 +- pkg/publish/multi_test.go | 2 +- pkg/publish/options.go | 2 +- pkg/publish/publish.go | 2 +- pkg/publish/recorder.go | 2 +- pkg/publish/recorder_test.go | 2 +- pkg/publish/shared.go | 2 +- pkg/publish/shared_test.go | 2 +- pkg/publish/tarball.go | 2 +- pkg/publish/tarball_test.go | 2 +- pkg/resolve/doc.go | 2 +- pkg/resolve/resolve.go | 2 +- pkg/resolve/resolve_test.go | 2 +- pkg/resolve/selector.go | 2 +- pkg/resolve/selector_test.go | 2 +- test/build-configs/.ko.yaml | 2 +- test/build-configs/bar/cmd/main.go | 2 +- test/build-configs/bar/go.mod | 2 +- test/build-configs/foo/cmd/main.go | 2 +- test/build-configs/foo/go.mod | 2 +- test/build-configs/toolexec/cmd/main.go | 2 +- test/build-configs/toolexec/go.mod | 2 +- test/main.go | 2 +- test/test.yaml | 2 +- 96 files changed, 95 insertions(+), 97 deletions(-) diff --git a/README.md b/README.md index 2a0e87691e..cf0d7613d3 100644 --- a/README.md +++ b/README.md @@ -39,5 +39,3 @@ See you there! ### Community Meetings You can find all the necessary details about the community meetings in this [page](https://ko.build/community). - - diff --git a/cmd/help/main.go b/cmd/help/main.go index 4ccf877555..6868f49226 100644 --- a/cmd/help/main.go +++ b/cmd/help/main.go @@ -1,4 +1,4 @@ -// Copyright 2021 Google LLC 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 c26fc66adb..7c224777be 100644 --- a/hack/boilerplate/boilerplate.go.txt +++ b/hack/boilerplate/boilerplate.go.txt @@ -1,4 +1,4 @@ -// Copyright 2021 Google LLC 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 fe3c7688c9..44f6e502d8 100755 --- a/hack/boilerplate/boilerplate.sh.txt +++ b/hack/boilerplate/boilerplate.sh.txt @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright 2020 Google LLC 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 dfa1b6a307..1e4e548a12 100755 --- a/hack/presubmit.sh +++ b/hack/presubmit.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2021 Google LLC 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 8042b788c8..5d1ebcb48f 100644 --- a/hack/tools.go +++ b/hack/tools.go @@ -1,4 +1,4 @@ -// Copyright 2021 Google LLC 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 401fce3012..67b1398e0f 100755 --- a/hack/update-codegen.sh +++ b/hack/update-codegen.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2021 Google LLC 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/internal/sbom/cyclonedx.go b/internal/sbom/cyclonedx.go index 9d38d9f15e..bb8970b873 100644 --- a/internal/sbom/cyclonedx.go +++ b/internal/sbom/cyclonedx.go @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC 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 e75fd9c822..fa49149016 100644 --- a/internal/sbom/sbom.go +++ b/internal/sbom/sbom.go @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC 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 38918bb172..21ac8a7ae7 100644 --- a/internal/sbom/spdx.go +++ b/internal/sbom/spdx.go @@ -1,4 +1,4 @@ -// Copyright 2021 Google LLC 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 1ebc24abf8..3e2238f572 100644 --- a/main.go +++ b/main.go @@ -1,5 +1,5 @@ /* -Copyright 2020 Google LLC 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/build.go b/pkg/build/build.go index 5a4526665f..1a87499e40 100644 --- a/pkg/build/build.go +++ b/pkg/build/build.go @@ -1,5 +1,5 @@ /* -Copyright 2018 Google LLC 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/cache.go b/pkg/build/cache.go index 0ad54dbe9c..a7e4181d1f 100644 --- a/pkg/build/cache.go +++ b/pkg/build/cache.go @@ -1,4 +1,4 @@ -// Copyright 2021 Google LLC 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 f5cb3479f5..39cbacfa3e 100644 --- a/pkg/build/config.go +++ b/pkg/build/config.go @@ -1,5 +1,5 @@ /* -Copyright 2021 Google LLC 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/doc.go b/pkg/build/doc.go index a8cb7fbea6..e8a8f2b9b9 100644 --- a/pkg/build/doc.go +++ b/pkg/build/doc.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC 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 b201522ac1..1bb5ed0c3d 100644 --- a/pkg/build/future.go +++ b/pkg/build/future.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC 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 fd7a0398de..1f06de2242 100644 --- a/pkg/build/future_test.go +++ b/pkg/build/future_test.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC 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 e4fa2d4c70..9f8e3b41e4 100644 --- a/pkg/build/gobuild.go +++ b/pkg/build/gobuild.go @@ -1,5 +1,5 @@ /* -Copyright 2018 Google LLC 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_test.go b/pkg/build/gobuild_test.go index 3d9ec9db8f..7c0dfa93b3 100644 --- a/pkg/build/gobuild_test.go +++ b/pkg/build/gobuild_test.go @@ -1,5 +1,5 @@ /* -Copyright 2018 Google LLC 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/gobuilds.go b/pkg/build/gobuilds.go index c442402e08..ca17bbc8d1 100644 --- a/pkg/build/gobuilds.go +++ b/pkg/build/gobuilds.go @@ -1,4 +1,4 @@ -// Copyright 2021 Google LLC 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 31f021b372..67eab14210 100644 --- a/pkg/build/gobuilds_test.go +++ b/pkg/build/gobuilds_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Google LLC 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 ad63ffbc8b..97fee943ab 100644 --- a/pkg/build/layer.go +++ b/pkg/build/layer.go @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC 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 4d048b5ad7..f97954775b 100644 --- a/pkg/build/limit.go +++ b/pkg/build/limit.go @@ -1,5 +1,5 @@ /* -Copyright 2019 Google LLC 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/build/limit_test.go b/pkg/build/limit_test.go index 00a3bfbaa0..a8b4379867 100644 --- a/pkg/build/limit_test.go +++ b/pkg/build/limit_test.go @@ -1,5 +1,5 @@ /* -Copyright 2019 Google LLC 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/build/options.go b/pkg/build/options.go index 712e79d67f..ef6992ea41 100644 --- a/pkg/build/options.go +++ b/pkg/build/options.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC 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 02c67ec79b..43a0618cdd 100644 --- a/pkg/build/recorder.go +++ b/pkg/build/recorder.go @@ -1,5 +1,5 @@ /* -Copyright 2018 Google LLC 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_test.go b/pkg/build/recorder_test.go index 949e7e8060..8fb0f82168 100644 --- a/pkg/build/recorder_test.go +++ b/pkg/build/recorder_test.go @@ -1,5 +1,5 @@ /* -Copyright 2018 Google LLC 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/shared.go b/pkg/build/shared.go index 73cd812a3e..a77bf3f3bb 100644 --- a/pkg/build/shared.go +++ b/pkg/build/shared.go @@ -1,5 +1,5 @@ /* -Copyright 2018 Google LLC 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/shared_test.go b/pkg/build/shared_test.go index 48f9e87235..aea756362b 100644 --- a/pkg/build/shared_test.go +++ b/pkg/build/shared_test.go @@ -1,5 +1,5 @@ /* -Copyright 2018 Google LLC 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/strict.go b/pkg/build/strict.go index 4e853abea6..e6a889c7d1 100644 --- a/pkg/build/strict.go +++ b/pkg/build/strict.go @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC 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 69b01926c2..cb814029dd 100644 --- a/pkg/build/strict_test.go +++ b/pkg/build/strict_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC 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 ed8dd107be..c1713c4b82 100644 --- a/pkg/commands/apply.go +++ b/pkg/commands/apply.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC 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 5284761364..55b3b1ec2b 100644 --- a/pkg/commands/build.go +++ b/pkg/commands/build.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC 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 e141b66092..07962fc61a 100644 --- a/pkg/commands/commands.go +++ b/pkg/commands/commands.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC 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 f327aee974..3eb6c4d797 100644 --- a/pkg/commands/config.go +++ b/pkg/commands/config.go @@ -1,5 +1,5 @@ /* -Copyright 2018 Google LLC 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_test.go b/pkg/commands/config_test.go index fc14584f0f..dd7140a651 100644 --- a/pkg/commands/config_test.go +++ b/pkg/commands/config_test.go @@ -1,5 +1,5 @@ /* -Copyright 2021 Google LLC 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/create.go b/pkg/commands/create.go index 81ef202884..32970339d7 100644 --- a/pkg/commands/create.go +++ b/pkg/commands/create.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC 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 29fa55ba91..aa3418c8ca 100644 --- a/pkg/commands/delete.go +++ b/pkg/commands/delete.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC 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 d06c245627..9745dc15bb 100644 --- a/pkg/commands/options/build.go +++ b/pkg/commands/options/build.go @@ -1,5 +1,5 @@ /* -Copyright 2019 Google LLC 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/commands/options/build_test.go b/pkg/commands/options/build_test.go index 55043cd334..8062bf71d8 100644 --- a/pkg/commands/options/build_test.go +++ b/pkg/commands/options/build_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Google LLC 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 2820aa5468..be2162e765 100644 --- a/pkg/commands/options/filestuff.go +++ b/pkg/commands/options/filestuff.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC 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 d0ecf7e603..ef4f964764 100644 --- a/pkg/commands/options/namer_test.go +++ b/pkg/commands/options/namer_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Google LLC 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 af3cfa9a63..b0996d5c8d 100644 --- a/pkg/commands/options/publish.go +++ b/pkg/commands/options/publish.go @@ -1,5 +1,5 @@ /* -Copyright 2018 Google LLC 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/selector.go b/pkg/commands/options/selector.go index 58d57ee1e1..25d8c16580 100644 --- a/pkg/commands/options/selector.go +++ b/pkg/commands/options/selector.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC 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 29c777328d..2a1ae6acad 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 Google LLC 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 b4b542eed5..374b7dd8db 100644 --- a/pkg/commands/options/validate.go +++ b/pkg/commands/options/validate.go @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC 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 4f4fae657f..c6d51d6c5f 100644 --- a/pkg/commands/publisher.go +++ b/pkg/commands/publisher.go @@ -1,5 +1,5 @@ /* -Copyright 2018 Google LLC 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/publisher_test.go b/pkg/commands/publisher_test.go index 7ff491f867..b82a95a956 100644 --- a/pkg/commands/publisher_test.go +++ b/pkg/commands/publisher_test.go @@ -1,5 +1,5 @@ /* -Copyright 2021 Google LLC 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/resolve.go b/pkg/commands/resolve.go index 446a4333be..053d19db7c 100644 --- a/pkg/commands/resolve.go +++ b/pkg/commands/resolve.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC 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 966ba37dd2..404e6d9c57 100644 --- a/pkg/commands/resolver.go +++ b/pkg/commands/resolver.go @@ -1,5 +1,5 @@ /* -Copyright 2018 Google LLC 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_test.go b/pkg/commands/resolver_test.go index 7031f0669c..00804430fb 100644 --- a/pkg/commands/resolver_test.go +++ b/pkg/commands/resolver_test.go @@ -1,5 +1,5 @@ /* -Copyright 2018 Google LLC 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/root.go b/pkg/commands/root.go index 4bd2955cba..69361c9eee 100644 --- a/pkg/commands/root.go +++ b/pkg/commands/root.go @@ -1,4 +1,4 @@ -// Copyright 2021 Google LLC 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 55efa3b9a3..7e57be6768 100644 --- a/pkg/commands/run.go +++ b/pkg/commands/run.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC 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 4d0752c817..c810f6a2f7 100644 --- a/pkg/commands/version.go +++ b/pkg/commands/version.go @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC 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 8004e0ca1a..90dcbc81ca 100644 --- a/pkg/doc.go +++ b/pkg/doc.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC 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 8faecff1ef..31a88309c8 100644 --- a/pkg/internal/testing/daemon.go +++ b/pkg/internal/testing/daemon.go @@ -1,4 +1,4 @@ -// Copyright 2021 Google LLC 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 9b39bbfc75..2da82fc59c 100644 --- a/pkg/internal/testing/doc.go +++ b/pkg/internal/testing/doc.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC 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 0baecfd9e7..b6b122ccae 100644 --- a/pkg/internal/testing/fixed.go +++ b/pkg/internal/testing/fixed.go @@ -1,5 +1,5 @@ /* -Copyright 2018 Google LLC 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_test.go b/pkg/internal/testing/fixed_test.go index 62f6936302..a84126797d 100644 --- a/pkg/internal/testing/fixed_test.go +++ b/pkg/internal/testing/fixed_test.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC 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 3938374ea4..d177c28a90 100644 --- a/pkg/publish/daemon.go +++ b/pkg/publish/daemon.go @@ -1,5 +1,5 @@ /* -Copyright 2018 Google LLC 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_test.go b/pkg/publish/daemon_test.go index 1225def87b..374e8596e9 100644 --- a/pkg/publish/daemon_test.go +++ b/pkg/publish/daemon_test.go @@ -1,5 +1,5 @@ /* -Copyright 2018 Google LLC 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.go b/pkg/publish/default.go index 6f47d0bc90..662bd2d271 100644 --- a/pkg/publish/default.go +++ b/pkg/publish/default.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC 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 59edbc757e..0bdbd4023b 100644 --- a/pkg/publish/default_test.go +++ b/pkg/publish/default_test.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC 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 835d575a44..09b45c1416 100644 --- a/pkg/publish/doc.go +++ b/pkg/publish/doc.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC 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 1568275596..40006b3066 100644 --- a/pkg/publish/future.go +++ b/pkg/publish/future.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC 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 243ec87044..4b73a28a72 100644 --- a/pkg/publish/future_test.go +++ b/pkg/publish/future_test.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC 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 f20303cbf7..e4db380285 100644 --- a/pkg/publish/kind.go +++ b/pkg/publish/kind.go @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC 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 034b34a8a9..4afac8f58c 100644 --- a/pkg/publish/kind/doc.go +++ b/pkg/publish/kind/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC 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 7ad42dba10..fa88c776b8 100644 --- a/pkg/publish/kind/write.go +++ b/pkg/publish/kind/write.go @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC 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 013e9f1e45..ff830e8e2f 100644 --- a/pkg/publish/kind/write_test.go +++ b/pkg/publish/kind/write_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC 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 d325a33bf2..7c3e61a53a 100644 --- a/pkg/publish/layout.go +++ b/pkg/publish/layout.go @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC 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 d46e21c0e0..93478be407 100644 --- a/pkg/publish/layout_test.go +++ b/pkg/publish/layout_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC 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 38c47321e0..40617ce945 100644 --- a/pkg/publish/multi.go +++ b/pkg/publish/multi.go @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC 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 fda208f4ad..c2353484b0 100644 --- a/pkg/publish/multi_test.go +++ b/pkg/publish/multi_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC 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 25c533d021..6dfa40035d 100644 --- a/pkg/publish/options.go +++ b/pkg/publish/options.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC 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 025669fdf7..76524986e7 100644 --- a/pkg/publish/publish.go +++ b/pkg/publish/publish.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC 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 b15876499f..4392136d99 100644 --- a/pkg/publish/recorder.go +++ b/pkg/publish/recorder.go @@ -1,4 +1,4 @@ -// Copyright 2021 Google LLC 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 4e26ef5346..7e4b50afb1 100644 --- a/pkg/publish/recorder_test.go +++ b/pkg/publish/recorder_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Google LLC 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 bce53bc26e..15e2405a1a 100644 --- a/pkg/publish/shared.go +++ b/pkg/publish/shared.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC 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 2d4573d19f..bcbed29b5b 100644 --- a/pkg/publish/shared_test.go +++ b/pkg/publish/shared_test.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC 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 ab8be68a49..69ec353ccd 100644 --- a/pkg/publish/tarball.go +++ b/pkg/publish/tarball.go @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC 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 c6e59037b8..424dd8d262 100644 --- a/pkg/publish/tarball_test.go +++ b/pkg/publish/tarball_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC 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 6d65945279..64ea7c90c8 100644 --- a/pkg/resolve/doc.go +++ b/pkg/resolve/doc.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC 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 ef1542c1d3..fcfe34b211 100644 --- a/pkg/resolve/resolve.go +++ b/pkg/resolve/resolve.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC 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 7602b219cd..21dcacb6d2 100644 --- a/pkg/resolve/resolve_test.go +++ b/pkg/resolve/resolve_test.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC 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 b4671b9d51..3fc02dbf67 100644 --- a/pkg/resolve/selector.go +++ b/pkg/resolve/selector.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC 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 e5d440d7b8..9b36681c9d 100644 --- a/pkg/resolve/selector_test.go +++ b/pkg/resolve/selector_test.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC 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 d8994ea965..2d8b52f07d 100644 --- a/test/build-configs/.ko.yaml +++ b/test/build-configs/.ko.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Google LLC 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 bde5a7f432..8f0d245b8f 100644 --- a/test/build-configs/bar/cmd/main.go +++ b/test/build-configs/bar/cmd/main.go @@ -1,4 +1,4 @@ -// Copyright 2021 Google LLC 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 fac14d9e39..128ca027c8 100644 --- a/test/build-configs/bar/go.mod +++ b/test/build-configs/bar/go.mod @@ -1,4 +1,4 @@ -// Copyright 2021 Google LLC 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 18cc492353..747d9f7791 100644 --- a/test/build-configs/foo/cmd/main.go +++ b/test/build-configs/foo/cmd/main.go @@ -1,4 +1,4 @@ -// Copyright 2021 Google LLC 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 9a4b1cec8e..6803e72fde 100644 --- a/test/build-configs/foo/go.mod +++ b/test/build-configs/foo/go.mod @@ -1,4 +1,4 @@ -// Copyright 2021 Google LLC 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 2f0a0918ba..a6a05b681c 100644 --- a/test/build-configs/toolexec/cmd/main.go +++ b/test/build-configs/toolexec/cmd/main.go @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC 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 32d35d09ae..7c06c379d3 100644 --- a/test/build-configs/toolexec/go.mod +++ b/test/build-configs/toolexec/go.mod @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC 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 1f38b8ef92..43e07ac8cb 100644 --- a/test/main.go +++ b/test/main.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC 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 717402a1d4..64f4a36465 100644 --- a/test/test.yaml +++ b/test/test.yaml @@ -1,4 +1,4 @@ -# Copyright 2018 Google LLC 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. From e47517cbf066127563d2c4b5b87e2cbc8e3a8aff Mon Sep 17 00:00:00 2001 From: cpanato Date: Wed, 24 May 2023 15:26:00 +0200 Subject: [PATCH 2/3] update bash shebang Signed-off-by: cpanato --- hack/presubmit.sh | 2 +- hack/update-codegen.sh | 2 +- hack/update-deps.sh | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hack/presubmit.sh b/hack/presubmit.sh index 1e4e548a12..8b18728277 100755 --- a/hack/presubmit.sh +++ b/hack/presubmit.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright 2021 KO Build Authors All Rights Reserved. # diff --git a/hack/update-codegen.sh b/hack/update-codegen.sh index 67b1398e0f..d67be223b6 100755 --- a/hack/update-codegen.sh +++ b/hack/update-codegen.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright 2021 KO Build Authors All Rights Reserved. # diff --git a/hack/update-deps.sh b/hack/update-deps.sh index cb928175c7..6e2c8a3173 100755 --- a/hack/update-deps.sh +++ b/hack/update-deps.sh @@ -1,6 +1,6 @@ -#!/bin/bash +#!/usr/bin/env bash -# Copyright 2018 Google LLC +# 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. From 64e11c35b6c4565a77b11dffc3e9e3778f59698f Mon Sep 17 00:00:00 2001 From: cpanato Date: Wed, 24 May 2023 15:33:58 +0200 Subject: [PATCH 3/3] update to the new format Signed-off-by: cpanato --- cmd/help/main.go | 2 +- hack/boilerplate/boilerplate.go.txt | 2 +- hack/boilerplate/boilerplate.sh.txt | 2 +- hack/presubmit.sh | 2 +- hack/tools.go | 2 +- hack/update-codegen.sh | 2 +- hack/update-deps.sh | 2 +- internal/sbom/cyclonedx.go | 2 +- internal/sbom/sbom.go | 2 +- internal/sbom/spdx.go | 2 +- main.go | 28 +++++++++---------- pkg/build/build.go | 28 +++++++++---------- pkg/build/cache.go | 2 +- pkg/build/config.go | 28 +++++++++---------- pkg/build/doc.go | 2 +- pkg/build/future.go | 2 +- pkg/build/future_test.go | 2 +- pkg/build/gobuild.go | 28 +++++++++---------- pkg/build/gobuild_test.go | 28 +++++++++---------- pkg/build/gobuilds.go | 2 +- pkg/build/gobuilds_test.go | 2 +- pkg/build/layer.go | 2 +- pkg/build/limit.go | 28 +++++++++---------- pkg/build/limit_test.go | 28 +++++++++---------- pkg/build/options.go | 2 +- pkg/build/recorder.go | 28 +++++++++---------- pkg/build/recorder_test.go | 28 +++++++++---------- pkg/build/shared.go | 28 +++++++++---------- pkg/build/shared_test.go | 28 +++++++++---------- pkg/build/strict.go | 2 +- pkg/build/strict_test.go | 2 +- pkg/commands/apply.go | 2 +- pkg/commands/build.go | 2 +- pkg/commands/commands.go | 2 +- pkg/commands/config.go | 28 +++++++++---------- pkg/commands/config_test.go | 28 +++++++++---------- pkg/commands/create.go | 2 +- pkg/commands/delete.go | 2 +- pkg/commands/options/build.go | 28 +++++++++---------- pkg/commands/options/build_test.go | 2 +- pkg/commands/options/filestuff.go | 2 +- pkg/commands/options/namer_test.go | 2 +- pkg/commands/options/publish.go | 28 +++++++++---------- pkg/commands/options/selector.go | 2 +- .../testdata/paths/app/cmd/foo/main.go | 2 +- pkg/commands/options/validate.go | 2 +- pkg/commands/publisher.go | 28 +++++++++---------- pkg/commands/publisher_test.go | 28 +++++++++---------- pkg/commands/resolve.go | 2 +- pkg/commands/resolver.go | 28 +++++++++---------- pkg/commands/resolver_test.go | 28 +++++++++---------- pkg/commands/root.go | 2 +- pkg/commands/run.go | 2 +- pkg/commands/version.go | 2 +- pkg/doc.go | 2 +- pkg/internal/testing/daemon.go | 2 +- pkg/internal/testing/doc.go | 2 +- pkg/internal/testing/fixed.go | 28 +++++++++---------- pkg/internal/testing/fixed_test.go | 2 +- pkg/publish/daemon.go | 28 +++++++++---------- pkg/publish/daemon_test.go | 28 +++++++++---------- pkg/publish/default.go | 2 +- pkg/publish/default_test.go | 2 +- pkg/publish/doc.go | 2 +- pkg/publish/future.go | 2 +- pkg/publish/future_test.go | 2 +- pkg/publish/kind.go | 2 +- pkg/publish/kind/doc.go | 2 +- pkg/publish/kind/write.go | 2 +- pkg/publish/kind/write_test.go | 2 +- pkg/publish/layout.go | 2 +- pkg/publish/layout_test.go | 2 +- pkg/publish/multi.go | 2 +- pkg/publish/multi_test.go | 2 +- pkg/publish/options.go | 2 +- pkg/publish/publish.go | 2 +- pkg/publish/recorder.go | 2 +- pkg/publish/recorder_test.go | 2 +- pkg/publish/shared.go | 2 +- pkg/publish/shared_test.go | 2 +- pkg/publish/tarball.go | 2 +- pkg/publish/tarball_test.go | 2 +- pkg/resolve/doc.go | 2 +- pkg/resolve/resolve.go | 2 +- pkg/resolve/resolve_test.go | 2 +- pkg/resolve/selector.go | 2 +- pkg/resolve/selector_test.go | 2 +- test/build-configs/.ko.yaml | 2 +- test/build-configs/bar/cmd/main.go | 2 +- test/build-configs/bar/go.mod | 2 +- test/build-configs/foo/cmd/main.go | 2 +- test/build-configs/foo/go.mod | 2 +- test/build-configs/toolexec/cmd/main.go | 2 +- test/build-configs/toolexec/go.mod | 2 +- test/main.go | 2 +- test/test.yaml | 2 +- 96 files changed, 360 insertions(+), 404 deletions(-) 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..64d69c4c7d 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 2023 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..0e5625ba21 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 2023 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.