From fbc9f3aab8b81f58d6c9810e9bbe3f7ea6b0743a Mon Sep 17 00:00:00 2001 From: cpanato Date: Wed, 24 May 2023 15:19:51 +0200 Subject: [PATCH] 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.