From 6f2515eb308e4238b24c8a78fe201dc06a566cd0 Mon Sep 17 00:00:00 2001 From: Brett Tofel Date: Thu, 28 Mar 2024 07:34:55 -0400 Subject: [PATCH] Change copyright notices to Carvel Authors (#1506) * Change copyright notices to Carvel Authors Signed-off-by: Brett Tofel * Update code header template to Carvel Authors Signed-off-by: Brett Tofel --------- Signed-off-by: Brett Tofel --- cli/cmd/kctrl/kctrl.go | 2 +- cli/pkg/kctrl/cmd/app/app.go | 2 +- cli/pkg/kctrl/cmd/app/app_tailer.go | 2 +- cli/pkg/kctrl/cmd/app/app_tailer_test.go | 2 +- cli/pkg/kctrl/cmd/app/delete.go | 2 +- cli/pkg/kctrl/cmd/app/get.go | 2 +- cli/pkg/kctrl/cmd/app/init.go | 2 +- cli/pkg/kctrl/cmd/app/kick.go | 2 +- cli/pkg/kctrl/cmd/app/list.go | 2 +- cli/pkg/kctrl/cmd/app/pause.go | 2 +- cli/pkg/kctrl/cmd/app/release/app_spec_builder.go | 2 +- cli/pkg/kctrl/cmd/app/release/imgpkg_runner.go | 2 +- cli/pkg/kctrl/cmd/app/release/release.go | 2 +- cli/pkg/kctrl/cmd/app/release/release_cmd_runner.go | 2 +- cli/pkg/kctrl/cmd/app/status.go | 2 +- cli/pkg/kctrl/cmd/completion.go | 2 +- cli/pkg/kctrl/cmd/core/age_value.go | 2 +- cli/pkg/kctrl/cmd/core/config_factory.go | 2 +- cli/pkg/kctrl/cmd/core/deduping_messages_ui.go | 2 +- cli/pkg/kctrl/cmd/core/deps_factory.go | 2 +- cli/pkg/kctrl/cmd/core/examples.go | 2 +- cli/pkg/kctrl/cmd/core/file_sources.go | 2 +- cli/pkg/kctrl/cmd/core/flags_factory.go | 2 +- cli/pkg/kctrl/cmd/core/help_sections.go | 2 +- cli/pkg/kctrl/cmd/core/kube_api_flags.go | 2 +- cli/pkg/kctrl/cmd/core/kubeconfig_flags.go | 2 +- cli/pkg/kctrl/cmd/core/messages_ui.go | 2 +- cli/pkg/kctrl/cmd/core/namespace_flags.go | 2 +- cli/pkg/kctrl/cmd/core/namespace_value.go | 2 +- cli/pkg/kctrl/cmd/core/secure_namespace_flags.go | 2 +- cli/pkg/kctrl/cmd/core/semver_value.go | 2 +- cli/pkg/kctrl/cmd/core/status_logging_ui.go | 2 +- cli/pkg/kctrl/cmd/core/strings_single_line_value.go | 2 +- cli/pkg/kctrl/cmd/core/truncated_value.go | 2 +- cli/pkg/kctrl/cmd/core/unknown_bool_value.go | 2 +- cli/pkg/kctrl/cmd/core/wait_flags.go | 2 +- cli/pkg/kctrl/cmd/dev/cmd.go | 2 +- cli/pkg/kctrl/cmd/kctrl.go | 2 +- cli/pkg/kctrl/cmd/logger_flags.go | 2 +- cli/pkg/kctrl/cmd/package/available/cmd.go | 2 +- cli/pkg/kctrl/cmd/package/available/default_values.go | 2 +- cli/pkg/kctrl/cmd/package/available/get.go | 2 +- cli/pkg/kctrl/cmd/package/available/list.go | 2 +- cli/pkg/kctrl/cmd/package/available/values_schema.go | 2 +- cli/pkg/kctrl/cmd/package/init.go | 2 +- cli/pkg/kctrl/cmd/package/installed/cmd.go | 2 +- cli/pkg/kctrl/cmd/package/installed/create_or_update.go | 2 +- .../cmd/package/installed/created_resource_annotations.go | 2 +- .../kctrl/cmd/package/installed/created_resource_kind.go | 2 +- cli/pkg/kctrl/cmd/package/installed/delete.go | 2 +- cli/pkg/kctrl/cmd/package/installed/get.go | 2 +- cli/pkg/kctrl/cmd/package/installed/list.go | 2 +- cli/pkg/kctrl/cmd/package/installed/pause_or_kick.go | 2 +- cli/pkg/kctrl/cmd/package/installed/status.go | 2 +- cli/pkg/kctrl/cmd/package/installed/ytt_overlay_flags.go | 2 +- cli/pkg/kctrl/cmd/package/installed/ytt_overlays.go | 2 +- cli/pkg/kctrl/cmd/package/pkg.go | 2 +- cli/pkg/kctrl/cmd/package/release/artefact_writer.go | 2 +- cli/pkg/kctrl/cmd/package/release/release.go | 2 +- .../release/schemagenerator/helm_openapi_schema_gen.go | 2 +- .../schemagenerator/helm_openapi_schema_gen_test.go | 2 +- .../package/release/schemagenerator/openapi_schema_gen.go | 2 +- cli/pkg/kctrl/cmd/package/repository/add_or_update.go | 2 +- cli/pkg/kctrl/cmd/package/repository/cmd.go | 2 +- cli/pkg/kctrl/cmd/package/repository/delete.go | 2 +- cli/pkg/kctrl/cmd/package/repository/get.go | 2 +- cli/pkg/kctrl/cmd/package/repository/kick.go | 2 +- cli/pkg/kctrl/cmd/package/repository/list.go | 2 +- .../cmd/package/repository/release/release_cmd_runner.go | 2 +- cli/pkg/kctrl/cmd/package/repository/repo_tailer.go | 2 +- cli/pkg/kctrl/cmd/ui_flags.go | 2 +- cli/pkg/kctrl/cmd/version.go | 2 +- cli/pkg/kctrl/local/buildconfigs/app_build.go | 2 +- cli/pkg/kctrl/local/buildconfigs/pkg_build.go | 2 +- cli/pkg/kctrl/local/config.go | 2 +- cli/pkg/kctrl/local/detailed_cmd_runner.go | 2 +- cli/pkg/kctrl/local/local_vendir.go | 2 +- cli/pkg/kctrl/local/min_core_client.go | 2 +- cli/pkg/kctrl/local/reconciler.go | 2 +- cli/pkg/kctrl/local/sources/git.go | 2 +- cli/pkg/kctrl/local/sources/github_release.go | 2 +- cli/pkg/kctrl/local/sources/helm.go | 2 +- cli/pkg/kctrl/local/sources/source.go | 2 +- cli/pkg/kctrl/local/sources/template.go | 2 +- cli/pkg/kctrl/logger/interface.go | 2 +- cli/pkg/kctrl/logger/noop.go | 2 +- cli/pkg/kctrl/logger/ui.go | 2 +- cli/pkg/kctrl/version/version.go | 2 +- cli/test/e2e/app_commands_test.go | 2 +- cli/test/e2e/cluster_resource.go | 2 +- cli/test/e2e/controller_version_test.go | 2 +- cli/test/e2e/dev_test.go | 2 +- cli/test/e2e/e2e.go | 2 +- cli/test/e2e/env.go | 2 +- cli/test/e2e/help_test.go | 2 +- cli/test/e2e/kapp.go | 2 +- cli/test/e2e/kctrl.go | 2 +- cli/test/e2e/kubectl.go | 2 +- cli/test/e2e/package_authoring_e2e_test.go | 2 +- cli/test/e2e/package_available_test.go | 2 +- cli/test/e2e/package_install_test.go | 2 +- cli/test/e2e/package_repository_test.go | 2 +- cli/test/e2e/pkgi_values_test.go | 2 +- cli/test/e2e/release_with_changed_spec_test.go | 2 +- cli/test/e2e/service_accounts.go | 2 +- cli/test/e2e/version_test.go | 2 +- cli/test/e2e/ytt_overlays_test.go | 2 +- cmd/controller/err_reconciler.go | 2 +- cmd/controller/main.go | 2 +- cmd/controller/run.go | 2 +- cmd/controller/sidecarexec.go | 2 +- cmd/controller/unique_reconciler.go | 2 +- code-header-template.txt | 2 +- hack/dependencies.go | 2 +- hack/dependencies_test.go | 2 +- hack/tools.go | 2 +- pkg/apis/internalpackaging/install/install.go | 2 +- pkg/apis/internalpackaging/v1alpha1/doc.go | 2 +- pkg/apis/internalpackaging/v1alpha1/register.go | 2 +- pkg/apis/internalpackaging/v1alpha1/types.go | 2 +- pkg/apis/kappctrl/install/install.go | 2 +- pkg/apis/kappctrl/v1alpha1/doc.go | 2 +- pkg/apis/kappctrl/v1alpha1/register.go | 2 +- pkg/apis/kappctrl/v1alpha1/status.go | 2 +- pkg/apis/kappctrl/v1alpha1/types.go | 2 +- pkg/apis/kappctrl/v1alpha1/types_deploy.go | 2 +- pkg/apis/kappctrl/v1alpha1/types_fetch.go | 2 +- pkg/apis/kappctrl/v1alpha1/types_template.go | 2 +- pkg/apis/packaging/install/install.go | 2 +- pkg/apis/packaging/v1alpha1/doc.go | 2 +- pkg/apis/packaging/v1alpha1/package_install.go | 2 +- pkg/apis/packaging/v1alpha1/package_repository.go | 2 +- pkg/apis/packaging/v1alpha1/register.go | 2 +- pkg/apiserver/apis/datapackaging/doc.go | 2 +- pkg/apiserver/apis/datapackaging/install/install.go | 2 +- pkg/apiserver/apis/datapackaging/register.go | 2 +- pkg/apiserver/apis/datapackaging/types.go | 2 +- pkg/apiserver/apis/datapackaging/v1alpha1/conversion.go | 2 +- pkg/apiserver/apis/datapackaging/v1alpha1/doc.go | 2 +- pkg/apiserver/apis/datapackaging/v1alpha1/register.go | 2 +- pkg/apiserver/apis/datapackaging/v1alpha1/types.go | 2 +- .../apis/datapackaging/validation/validations.go | 2 +- .../apis/datapackaging/validation/validations_test.go | 2 +- pkg/apiserver/apiserver.go | 2 +- pkg/apiserver/registry/datapackaging/package_crd_rest.go | 2 +- .../registry/datapackaging/package_crd_rest_test.go | 2 +- .../registry/datapackaging/package_metadata_crd_rest.go | 2 +- .../datapackaging/package_metadata_crd_rest_test.go | 2 +- .../datapackaging/package_metadata_storage_client.go | 2 +- .../registry/datapackaging/package_storage_client.go | 2 +- pkg/apiserver/watchers/translation_watcher.go | 2 +- pkg/apiserver/watchers/translation_watcher_test.go | 2 +- pkg/app/app.go | 2 +- pkg/app/app_deploy.go | 2 +- pkg/app/app_factory.go | 2 +- pkg/app/app_fetch.go | 2 +- pkg/app/app_reconcile.go | 2 +- pkg/app/app_reconcile_test.go | 2 +- pkg/app/app_template.go | 2 +- pkg/app/app_template_test.go | 2 +- pkg/app/app_test.go | 2 +- pkg/app/crd_app.go | 2 +- pkg/app/crd_app_watcher.go | 2 +- pkg/app/finalizer.go | 2 +- pkg/app/reconcile_timer.go | 2 +- pkg/app/reconcile_timer_test.go | 2 +- pkg/app/reconciler.go | 2 +- pkg/app/reconciler_test.go | 2 +- pkg/componentinfo/component_info.go | 2 +- pkg/componentinfo/component_info_test.go | 2 +- pkg/config/config.go | 2 +- pkg/config/config_test.go | 2 +- pkg/config/os_config.go | 2 +- pkg/config/reconciler.go | 2 +- pkg/config/scheme.go | 2 +- pkg/deploy/cmd_run_result_buf.go | 2 +- pkg/deploy/factory.go | 2 +- pkg/deploy/interfaces.go | 2 +- pkg/deploy/kapp.go | 2 +- pkg/deploy/kapp_restrict.go | 2 +- pkg/exec/cmd_run_result.go | 2 +- pkg/exec/cmd_runner.go | 2 +- pkg/exec/doc.go | 2 +- pkg/exec/flag.go | 2 +- pkg/exec/flag_test.go | 2 +- pkg/fetch/doc.go | 2 +- pkg/fetch/factory.go | 2 +- pkg/fetch/inline.go | 2 +- pkg/fetch/vendir.go | 2 +- pkg/fetch/vendir_test.go | 2 +- pkg/kubeconfig/kubeconfig.go | 2 +- pkg/kubeconfig/kubeconfig_restricted.go | 2 +- pkg/kubeconfig/kubeconfig_secrets.go | 2 +- pkg/kubeconfig/service_accounts.go | 2 +- pkg/memdir/doc.go | 2 +- pkg/memdir/scoped.go | 2 +- pkg/memdir/subpath.go | 2 +- pkg/memdir/tmp_dir.go | 2 +- pkg/metrics/metrics.go | 2 +- pkg/metrics/reconcile_count_metrics.go | 2 +- pkg/metrics/reconcile_time_metrics.go | 2 +- pkg/packageinstall/app.go | 2 +- pkg/packageinstall/app_test.go | 2 +- pkg/packageinstall/finalizer.go | 2 +- pkg/packageinstall/packageinstall.go | 2 +- pkg/packageinstall/packageinstall_deletion_test.go | 2 +- pkg/packageinstall/packageinstall_downgrade_test.go | 2 +- pkg/packageinstall/packageinstall_test.go | 2 +- pkg/packageinstall/packageinstall_version_handler.go | 2 +- pkg/packageinstall/packageinstall_version_handler_test.go | 2 +- pkg/packageinstall/reconciler.go | 2 +- pkg/pkgrepository/app.go | 2 +- pkg/pkgrepository/app_deploy.go | 2 +- pkg/pkgrepository/app_factory.go | 2 +- pkg/pkgrepository/app_fetch.go | 2 +- pkg/pkgrepository/app_reconcile.go | 2 +- pkg/pkgrepository/app_reconcile_test.go | 2 +- pkg/pkgrepository/app_template.go | 2 +- pkg/pkgrepository/app_template_test.go | 2 +- pkg/pkgrepository/crd_app.go | 2 +- pkg/pkgrepository/finalizer.go | 2 +- pkg/pkgrepository/package_repo_app.go | 2 +- pkg/pkgrepository/package_repo_app_test.go | 2 +- pkg/pkgrepository/reconcile_timer.go | 2 +- pkg/pkgrepository/reconcile_timer_test.go | 2 +- pkg/pkgrepository/reconciler.go | 2 +- pkg/pkgrepository/reconciler_test.go | 2 +- pkg/reconciler/configmap_handler.go | 2 +- pkg/reconciler/secret_handler.go | 2 +- pkg/reconciler/status.go | 2 +- pkg/reftracker/app_update_status.go | 2 +- pkg/reftracker/doc.go | 2 +- pkg/reftracker/ref_key.go | 2 +- pkg/reftracker/ref_tracker.go | 2 +- pkg/reftracker/ref_tracker_test.go | 2 +- pkg/satoken/token_manager.go | 2 +- pkg/satoken/token_manager_test.go | 2 +- pkg/sidecarexec/client.go | 2 +- pkg/sidecarexec/cmd_exec.go | 2 +- pkg/sidecarexec/cmd_exec_client.go | 2 +- pkg/sidecarexec/os_config.go | 2 +- pkg/sidecarexec/os_config_client.go | 2 +- pkg/sidecarexec/os_config_test.go | 2 +- pkg/sidecarexec/server.go | 2 +- pkg/template/cue.go | 2 +- pkg/template/downward_api_values.go | 2 +- pkg/template/factory.go | 2 +- pkg/template/helm_template.go | 2 +- pkg/template/interfaces.go | 2 +- pkg/template/kbld.go | 2 +- pkg/template/sops.go | 2 +- pkg/template/values.go | 2 +- pkg/template/values_test.go | 2 +- pkg/template/ytt.go | 2 +- test/bench/pkgr_test.go | 2 +- test/e2e/e2e.go | 2 +- test/e2e/env.go | 2 +- test/e2e/kapp.go | 2 +- test/e2e/kappcontroller/apiserver_protobuf_test.go | 2 +- .../kappcontroller/app_secret_configmap_reconcile_test.go | 2 +- test/e2e/kappcontroller/app_status_test.go | 2 +- test/e2e/kappcontroller/cancel_test.go | 2 +- test/e2e/kappcontroller/config_test.go | 2 +- test/e2e/kappcontroller/default_namespace_test.go | 2 +- test/e2e/kappcontroller/delete_test.go | 2 +- test/e2e/kappcontroller/fetch_test.go | 2 +- test/e2e/kappcontroller/git_test.go | 2 +- test/e2e/kappcontroller/helm_test.go | 2 +- test/e2e/kappcontroller/http_test.go | 2 +- test/e2e/kappcontroller/imgpkg_bundle_test.go | 2 +- test/e2e/kappcontroller/metrics_test.go | 5 ++--- test/e2e/kappcontroller/migrate_managed_name_test.go | 2 +- test/e2e/kappcontroller/multi_fetch_test.go | 2 +- test/e2e/kappcontroller/namespace_deletion_test.go | 2 +- test/e2e/kappcontroller/noopdelete_test.go | 2 +- test/e2e/kappcontroller/package_repo_test.go | 2 +- test/e2e/kappcontroller/package_test.go | 2 +- test/e2e/kappcontroller/packageinstall_test.go | 2 +- test/e2e/kappcontroller/packagemetadata_test.go | 2 +- test/e2e/kappcontroller/pause_test.go | 2 +- test/e2e/kappcontroller/service_account_test.go | 2 +- test/e2e/kappcontroller/sops_age_test.go | 2 +- test/e2e/kappcontroller/sops_test.go | 2 +- test/e2e/kappcontroller/template_test.go | 8 ++++---- test/e2e/kubectl.go | 2 +- .../e2e/secretgencontroller/private_registry_auth_test.go | 2 +- test/e2e/secrets.go | 2 +- test/e2e/service_accounts.go | 2 +- 288 files changed, 292 insertions(+), 293 deletions(-) diff --git a/cli/cmd/kctrl/kctrl.go b/cli/cmd/kctrl/kctrl.go index 20b1107b3..04c908923 100644 --- a/cli/cmd/kctrl/kctrl.go +++ b/cli/cmd/kctrl/kctrl.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package main diff --git a/cli/pkg/kctrl/cmd/app/app.go b/cli/pkg/kctrl/cmd/app/app.go index 7f6b72ece..72cf90741 100644 --- a/cli/pkg/kctrl/cmd/app/app.go +++ b/cli/pkg/kctrl/cmd/app/app.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package app diff --git a/cli/pkg/kctrl/cmd/app/app_tailer.go b/cli/pkg/kctrl/cmd/app/app_tailer.go index 6433bdf97..e8b683759 100644 --- a/cli/pkg/kctrl/cmd/app/app_tailer.go +++ b/cli/pkg/kctrl/cmd/app/app_tailer.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package app diff --git a/cli/pkg/kctrl/cmd/app/app_tailer_test.go b/cli/pkg/kctrl/cmd/app/app_tailer_test.go index f7a86f1c6..c175cd081 100644 --- a/cli/pkg/kctrl/cmd/app/app_tailer_test.go +++ b/cli/pkg/kctrl/cmd/app/app_tailer_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package app diff --git a/cli/pkg/kctrl/cmd/app/delete.go b/cli/pkg/kctrl/cmd/app/delete.go index 1f8d9f58f..d5c2cb116 100644 --- a/cli/pkg/kctrl/cmd/app/delete.go +++ b/cli/pkg/kctrl/cmd/app/delete.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package app diff --git a/cli/pkg/kctrl/cmd/app/get.go b/cli/pkg/kctrl/cmd/app/get.go index 594ea8560..41ae03784 100644 --- a/cli/pkg/kctrl/cmd/app/get.go +++ b/cli/pkg/kctrl/cmd/app/get.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package app diff --git a/cli/pkg/kctrl/cmd/app/init.go b/cli/pkg/kctrl/cmd/app/init.go index 43a335bb4..a3662f780 100644 --- a/cli/pkg/kctrl/cmd/app/init.go +++ b/cli/pkg/kctrl/cmd/app/init.go @@ -1,4 +1,4 @@ -// Copyright 2022 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package app diff --git a/cli/pkg/kctrl/cmd/app/kick.go b/cli/pkg/kctrl/cmd/app/kick.go index b1fd43bfd..e21a23922 100644 --- a/cli/pkg/kctrl/cmd/app/kick.go +++ b/cli/pkg/kctrl/cmd/app/kick.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package app diff --git a/cli/pkg/kctrl/cmd/app/list.go b/cli/pkg/kctrl/cmd/app/list.go index 665f8d2bb..d64785189 100644 --- a/cli/pkg/kctrl/cmd/app/list.go +++ b/cli/pkg/kctrl/cmd/app/list.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package app diff --git a/cli/pkg/kctrl/cmd/app/pause.go b/cli/pkg/kctrl/cmd/app/pause.go index e15036ac8..fb465b907 100644 --- a/cli/pkg/kctrl/cmd/app/pause.go +++ b/cli/pkg/kctrl/cmd/app/pause.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package app diff --git a/cli/pkg/kctrl/cmd/app/release/app_spec_builder.go b/cli/pkg/kctrl/cmd/app/release/app_spec_builder.go index 8d4ab68f5..8d7a333a2 100644 --- a/cli/pkg/kctrl/cmd/app/release/app_spec_builder.go +++ b/cli/pkg/kctrl/cmd/app/release/app_spec_builder.go @@ -1,4 +1,4 @@ -// Copyright 2022 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package release diff --git a/cli/pkg/kctrl/cmd/app/release/imgpkg_runner.go b/cli/pkg/kctrl/cmd/app/release/imgpkg_runner.go index d936cfa71..cd177fe99 100644 --- a/cli/pkg/kctrl/cmd/app/release/imgpkg_runner.go +++ b/cli/pkg/kctrl/cmd/app/release/imgpkg_runner.go @@ -1,4 +1,4 @@ -// Copyright 2022 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package release diff --git a/cli/pkg/kctrl/cmd/app/release/release.go b/cli/pkg/kctrl/cmd/app/release/release.go index ccafb078f..012d0c066 100644 --- a/cli/pkg/kctrl/cmd/app/release/release.go +++ b/cli/pkg/kctrl/cmd/app/release/release.go @@ -1,4 +1,4 @@ -// Copyright 2022 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package release diff --git a/cli/pkg/kctrl/cmd/app/release/release_cmd_runner.go b/cli/pkg/kctrl/cmd/app/release/release_cmd_runner.go index 708cfd6e0..6d5674dc8 100644 --- a/cli/pkg/kctrl/cmd/app/release/release_cmd_runner.go +++ b/cli/pkg/kctrl/cmd/app/release/release_cmd_runner.go @@ -1,4 +1,4 @@ -// Copyright 2022 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package release diff --git a/cli/pkg/kctrl/cmd/app/status.go b/cli/pkg/kctrl/cmd/app/status.go index 980211794..fd3dd1a40 100644 --- a/cli/pkg/kctrl/cmd/app/status.go +++ b/cli/pkg/kctrl/cmd/app/status.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package app diff --git a/cli/pkg/kctrl/cmd/completion.go b/cli/pkg/kctrl/cmd/completion.go index 2ca8df0a4..e1a39049c 100644 --- a/cli/pkg/kctrl/cmd/completion.go +++ b/cli/pkg/kctrl/cmd/completion.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package cmd diff --git a/cli/pkg/kctrl/cmd/core/age_value.go b/cli/pkg/kctrl/cmd/core/age_value.go index 7847fdec4..cb249344a 100644 --- a/cli/pkg/kctrl/cmd/core/age_value.go +++ b/cli/pkg/kctrl/cmd/core/age_value.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package core diff --git a/cli/pkg/kctrl/cmd/core/config_factory.go b/cli/pkg/kctrl/cmd/core/config_factory.go index 5e98d0e4b..4712880a8 100644 --- a/cli/pkg/kctrl/cmd/core/config_factory.go +++ b/cli/pkg/kctrl/cmd/core/config_factory.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package core diff --git a/cli/pkg/kctrl/cmd/core/deduping_messages_ui.go b/cli/pkg/kctrl/cmd/core/deduping_messages_ui.go index dfd9b0f93..3c0cc323f 100644 --- a/cli/pkg/kctrl/cmd/core/deduping_messages_ui.go +++ b/cli/pkg/kctrl/cmd/core/deduping_messages_ui.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package core diff --git a/cli/pkg/kctrl/cmd/core/deps_factory.go b/cli/pkg/kctrl/cmd/core/deps_factory.go index ce5b6649f..4eb47274d 100644 --- a/cli/pkg/kctrl/cmd/core/deps_factory.go +++ b/cli/pkg/kctrl/cmd/core/deps_factory.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package core diff --git a/cli/pkg/kctrl/cmd/core/examples.go b/cli/pkg/kctrl/cmd/core/examples.go index 167691b23..9de1263b4 100644 --- a/cli/pkg/kctrl/cmd/core/examples.go +++ b/cli/pkg/kctrl/cmd/core/examples.go @@ -1,4 +1,4 @@ -// Copyright 2022 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package core diff --git a/cli/pkg/kctrl/cmd/core/file_sources.go b/cli/pkg/kctrl/cmd/core/file_sources.go index f6e03b788..aaad31690 100644 --- a/cli/pkg/kctrl/cmd/core/file_sources.go +++ b/cli/pkg/kctrl/cmd/core/file_sources.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package core diff --git a/cli/pkg/kctrl/cmd/core/flags_factory.go b/cli/pkg/kctrl/cmd/core/flags_factory.go index 5836d81f1..b247862d6 100644 --- a/cli/pkg/kctrl/cmd/core/flags_factory.go +++ b/cli/pkg/kctrl/cmd/core/flags_factory.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package core diff --git a/cli/pkg/kctrl/cmd/core/help_sections.go b/cli/pkg/kctrl/cmd/core/help_sections.go index 9fd7bb2be..39de44b94 100644 --- a/cli/pkg/kctrl/cmd/core/help_sections.go +++ b/cli/pkg/kctrl/cmd/core/help_sections.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package core diff --git a/cli/pkg/kctrl/cmd/core/kube_api_flags.go b/cli/pkg/kctrl/cmd/core/kube_api_flags.go index 837690de8..497d9b9dc 100644 --- a/cli/pkg/kctrl/cmd/core/kube_api_flags.go +++ b/cli/pkg/kctrl/cmd/core/kube_api_flags.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package core diff --git a/cli/pkg/kctrl/cmd/core/kubeconfig_flags.go b/cli/pkg/kctrl/cmd/core/kubeconfig_flags.go index 3abbe2547..7a4ed9c8d 100644 --- a/cli/pkg/kctrl/cmd/core/kubeconfig_flags.go +++ b/cli/pkg/kctrl/cmd/core/kubeconfig_flags.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package core diff --git a/cli/pkg/kctrl/cmd/core/messages_ui.go b/cli/pkg/kctrl/cmd/core/messages_ui.go index db9594c13..ea2d1c117 100644 --- a/cli/pkg/kctrl/cmd/core/messages_ui.go +++ b/cli/pkg/kctrl/cmd/core/messages_ui.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package core diff --git a/cli/pkg/kctrl/cmd/core/namespace_flags.go b/cli/pkg/kctrl/cmd/core/namespace_flags.go index 7e4db575c..606d9c444 100644 --- a/cli/pkg/kctrl/cmd/core/namespace_flags.go +++ b/cli/pkg/kctrl/cmd/core/namespace_flags.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package core diff --git a/cli/pkg/kctrl/cmd/core/namespace_value.go b/cli/pkg/kctrl/cmd/core/namespace_value.go index e7df5743f..20e8a7d02 100644 --- a/cli/pkg/kctrl/cmd/core/namespace_value.go +++ b/cli/pkg/kctrl/cmd/core/namespace_value.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package core diff --git a/cli/pkg/kctrl/cmd/core/secure_namespace_flags.go b/cli/pkg/kctrl/cmd/core/secure_namespace_flags.go index 303a3d3ba..8b1cbc645 100644 --- a/cli/pkg/kctrl/cmd/core/secure_namespace_flags.go +++ b/cli/pkg/kctrl/cmd/core/secure_namespace_flags.go @@ -1,4 +1,4 @@ -// Copyright 2022 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package core diff --git a/cli/pkg/kctrl/cmd/core/semver_value.go b/cli/pkg/kctrl/cmd/core/semver_value.go index 8ed4279e0..5cb0d2b58 100644 --- a/cli/pkg/kctrl/cmd/core/semver_value.go +++ b/cli/pkg/kctrl/cmd/core/semver_value.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package core diff --git a/cli/pkg/kctrl/cmd/core/status_logging_ui.go b/cli/pkg/kctrl/cmd/core/status_logging_ui.go index b097fa538..b4b3de84e 100644 --- a/cli/pkg/kctrl/cmd/core/status_logging_ui.go +++ b/cli/pkg/kctrl/cmd/core/status_logging_ui.go @@ -1,4 +1,4 @@ -// Copyright 2022 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package core diff --git a/cli/pkg/kctrl/cmd/core/strings_single_line_value.go b/cli/pkg/kctrl/cmd/core/strings_single_line_value.go index 0a89e4632..5b835a4c9 100644 --- a/cli/pkg/kctrl/cmd/core/strings_single_line_value.go +++ b/cli/pkg/kctrl/cmd/core/strings_single_line_value.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package core diff --git a/cli/pkg/kctrl/cmd/core/truncated_value.go b/cli/pkg/kctrl/cmd/core/truncated_value.go index 443575909..5227968d2 100644 --- a/cli/pkg/kctrl/cmd/core/truncated_value.go +++ b/cli/pkg/kctrl/cmd/core/truncated_value.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package core diff --git a/cli/pkg/kctrl/cmd/core/unknown_bool_value.go b/cli/pkg/kctrl/cmd/core/unknown_bool_value.go index a85c8b2b0..031aa3640 100644 --- a/cli/pkg/kctrl/cmd/core/unknown_bool_value.go +++ b/cli/pkg/kctrl/cmd/core/unknown_bool_value.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package core diff --git a/cli/pkg/kctrl/cmd/core/wait_flags.go b/cli/pkg/kctrl/cmd/core/wait_flags.go index 76a240ebb..d7d18ec83 100644 --- a/cli/pkg/kctrl/cmd/core/wait_flags.go +++ b/cli/pkg/kctrl/cmd/core/wait_flags.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package core diff --git a/cli/pkg/kctrl/cmd/dev/cmd.go b/cli/pkg/kctrl/cmd/dev/cmd.go index 610f50014..959c2296d 100644 --- a/cli/pkg/kctrl/cmd/dev/cmd.go +++ b/cli/pkg/kctrl/cmd/dev/cmd.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package dev diff --git a/cli/pkg/kctrl/cmd/kctrl.go b/cli/pkg/kctrl/cmd/kctrl.go index f5bd28b97..306330ab5 100644 --- a/cli/pkg/kctrl/cmd/kctrl.go +++ b/cli/pkg/kctrl/cmd/kctrl.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package cmd diff --git a/cli/pkg/kctrl/cmd/logger_flags.go b/cli/pkg/kctrl/cmd/logger_flags.go index a77e201da..6ca3e80c1 100644 --- a/cli/pkg/kctrl/cmd/logger_flags.go +++ b/cli/pkg/kctrl/cmd/logger_flags.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package cmd diff --git a/cli/pkg/kctrl/cmd/package/available/cmd.go b/cli/pkg/kctrl/cmd/package/available/cmd.go index 9521ed092..ffa98b2a2 100644 --- a/cli/pkg/kctrl/cmd/package/available/cmd.go +++ b/cli/pkg/kctrl/cmd/package/available/cmd.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package available diff --git a/cli/pkg/kctrl/cmd/package/available/default_values.go b/cli/pkg/kctrl/cmd/package/available/default_values.go index 706e03634..81b41c5e3 100644 --- a/cli/pkg/kctrl/cmd/package/available/default_values.go +++ b/cli/pkg/kctrl/cmd/package/available/default_values.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package available diff --git a/cli/pkg/kctrl/cmd/package/available/get.go b/cli/pkg/kctrl/cmd/package/available/get.go index bac2e1ee0..4e07257e2 100644 --- a/cli/pkg/kctrl/cmd/package/available/get.go +++ b/cli/pkg/kctrl/cmd/package/available/get.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package available diff --git a/cli/pkg/kctrl/cmd/package/available/list.go b/cli/pkg/kctrl/cmd/package/available/list.go index 12bd7ace3..a35c1e687 100644 --- a/cli/pkg/kctrl/cmd/package/available/list.go +++ b/cli/pkg/kctrl/cmd/package/available/list.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package available diff --git a/cli/pkg/kctrl/cmd/package/available/values_schema.go b/cli/pkg/kctrl/cmd/package/available/values_schema.go index 1554e3ddc..c2360fe11 100644 --- a/cli/pkg/kctrl/cmd/package/available/values_schema.go +++ b/cli/pkg/kctrl/cmd/package/available/values_schema.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package available diff --git a/cli/pkg/kctrl/cmd/package/init.go b/cli/pkg/kctrl/cmd/package/init.go index dd38adac4..540534c2f 100644 --- a/cli/pkg/kctrl/cmd/package/init.go +++ b/cli/pkg/kctrl/cmd/package/init.go @@ -1,4 +1,4 @@ -// Copyright 2022 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package pkg diff --git a/cli/pkg/kctrl/cmd/package/installed/cmd.go b/cli/pkg/kctrl/cmd/package/installed/cmd.go index 52d72b654..8edcc6244 100644 --- a/cli/pkg/kctrl/cmd/package/installed/cmd.go +++ b/cli/pkg/kctrl/cmd/package/installed/cmd.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package installed diff --git a/cli/pkg/kctrl/cmd/package/installed/create_or_update.go b/cli/pkg/kctrl/cmd/package/installed/create_or_update.go index 0fc67d7fb..a008876a0 100644 --- a/cli/pkg/kctrl/cmd/package/installed/create_or_update.go +++ b/cli/pkg/kctrl/cmd/package/installed/create_or_update.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package installed diff --git a/cli/pkg/kctrl/cmd/package/installed/created_resource_annotations.go b/cli/pkg/kctrl/cmd/package/installed/created_resource_annotations.go index d63e957b6..325b3d615 100644 --- a/cli/pkg/kctrl/cmd/package/installed/created_resource_annotations.go +++ b/cli/pkg/kctrl/cmd/package/installed/created_resource_annotations.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package installed diff --git a/cli/pkg/kctrl/cmd/package/installed/created_resource_kind.go b/cli/pkg/kctrl/cmd/package/installed/created_resource_kind.go index 628d10d2a..5f4cfb450 100644 --- a/cli/pkg/kctrl/cmd/package/installed/created_resource_kind.go +++ b/cli/pkg/kctrl/cmd/package/installed/created_resource_kind.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package installed diff --git a/cli/pkg/kctrl/cmd/package/installed/delete.go b/cli/pkg/kctrl/cmd/package/installed/delete.go index 32851a816..39928fcf5 100644 --- a/cli/pkg/kctrl/cmd/package/installed/delete.go +++ b/cli/pkg/kctrl/cmd/package/installed/delete.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package installed diff --git a/cli/pkg/kctrl/cmd/package/installed/get.go b/cli/pkg/kctrl/cmd/package/installed/get.go index ce9264f9d..f7b8b499b 100644 --- a/cli/pkg/kctrl/cmd/package/installed/get.go +++ b/cli/pkg/kctrl/cmd/package/installed/get.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package installed diff --git a/cli/pkg/kctrl/cmd/package/installed/list.go b/cli/pkg/kctrl/cmd/package/installed/list.go index 7ec3c00f6..bf80ecacb 100644 --- a/cli/pkg/kctrl/cmd/package/installed/list.go +++ b/cli/pkg/kctrl/cmd/package/installed/list.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package installed diff --git a/cli/pkg/kctrl/cmd/package/installed/pause_or_kick.go b/cli/pkg/kctrl/cmd/package/installed/pause_or_kick.go index 816dfe392..bf1e6a545 100644 --- a/cli/pkg/kctrl/cmd/package/installed/pause_or_kick.go +++ b/cli/pkg/kctrl/cmd/package/installed/pause_or_kick.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package installed diff --git a/cli/pkg/kctrl/cmd/package/installed/status.go b/cli/pkg/kctrl/cmd/package/installed/status.go index b8477b6c6..f4c0e7370 100644 --- a/cli/pkg/kctrl/cmd/package/installed/status.go +++ b/cli/pkg/kctrl/cmd/package/installed/status.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package installed diff --git a/cli/pkg/kctrl/cmd/package/installed/ytt_overlay_flags.go b/cli/pkg/kctrl/cmd/package/installed/ytt_overlay_flags.go index 6ddba5b97..f5e05f9d3 100644 --- a/cli/pkg/kctrl/cmd/package/installed/ytt_overlay_flags.go +++ b/cli/pkg/kctrl/cmd/package/installed/ytt_overlay_flags.go @@ -1,4 +1,4 @@ -// Copyright 2022 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package installed diff --git a/cli/pkg/kctrl/cmd/package/installed/ytt_overlays.go b/cli/pkg/kctrl/cmd/package/installed/ytt_overlays.go index e87d338c5..fd1f24131 100644 --- a/cli/pkg/kctrl/cmd/package/installed/ytt_overlays.go +++ b/cli/pkg/kctrl/cmd/package/installed/ytt_overlays.go @@ -1,4 +1,4 @@ -// Copyright 2022 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package installed diff --git a/cli/pkg/kctrl/cmd/package/pkg.go b/cli/pkg/kctrl/cmd/package/pkg.go index e169a3066..c1a7dd223 100644 --- a/cli/pkg/kctrl/cmd/package/pkg.go +++ b/cli/pkg/kctrl/cmd/package/pkg.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package pkg diff --git a/cli/pkg/kctrl/cmd/package/release/artefact_writer.go b/cli/pkg/kctrl/cmd/package/release/artefact_writer.go index 157c70517..50d654b42 100644 --- a/cli/pkg/kctrl/cmd/package/release/artefact_writer.go +++ b/cli/pkg/kctrl/cmd/package/release/artefact_writer.go @@ -1,4 +1,4 @@ -// Copyright 2022 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package release diff --git a/cli/pkg/kctrl/cmd/package/release/release.go b/cli/pkg/kctrl/cmd/package/release/release.go index c899a4417..feca3b203 100644 --- a/cli/pkg/kctrl/cmd/package/release/release.go +++ b/cli/pkg/kctrl/cmd/package/release/release.go @@ -1,4 +1,4 @@ -// Copyright 2022 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package release diff --git a/cli/pkg/kctrl/cmd/package/release/schemagenerator/helm_openapi_schema_gen.go b/cli/pkg/kctrl/cmd/package/release/schemagenerator/helm_openapi_schema_gen.go index 3d0e91856..373af5f9e 100644 --- a/cli/pkg/kctrl/cmd/package/release/schemagenerator/helm_openapi_schema_gen.go +++ b/cli/pkg/kctrl/cmd/package/release/schemagenerator/helm_openapi_schema_gen.go @@ -1,4 +1,4 @@ -// Copyright 2022 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package schemagenerator diff --git a/cli/pkg/kctrl/cmd/package/release/schemagenerator/helm_openapi_schema_gen_test.go b/cli/pkg/kctrl/cmd/package/release/schemagenerator/helm_openapi_schema_gen_test.go index c59681118..fb0d8446c 100644 --- a/cli/pkg/kctrl/cmd/package/release/schemagenerator/helm_openapi_schema_gen_test.go +++ b/cli/pkg/kctrl/cmd/package/release/schemagenerator/helm_openapi_schema_gen_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package schemagenerator_test diff --git a/cli/pkg/kctrl/cmd/package/release/schemagenerator/openapi_schema_gen.go b/cli/pkg/kctrl/cmd/package/release/schemagenerator/openapi_schema_gen.go index 98a90e191..cad4eb9a2 100644 --- a/cli/pkg/kctrl/cmd/package/release/schemagenerator/openapi_schema_gen.go +++ b/cli/pkg/kctrl/cmd/package/release/schemagenerator/openapi_schema_gen.go @@ -1,4 +1,4 @@ -// Copyright 2022 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package schemagenerator diff --git a/cli/pkg/kctrl/cmd/package/repository/add_or_update.go b/cli/pkg/kctrl/cmd/package/repository/add_or_update.go index 25b3ec4d4..8b15e36c9 100644 --- a/cli/pkg/kctrl/cmd/package/repository/add_or_update.go +++ b/cli/pkg/kctrl/cmd/package/repository/add_or_update.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package repository diff --git a/cli/pkg/kctrl/cmd/package/repository/cmd.go b/cli/pkg/kctrl/cmd/package/repository/cmd.go index 75bef3f9e..60c9a9249 100644 --- a/cli/pkg/kctrl/cmd/package/repository/cmd.go +++ b/cli/pkg/kctrl/cmd/package/repository/cmd.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package repository diff --git a/cli/pkg/kctrl/cmd/package/repository/delete.go b/cli/pkg/kctrl/cmd/package/repository/delete.go index 19c68b9aa..683306c0d 100644 --- a/cli/pkg/kctrl/cmd/package/repository/delete.go +++ b/cli/pkg/kctrl/cmd/package/repository/delete.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package repository diff --git a/cli/pkg/kctrl/cmd/package/repository/get.go b/cli/pkg/kctrl/cmd/package/repository/get.go index 224fcce66..be67b00d6 100644 --- a/cli/pkg/kctrl/cmd/package/repository/get.go +++ b/cli/pkg/kctrl/cmd/package/repository/get.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package repository diff --git a/cli/pkg/kctrl/cmd/package/repository/kick.go b/cli/pkg/kctrl/cmd/package/repository/kick.go index 5d33030d2..54732be56 100644 --- a/cli/pkg/kctrl/cmd/package/repository/kick.go +++ b/cli/pkg/kctrl/cmd/package/repository/kick.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package repository diff --git a/cli/pkg/kctrl/cmd/package/repository/list.go b/cli/pkg/kctrl/cmd/package/repository/list.go index 317e4bb0e..4a00b0419 100644 --- a/cli/pkg/kctrl/cmd/package/repository/list.go +++ b/cli/pkg/kctrl/cmd/package/repository/list.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package repository diff --git a/cli/pkg/kctrl/cmd/package/repository/release/release_cmd_runner.go b/cli/pkg/kctrl/cmd/package/repository/release/release_cmd_runner.go index d39689ac8..4a0236213 100644 --- a/cli/pkg/kctrl/cmd/package/repository/release/release_cmd_runner.go +++ b/cli/pkg/kctrl/cmd/package/repository/release/release_cmd_runner.go @@ -1,4 +1,4 @@ -// Copyright 2022 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package release diff --git a/cli/pkg/kctrl/cmd/package/repository/repo_tailer.go b/cli/pkg/kctrl/cmd/package/repository/repo_tailer.go index 1ff602e94..f2f468641 100644 --- a/cli/pkg/kctrl/cmd/package/repository/repo_tailer.go +++ b/cli/pkg/kctrl/cmd/package/repository/repo_tailer.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package repository diff --git a/cli/pkg/kctrl/cmd/ui_flags.go b/cli/pkg/kctrl/cmd/ui_flags.go index fb7ee78d7..ebe5fefdd 100644 --- a/cli/pkg/kctrl/cmd/ui_flags.go +++ b/cli/pkg/kctrl/cmd/ui_flags.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package cmd diff --git a/cli/pkg/kctrl/cmd/version.go b/cli/pkg/kctrl/cmd/version.go index 834216075..28fe3be23 100644 --- a/cli/pkg/kctrl/cmd/version.go +++ b/cli/pkg/kctrl/cmd/version.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package cmd diff --git a/cli/pkg/kctrl/local/buildconfigs/app_build.go b/cli/pkg/kctrl/local/buildconfigs/app_build.go index 1ebe7f0e1..0e15a9107 100644 --- a/cli/pkg/kctrl/local/buildconfigs/app_build.go +++ b/cli/pkg/kctrl/local/buildconfigs/app_build.go @@ -1,4 +1,4 @@ -// Copyright 2022 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package buildconfigs diff --git a/cli/pkg/kctrl/local/buildconfigs/pkg_build.go b/cli/pkg/kctrl/local/buildconfigs/pkg_build.go index 9c09e6139..e16bfcb45 100644 --- a/cli/pkg/kctrl/local/buildconfigs/pkg_build.go +++ b/cli/pkg/kctrl/local/buildconfigs/pkg_build.go @@ -1,4 +1,4 @@ -// Copyright 2022 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package buildconfigs diff --git a/cli/pkg/kctrl/local/config.go b/cli/pkg/kctrl/local/config.go index 684e42601..2c9778c32 100644 --- a/cli/pkg/kctrl/local/config.go +++ b/cli/pkg/kctrl/local/config.go @@ -1,4 +1,4 @@ -// Copyright 2022 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package local diff --git a/cli/pkg/kctrl/local/detailed_cmd_runner.go b/cli/pkg/kctrl/local/detailed_cmd_runner.go index b2c4df28e..81eab6368 100644 --- a/cli/pkg/kctrl/local/detailed_cmd_runner.go +++ b/cli/pkg/kctrl/local/detailed_cmd_runner.go @@ -1,4 +1,4 @@ -// Copyright 2022 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package local diff --git a/cli/pkg/kctrl/local/local_vendir.go b/cli/pkg/kctrl/local/local_vendir.go index 324d6647f..b8c19f833 100644 --- a/cli/pkg/kctrl/local/local_vendir.go +++ b/cli/pkg/kctrl/local/local_vendir.go @@ -1,4 +1,4 @@ -// Copyright 2022 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package local diff --git a/cli/pkg/kctrl/local/min_core_client.go b/cli/pkg/kctrl/local/min_core_client.go index 0fe3ce236..87bd3dea9 100644 --- a/cli/pkg/kctrl/local/min_core_client.go +++ b/cli/pkg/kctrl/local/min_core_client.go @@ -1,4 +1,4 @@ -// Copyright 2022 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package local diff --git a/cli/pkg/kctrl/local/reconciler.go b/cli/pkg/kctrl/local/reconciler.go index 04a159328..63c1728dc 100644 --- a/cli/pkg/kctrl/local/reconciler.go +++ b/cli/pkg/kctrl/local/reconciler.go @@ -1,4 +1,4 @@ -// Copyright 2022 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package local diff --git a/cli/pkg/kctrl/local/sources/git.go b/cli/pkg/kctrl/local/sources/git.go index 4669f0518..29be4330f 100644 --- a/cli/pkg/kctrl/local/sources/git.go +++ b/cli/pkg/kctrl/local/sources/git.go @@ -1,4 +1,4 @@ -// Copyright 2022 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package sources diff --git a/cli/pkg/kctrl/local/sources/github_release.go b/cli/pkg/kctrl/local/sources/github_release.go index 00dca413c..f00d77f0d 100644 --- a/cli/pkg/kctrl/local/sources/github_release.go +++ b/cli/pkg/kctrl/local/sources/github_release.go @@ -1,4 +1,4 @@ -// Copyright 2022 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package sources diff --git a/cli/pkg/kctrl/local/sources/helm.go b/cli/pkg/kctrl/local/sources/helm.go index 50125cfc9..9efb664fd 100644 --- a/cli/pkg/kctrl/local/sources/helm.go +++ b/cli/pkg/kctrl/local/sources/helm.go @@ -1,4 +1,4 @@ -// Copyright 2022 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package sources diff --git a/cli/pkg/kctrl/local/sources/source.go b/cli/pkg/kctrl/local/sources/source.go index 4f33d73fb..2da3f47be 100644 --- a/cli/pkg/kctrl/local/sources/source.go +++ b/cli/pkg/kctrl/local/sources/source.go @@ -1,4 +1,4 @@ -// Copyright 2022 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package sources diff --git a/cli/pkg/kctrl/local/sources/template.go b/cli/pkg/kctrl/local/sources/template.go index 5f5ad444e..3b4963fe4 100644 --- a/cli/pkg/kctrl/local/sources/template.go +++ b/cli/pkg/kctrl/local/sources/template.go @@ -1,4 +1,4 @@ -// Copyright 2022 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package sources diff --git a/cli/pkg/kctrl/logger/interface.go b/cli/pkg/kctrl/logger/interface.go index 3a6efe6cb..b7fc83b79 100644 --- a/cli/pkg/kctrl/logger/interface.go +++ b/cli/pkg/kctrl/logger/interface.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package logger diff --git a/cli/pkg/kctrl/logger/noop.go b/cli/pkg/kctrl/logger/noop.go index cdd5a9012..d4cc08939 100644 --- a/cli/pkg/kctrl/logger/noop.go +++ b/cli/pkg/kctrl/logger/noop.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package logger diff --git a/cli/pkg/kctrl/logger/ui.go b/cli/pkg/kctrl/logger/ui.go index 3274ef165..e952c92aa 100644 --- a/cli/pkg/kctrl/logger/ui.go +++ b/cli/pkg/kctrl/logger/ui.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package logger diff --git a/cli/pkg/kctrl/version/version.go b/cli/pkg/kctrl/version/version.go index 3ca685ad0..e04d5680b 100644 --- a/cli/pkg/kctrl/version/version.go +++ b/cli/pkg/kctrl/version/version.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package version diff --git a/cli/test/e2e/app_commands_test.go b/cli/test/e2e/app_commands_test.go index 3063b756e..8456ae314 100644 --- a/cli/test/e2e/app_commands_test.go +++ b/cli/test/e2e/app_commands_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package e2e diff --git a/cli/test/e2e/cluster_resource.go b/cli/test/e2e/cluster_resource.go index 192231889..2823226e7 100644 --- a/cli/test/e2e/cluster_resource.go +++ b/cli/test/e2e/cluster_resource.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package e2e diff --git a/cli/test/e2e/controller_version_test.go b/cli/test/e2e/controller_version_test.go index 9e6f7f714..4b933f7ac 100644 --- a/cli/test/e2e/controller_version_test.go +++ b/cli/test/e2e/controller_version_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package e2e diff --git a/cli/test/e2e/dev_test.go b/cli/test/e2e/dev_test.go index e2a3edbde..57b8d7bf0 100644 --- a/cli/test/e2e/dev_test.go +++ b/cli/test/e2e/dev_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package e2e diff --git a/cli/test/e2e/e2e.go b/cli/test/e2e/e2e.go index 0ec332795..f4d8b88bc 100644 --- a/cli/test/e2e/e2e.go +++ b/cli/test/e2e/e2e.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package e2e diff --git a/cli/test/e2e/env.go b/cli/test/e2e/env.go index 6ced2779c..b665c5b80 100644 --- a/cli/test/e2e/env.go +++ b/cli/test/e2e/env.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package e2e diff --git a/cli/test/e2e/help_test.go b/cli/test/e2e/help_test.go index 3089af683..5fdaef111 100644 --- a/cli/test/e2e/help_test.go +++ b/cli/test/e2e/help_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package e2e diff --git a/cli/test/e2e/kapp.go b/cli/test/e2e/kapp.go index 2e39d8769..a25c8ea3a 100644 --- a/cli/test/e2e/kapp.go +++ b/cli/test/e2e/kapp.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package e2e diff --git a/cli/test/e2e/kctrl.go b/cli/test/e2e/kctrl.go index 3ad3efb77..00b349742 100644 --- a/cli/test/e2e/kctrl.go +++ b/cli/test/e2e/kctrl.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package e2e diff --git a/cli/test/e2e/kubectl.go b/cli/test/e2e/kubectl.go index bf4b8bf50..94c633834 100644 --- a/cli/test/e2e/kubectl.go +++ b/cli/test/e2e/kubectl.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package e2e diff --git a/cli/test/e2e/package_authoring_e2e_test.go b/cli/test/e2e/package_authoring_e2e_test.go index c618b8e8a..99986c9f8 100644 --- a/cli/test/e2e/package_authoring_e2e_test.go +++ b/cli/test/e2e/package_authoring_e2e_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package e2e diff --git a/cli/test/e2e/package_available_test.go b/cli/test/e2e/package_available_test.go index 0d64c7e9f..fe9cbc319 100644 --- a/cli/test/e2e/package_available_test.go +++ b/cli/test/e2e/package_available_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package e2e diff --git a/cli/test/e2e/package_install_test.go b/cli/test/e2e/package_install_test.go index c73847aef..776f51435 100644 --- a/cli/test/e2e/package_install_test.go +++ b/cli/test/e2e/package_install_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package e2e diff --git a/cli/test/e2e/package_repository_test.go b/cli/test/e2e/package_repository_test.go index b4b459a5b..768b4457a 100644 --- a/cli/test/e2e/package_repository_test.go +++ b/cli/test/e2e/package_repository_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package e2e diff --git a/cli/test/e2e/pkgi_values_test.go b/cli/test/e2e/pkgi_values_test.go index d38f63a36..e303de208 100644 --- a/cli/test/e2e/pkgi_values_test.go +++ b/cli/test/e2e/pkgi_values_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package e2e diff --git a/cli/test/e2e/release_with_changed_spec_test.go b/cli/test/e2e/release_with_changed_spec_test.go index 2af827ed1..5af468631 100644 --- a/cli/test/e2e/release_with_changed_spec_test.go +++ b/cli/test/e2e/release_with_changed_spec_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package e2e diff --git a/cli/test/e2e/service_accounts.go b/cli/test/e2e/service_accounts.go index 24b6c0ab8..4d07d2204 100644 --- a/cli/test/e2e/service_accounts.go +++ b/cli/test/e2e/service_accounts.go @@ -1,4 +1,4 @@ -// Copyright 2022 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package e2e diff --git a/cli/test/e2e/version_test.go b/cli/test/e2e/version_test.go index bc12e9ca2..95de26b8f 100644 --- a/cli/test/e2e/version_test.go +++ b/cli/test/e2e/version_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package e2e diff --git a/cli/test/e2e/ytt_overlays_test.go b/cli/test/e2e/ytt_overlays_test.go index 30d8d07b6..8807690d7 100644 --- a/cli/test/e2e/ytt_overlays_test.go +++ b/cli/test/e2e/ytt_overlays_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package e2e diff --git a/cmd/controller/err_reconciler.go b/cmd/controller/err_reconciler.go index 3089f5bc5..9b3aa0ae0 100644 --- a/cmd/controller/err_reconciler.go +++ b/cmd/controller/err_reconciler.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 // Package main provides a Reconciler implementation for simple error handling diff --git a/cmd/controller/main.go b/cmd/controller/main.go index f9f3aa0e1..7edd47038 100644 --- a/cmd/controller/main.go +++ b/cmd/controller/main.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package main diff --git a/cmd/controller/run.go b/cmd/controller/run.go index 223c36f8b..4336c7548 100644 --- a/cmd/controller/run.go +++ b/cmd/controller/run.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package main diff --git a/cmd/controller/sidecarexec.go b/cmd/controller/sidecarexec.go index bfc935433..96fec1df6 100644 --- a/cmd/controller/sidecarexec.go +++ b/cmd/controller/sidecarexec.go @@ -1,4 +1,4 @@ -// Copyright 2022 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package main diff --git a/cmd/controller/unique_reconciler.go b/cmd/controller/unique_reconciler.go index aaaf49448..c5a0a69eb 100644 --- a/cmd/controller/unique_reconciler.go +++ b/cmd/controller/unique_reconciler.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package main diff --git a/code-header-template.txt b/code-header-template.txt index fd47ff8ac..fc0cc50f5 100644 --- a/code-header-template.txt +++ b/code-header-template.txt @@ -1,2 +1,2 @@ -Copyright {{copyright-year}} VMware, Inc. +Copyright {{copyright-year}} The Carvel Authors. SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/hack/dependencies.go b/hack/dependencies.go index 015133afe..5a56de6b0 100644 --- a/hack/dependencies.go +++ b/hack/dependencies.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 // Package main contains a dependency tool that can read a .yml file and update the dependencies of kapp-controller diff --git a/hack/dependencies_test.go b/hack/dependencies_test.go index 2646a2821..141708466 100644 --- a/hack/dependencies_test.go +++ b/hack/dependencies_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package main diff --git a/hack/tools.go b/hack/tools.go index 7b12b1c77..79c88080d 100644 --- a/hack/tools.go +++ b/hack/tools.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 // +build tools diff --git a/pkg/apis/internalpackaging/install/install.go b/pkg/apis/internalpackaging/install/install.go index a031b20f9..81a0c917c 100644 --- a/pkg/apis/internalpackaging/install/install.go +++ b/pkg/apis/internalpackaging/install/install.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package install diff --git a/pkg/apis/internalpackaging/v1alpha1/doc.go b/pkg/apis/internalpackaging/v1alpha1/doc.go index 6df96138a..d4201da8e 100644 --- a/pkg/apis/internalpackaging/v1alpha1/doc.go +++ b/pkg/apis/internalpackaging/v1alpha1/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 // +k8s:deepcopy-gen=package diff --git a/pkg/apis/internalpackaging/v1alpha1/register.go b/pkg/apis/internalpackaging/v1alpha1/register.go index d79fd4e71..30e1f63b9 100644 --- a/pkg/apis/internalpackaging/v1alpha1/register.go +++ b/pkg/apis/internalpackaging/v1alpha1/register.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package v1alpha1 diff --git a/pkg/apis/internalpackaging/v1alpha1/types.go b/pkg/apis/internalpackaging/v1alpha1/types.go index 8497fd9f1..70823ca81 100644 --- a/pkg/apis/internalpackaging/v1alpha1/types.go +++ b/pkg/apis/internalpackaging/v1alpha1/types.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package v1alpha1 diff --git a/pkg/apis/kappctrl/install/install.go b/pkg/apis/kappctrl/install/install.go index 27e80a298..2ec86b710 100644 --- a/pkg/apis/kappctrl/install/install.go +++ b/pkg/apis/kappctrl/install/install.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package install diff --git a/pkg/apis/kappctrl/v1alpha1/doc.go b/pkg/apis/kappctrl/v1alpha1/doc.go index fdbe08d07..ad1e884ca 100644 --- a/pkg/apis/kappctrl/v1alpha1/doc.go +++ b/pkg/apis/kappctrl/v1alpha1/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 // +k8s:deepcopy-gen=package diff --git a/pkg/apis/kappctrl/v1alpha1/register.go b/pkg/apis/kappctrl/v1alpha1/register.go index ea53bdecc..b85712092 100644 --- a/pkg/apis/kappctrl/v1alpha1/register.go +++ b/pkg/apis/kappctrl/v1alpha1/register.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package v1alpha1 diff --git a/pkg/apis/kappctrl/v1alpha1/status.go b/pkg/apis/kappctrl/v1alpha1/status.go index bc97e8f65..71fc4bb2d 100644 --- a/pkg/apis/kappctrl/v1alpha1/status.go +++ b/pkg/apis/kappctrl/v1alpha1/status.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package v1alpha1 diff --git a/pkg/apis/kappctrl/v1alpha1/types.go b/pkg/apis/kappctrl/v1alpha1/types.go index dc89189e4..9c2fb5a60 100644 --- a/pkg/apis/kappctrl/v1alpha1/types.go +++ b/pkg/apis/kappctrl/v1alpha1/types.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package v1alpha1 diff --git a/pkg/apis/kappctrl/v1alpha1/types_deploy.go b/pkg/apis/kappctrl/v1alpha1/types_deploy.go index cee423eff..ff52e5f03 100644 --- a/pkg/apis/kappctrl/v1alpha1/types_deploy.go +++ b/pkg/apis/kappctrl/v1alpha1/types_deploy.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package v1alpha1 diff --git a/pkg/apis/kappctrl/v1alpha1/types_fetch.go b/pkg/apis/kappctrl/v1alpha1/types_fetch.go index 4ed01764d..f3a221a73 100644 --- a/pkg/apis/kappctrl/v1alpha1/types_fetch.go +++ b/pkg/apis/kappctrl/v1alpha1/types_fetch.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package v1alpha1 diff --git a/pkg/apis/kappctrl/v1alpha1/types_template.go b/pkg/apis/kappctrl/v1alpha1/types_template.go index 1e9470d4d..09c7a0055 100644 --- a/pkg/apis/kappctrl/v1alpha1/types_template.go +++ b/pkg/apis/kappctrl/v1alpha1/types_template.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 //nolint:revive // we're unlikely to write descriptive godoc comments in this file. diff --git a/pkg/apis/packaging/install/install.go b/pkg/apis/packaging/install/install.go index 872c5272d..46f40d5d3 100644 --- a/pkg/apis/packaging/install/install.go +++ b/pkg/apis/packaging/install/install.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package install diff --git a/pkg/apis/packaging/v1alpha1/doc.go b/pkg/apis/packaging/v1alpha1/doc.go index 8b244e452..746048840 100644 --- a/pkg/apis/packaging/v1alpha1/doc.go +++ b/pkg/apis/packaging/v1alpha1/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 // +k8s:deepcopy-gen=package diff --git a/pkg/apis/packaging/v1alpha1/package_install.go b/pkg/apis/packaging/v1alpha1/package_install.go index e18419486..d27d8edbe 100644 --- a/pkg/apis/packaging/v1alpha1/package_install.go +++ b/pkg/apis/packaging/v1alpha1/package_install.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package v1alpha1 diff --git a/pkg/apis/packaging/v1alpha1/package_repository.go b/pkg/apis/packaging/v1alpha1/package_repository.go index c622b1491..0ef821c06 100644 --- a/pkg/apis/packaging/v1alpha1/package_repository.go +++ b/pkg/apis/packaging/v1alpha1/package_repository.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package v1alpha1 diff --git a/pkg/apis/packaging/v1alpha1/register.go b/pkg/apis/packaging/v1alpha1/register.go index dd339fb05..d718b8db5 100644 --- a/pkg/apis/packaging/v1alpha1/register.go +++ b/pkg/apis/packaging/v1alpha1/register.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package v1alpha1 diff --git a/pkg/apiserver/apis/datapackaging/doc.go b/pkg/apiserver/apis/datapackaging/doc.go index 49fcf9474..6f30ec906 100644 --- a/pkg/apiserver/apis/datapackaging/doc.go +++ b/pkg/apiserver/apis/datapackaging/doc.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 // +k8s:deepcopy-gen=package diff --git a/pkg/apiserver/apis/datapackaging/install/install.go b/pkg/apiserver/apis/datapackaging/install/install.go index 180e2b5d0..6c1685799 100644 --- a/pkg/apiserver/apis/datapackaging/install/install.go +++ b/pkg/apiserver/apis/datapackaging/install/install.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package install diff --git a/pkg/apiserver/apis/datapackaging/register.go b/pkg/apiserver/apis/datapackaging/register.go index 4a60367b9..5fb5f57a0 100644 --- a/pkg/apiserver/apis/datapackaging/register.go +++ b/pkg/apiserver/apis/datapackaging/register.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package datapackaging diff --git a/pkg/apiserver/apis/datapackaging/types.go b/pkg/apiserver/apis/datapackaging/types.go index 821fe4a03..fd3763c09 100644 --- a/pkg/apiserver/apis/datapackaging/types.go +++ b/pkg/apiserver/apis/datapackaging/types.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package datapackaging diff --git a/pkg/apiserver/apis/datapackaging/v1alpha1/conversion.go b/pkg/apiserver/apis/datapackaging/v1alpha1/conversion.go index 2329408a8..43e2902e9 100644 --- a/pkg/apiserver/apis/datapackaging/v1alpha1/conversion.go +++ b/pkg/apiserver/apis/datapackaging/v1alpha1/conversion.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package v1alpha1 diff --git a/pkg/apiserver/apis/datapackaging/v1alpha1/doc.go b/pkg/apiserver/apis/datapackaging/v1alpha1/doc.go index eecc1da5a..a51883a6b 100644 --- a/pkg/apiserver/apis/datapackaging/v1alpha1/doc.go +++ b/pkg/apiserver/apis/datapackaging/v1alpha1/doc.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 // +k8s:openapi-gen=true diff --git a/pkg/apiserver/apis/datapackaging/v1alpha1/register.go b/pkg/apiserver/apis/datapackaging/v1alpha1/register.go index 246a13f56..bef6070d2 100644 --- a/pkg/apiserver/apis/datapackaging/v1alpha1/register.go +++ b/pkg/apiserver/apis/datapackaging/v1alpha1/register.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package v1alpha1 diff --git a/pkg/apiserver/apis/datapackaging/v1alpha1/types.go b/pkg/apiserver/apis/datapackaging/v1alpha1/types.go index 7df844104..7f891b8dc 100644 --- a/pkg/apiserver/apis/datapackaging/v1alpha1/types.go +++ b/pkg/apiserver/apis/datapackaging/v1alpha1/types.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package v1alpha1 diff --git a/pkg/apiserver/apis/datapackaging/validation/validations.go b/pkg/apiserver/apis/datapackaging/validation/validations.go index 272d6cb66..6e9743d9e 100644 --- a/pkg/apiserver/apis/datapackaging/validation/validations.go +++ b/pkg/apiserver/apis/datapackaging/validation/validations.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package validation diff --git a/pkg/apiserver/apis/datapackaging/validation/validations_test.go b/pkg/apiserver/apis/datapackaging/validation/validations_test.go index 889c59c95..cae2048b3 100644 --- a/pkg/apiserver/apis/datapackaging/validation/validations_test.go +++ b/pkg/apiserver/apis/datapackaging/validation/validations_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package validation_test diff --git a/pkg/apiserver/apiserver.go b/pkg/apiserver/apiserver.go index 352484b40..fe491cbf7 100644 --- a/pkg/apiserver/apiserver.go +++ b/pkg/apiserver/apiserver.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package apiserver diff --git a/pkg/apiserver/registry/datapackaging/package_crd_rest.go b/pkg/apiserver/registry/datapackaging/package_crd_rest.go index 7e541e86a..56fab3526 100644 --- a/pkg/apiserver/registry/datapackaging/package_crd_rest.go +++ b/pkg/apiserver/registry/datapackaging/package_crd_rest.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package datapackaging diff --git a/pkg/apiserver/registry/datapackaging/package_crd_rest_test.go b/pkg/apiserver/registry/datapackaging/package_crd_rest_test.go index 86aae8875..402ecf4f2 100644 --- a/pkg/apiserver/registry/datapackaging/package_crd_rest_test.go +++ b/pkg/apiserver/registry/datapackaging/package_crd_rest_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package datapackaging_test diff --git a/pkg/apiserver/registry/datapackaging/package_metadata_crd_rest.go b/pkg/apiserver/registry/datapackaging/package_metadata_crd_rest.go index 8101d640d..c3d65acc8 100644 --- a/pkg/apiserver/registry/datapackaging/package_metadata_crd_rest.go +++ b/pkg/apiserver/registry/datapackaging/package_metadata_crd_rest.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package datapackaging diff --git a/pkg/apiserver/registry/datapackaging/package_metadata_crd_rest_test.go b/pkg/apiserver/registry/datapackaging/package_metadata_crd_rest_test.go index 16c445b12..f8f26a50a 100644 --- a/pkg/apiserver/registry/datapackaging/package_metadata_crd_rest_test.go +++ b/pkg/apiserver/registry/datapackaging/package_metadata_crd_rest_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package datapackaging_test diff --git a/pkg/apiserver/registry/datapackaging/package_metadata_storage_client.go b/pkg/apiserver/registry/datapackaging/package_metadata_storage_client.go index 3a88cda9c..d7085738c 100644 --- a/pkg/apiserver/registry/datapackaging/package_metadata_storage_client.go +++ b/pkg/apiserver/registry/datapackaging/package_metadata_storage_client.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package datapackaging diff --git a/pkg/apiserver/registry/datapackaging/package_storage_client.go b/pkg/apiserver/registry/datapackaging/package_storage_client.go index 35224ecf3..83984dcc0 100644 --- a/pkg/apiserver/registry/datapackaging/package_storage_client.go +++ b/pkg/apiserver/registry/datapackaging/package_storage_client.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package datapackaging diff --git a/pkg/apiserver/watchers/translation_watcher.go b/pkg/apiserver/watchers/translation_watcher.go index 9ef78efc7..be5d80ff1 100644 --- a/pkg/apiserver/watchers/translation_watcher.go +++ b/pkg/apiserver/watchers/translation_watcher.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package watchers diff --git a/pkg/apiserver/watchers/translation_watcher_test.go b/pkg/apiserver/watchers/translation_watcher_test.go index 0ba1bacfd..98432f925 100644 --- a/pkg/apiserver/watchers/translation_watcher_test.go +++ b/pkg/apiserver/watchers/translation_watcher_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package watchers diff --git a/pkg/app/app.go b/pkg/app/app.go index e1e937074..0b6e7c193 100644 --- a/pkg/app/app.go +++ b/pkg/app/app.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package app diff --git a/pkg/app/app_deploy.go b/pkg/app/app_deploy.go index 9bc6afcc7..3982587d9 100644 --- a/pkg/app/app_deploy.go +++ b/pkg/app/app_deploy.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package app diff --git a/pkg/app/app_factory.go b/pkg/app/app_factory.go index eda0ee236..aa252209b 100644 --- a/pkg/app/app_factory.go +++ b/pkg/app/app_factory.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package app diff --git a/pkg/app/app_fetch.go b/pkg/app/app_fetch.go index fd0ca8eab..0ebded014 100644 --- a/pkg/app/app_fetch.go +++ b/pkg/app/app_fetch.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package app diff --git a/pkg/app/app_reconcile.go b/pkg/app/app_reconcile.go index 6c62cd276..55e75ba07 100644 --- a/pkg/app/app_reconcile.go +++ b/pkg/app/app_reconcile.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package app diff --git a/pkg/app/app_reconcile_test.go b/pkg/app/app_reconcile_test.go index e5cbab246..4e17cb87d 100644 --- a/pkg/app/app_reconcile_test.go +++ b/pkg/app/app_reconcile_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package app diff --git a/pkg/app/app_template.go b/pkg/app/app_template.go index 91b335aa5..4c49a3257 100644 --- a/pkg/app/app_template.go +++ b/pkg/app/app_template.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package app diff --git a/pkg/app/app_template_test.go b/pkg/app/app_template_test.go index 4e3941d31..e9c1ad2c6 100644 --- a/pkg/app/app_template_test.go +++ b/pkg/app/app_template_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package app diff --git a/pkg/app/app_test.go b/pkg/app/app_test.go index 522147f44..2746e3243 100644 --- a/pkg/app/app_test.go +++ b/pkg/app/app_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package app_test diff --git a/pkg/app/crd_app.go b/pkg/app/crd_app.go index 0b3fcbe7d..4c34a61d2 100644 --- a/pkg/app/crd_app.go +++ b/pkg/app/crd_app.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package app diff --git a/pkg/app/crd_app_watcher.go b/pkg/app/crd_app_watcher.go index 76ae54a1b..f12304735 100644 --- a/pkg/app/crd_app_watcher.go +++ b/pkg/app/crd_app_watcher.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package app diff --git a/pkg/app/finalizer.go b/pkg/app/finalizer.go index 9490a7fb9..873e5b0a4 100644 --- a/pkg/app/finalizer.go +++ b/pkg/app/finalizer.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package app diff --git a/pkg/app/reconcile_timer.go b/pkg/app/reconcile_timer.go index 2c6d6dad5..26a9d0824 100644 --- a/pkg/app/reconcile_timer.go +++ b/pkg/app/reconcile_timer.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package app diff --git a/pkg/app/reconcile_timer_test.go b/pkg/app/reconcile_timer_test.go index 6e7705a5b..c941bc23e 100644 --- a/pkg/app/reconcile_timer_test.go +++ b/pkg/app/reconcile_timer_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package app diff --git a/pkg/app/reconciler.go b/pkg/app/reconciler.go index a51f4a2d0..52a98f0cd 100644 --- a/pkg/app/reconciler.go +++ b/pkg/app/reconciler.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package app diff --git a/pkg/app/reconciler_test.go b/pkg/app/reconciler_test.go index f2dcaca79..8f547cc1e 100644 --- a/pkg/app/reconciler_test.go +++ b/pkg/app/reconciler_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package app_test diff --git a/pkg/componentinfo/component_info.go b/pkg/componentinfo/component_info.go index 164158442..060bc563e 100644 --- a/pkg/componentinfo/component_info.go +++ b/pkg/componentinfo/component_info.go @@ -1,4 +1,4 @@ -// Copyright 2022 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 // Package componentinfo provides access to version and configuration information about components of the system. diff --git a/pkg/componentinfo/component_info_test.go b/pkg/componentinfo/component_info_test.go index 05a5efc55..7357f08da 100644 --- a/pkg/componentinfo/component_info_test.go +++ b/pkg/componentinfo/component_info_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package componentinfo_test diff --git a/pkg/config/config.go b/pkg/config/config.go index 7ae192171..aa477a20e 100644 --- a/pkg/config/config.go +++ b/pkg/config/config.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package config diff --git a/pkg/config/config_test.go b/pkg/config/config_test.go index b30e99a6b..3425698b8 100644 --- a/pkg/config/config_test.go +++ b/pkg/config/config_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package config_test diff --git a/pkg/config/os_config.go b/pkg/config/os_config.go index 804f88fe1..0e301f63b 100644 --- a/pkg/config/os_config.go +++ b/pkg/config/os_config.go @@ -1,4 +1,4 @@ -// Copyright 2022 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package config diff --git a/pkg/config/reconciler.go b/pkg/config/reconciler.go index 898e9728b..ac542e45b 100644 --- a/pkg/config/reconciler.go +++ b/pkg/config/reconciler.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package config diff --git a/pkg/config/scheme.go b/pkg/config/scheme.go index e5da866fc..6e8e29687 100644 --- a/pkg/config/scheme.go +++ b/pkg/config/scheme.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package config diff --git a/pkg/deploy/cmd_run_result_buf.go b/pkg/deploy/cmd_run_result_buf.go index d3ba4078c..2d68c9c14 100644 --- a/pkg/deploy/cmd_run_result_buf.go +++ b/pkg/deploy/cmd_run_result_buf.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package deploy diff --git a/pkg/deploy/factory.go b/pkg/deploy/factory.go index 862929c22..bd99ea82d 100644 --- a/pkg/deploy/factory.go +++ b/pkg/deploy/factory.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package deploy diff --git a/pkg/deploy/interfaces.go b/pkg/deploy/interfaces.go index 9a1112500..430dd51e1 100644 --- a/pkg/deploy/interfaces.go +++ b/pkg/deploy/interfaces.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package deploy diff --git a/pkg/deploy/kapp.go b/pkg/deploy/kapp.go index 49d599521..e8a3a6fc2 100644 --- a/pkg/deploy/kapp.go +++ b/pkg/deploy/kapp.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package deploy diff --git a/pkg/deploy/kapp_restrict.go b/pkg/deploy/kapp_restrict.go index e5cf49f82..1ce9d7297 100644 --- a/pkg/deploy/kapp_restrict.go +++ b/pkg/deploy/kapp_restrict.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package deploy diff --git a/pkg/exec/cmd_run_result.go b/pkg/exec/cmd_run_result.go index 1364a4982..3e7b057e2 100644 --- a/pkg/exec/cmd_run_result.go +++ b/pkg/exec/cmd_run_result.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package exec diff --git a/pkg/exec/cmd_runner.go b/pkg/exec/cmd_runner.go index 2abf7f6a7..5d9ce0c7b 100644 --- a/pkg/exec/cmd_runner.go +++ b/pkg/exec/cmd_runner.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package exec diff --git a/pkg/exec/doc.go b/pkg/exec/doc.go index 7cac6f4da..09dcf20bb 100644 --- a/pkg/exec/doc.go +++ b/pkg/exec/doc.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 // Package exec wraps os/exec to add a little error sanitization and standardization around process return codes and a channel-based cancel mechanism diff --git a/pkg/exec/flag.go b/pkg/exec/flag.go index 219f9ea5c..d507eba63 100644 --- a/pkg/exec/flag.go +++ b/pkg/exec/flag.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package exec diff --git a/pkg/exec/flag_test.go b/pkg/exec/flag_test.go index c70365d75..037802949 100644 --- a/pkg/exec/flag_test.go +++ b/pkg/exec/flag_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package exec_test diff --git a/pkg/fetch/doc.go b/pkg/fetch/doc.go index c71c3fb49..8c1fdb763 100644 --- a/pkg/fetch/doc.go +++ b/pkg/fetch/doc.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 // Package fetch provides information retrieval, mostly by wrapping vendir. diff --git a/pkg/fetch/factory.go b/pkg/fetch/factory.go index b9ca66122..505480842 100644 --- a/pkg/fetch/factory.go +++ b/pkg/fetch/factory.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package fetch diff --git a/pkg/fetch/inline.go b/pkg/fetch/inline.go index b2ab3f6c4..87e203f7a 100644 --- a/pkg/fetch/inline.go +++ b/pkg/fetch/inline.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package fetch diff --git a/pkg/fetch/vendir.go b/pkg/fetch/vendir.go index 10b808d66..2c7230e41 100644 --- a/pkg/fetch/vendir.go +++ b/pkg/fetch/vendir.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package fetch diff --git a/pkg/fetch/vendir_test.go b/pkg/fetch/vendir_test.go index f8125e8ba..705c262a9 100644 --- a/pkg/fetch/vendir_test.go +++ b/pkg/fetch/vendir_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package fetch_test diff --git a/pkg/kubeconfig/kubeconfig.go b/pkg/kubeconfig/kubeconfig.go index 93ed80ce8..a344092a0 100644 --- a/pkg/kubeconfig/kubeconfig.go +++ b/pkg/kubeconfig/kubeconfig.go @@ -1,4 +1,4 @@ -// Copyright 2022 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 // Package kubeconfig provides access to the cluster for kapp-controller diff --git a/pkg/kubeconfig/kubeconfig_restricted.go b/pkg/kubeconfig/kubeconfig_restricted.go index 346b54369..3e5cad7e8 100644 --- a/pkg/kubeconfig/kubeconfig_restricted.go +++ b/pkg/kubeconfig/kubeconfig_restricted.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package kubeconfig diff --git a/pkg/kubeconfig/kubeconfig_secrets.go b/pkg/kubeconfig/kubeconfig_secrets.go index 36ea37052..2eb6363db 100644 --- a/pkg/kubeconfig/kubeconfig_secrets.go +++ b/pkg/kubeconfig/kubeconfig_secrets.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package kubeconfig diff --git a/pkg/kubeconfig/service_accounts.go b/pkg/kubeconfig/service_accounts.go index fde14ca9a..507555425 100644 --- a/pkg/kubeconfig/service_accounts.go +++ b/pkg/kubeconfig/service_accounts.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package kubeconfig diff --git a/pkg/memdir/doc.go b/pkg/memdir/doc.go index 7a5919967..6413b125e 100644 --- a/pkg/memdir/doc.go +++ b/pkg/memdir/doc.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 // Package memdir is used to create temporary directories while writing to the filesystem to handle security and concurrency issues. diff --git a/pkg/memdir/scoped.go b/pkg/memdir/scoped.go index fa6493fe3..154707083 100644 --- a/pkg/memdir/scoped.go +++ b/pkg/memdir/scoped.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package memdir diff --git a/pkg/memdir/subpath.go b/pkg/memdir/subpath.go index c685e42b2..e03f905bb 100644 --- a/pkg/memdir/subpath.go +++ b/pkg/memdir/subpath.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package memdir diff --git a/pkg/memdir/tmp_dir.go b/pkg/memdir/tmp_dir.go index cfd83ce10..b615494b9 100644 --- a/pkg/memdir/tmp_dir.go +++ b/pkg/memdir/tmp_dir.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package memdir diff --git a/pkg/metrics/metrics.go b/pkg/metrics/metrics.go index df69bd1f3..b89aab725 100644 --- a/pkg/metrics/metrics.go +++ b/pkg/metrics/metrics.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package metrics diff --git a/pkg/metrics/reconcile_count_metrics.go b/pkg/metrics/reconcile_count_metrics.go index 27b14fc70..b0244dd33 100644 --- a/pkg/metrics/reconcile_count_metrics.go +++ b/pkg/metrics/reconcile_count_metrics.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package metrics diff --git a/pkg/metrics/reconcile_time_metrics.go b/pkg/metrics/reconcile_time_metrics.go index 06ac30352..737ff07fd 100644 --- a/pkg/metrics/reconcile_time_metrics.go +++ b/pkg/metrics/reconcile_time_metrics.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 // Package metrics to define all prometheus metric methods diff --git a/pkg/packageinstall/app.go b/pkg/packageinstall/app.go index 23ce547d7..d388d190c 100644 --- a/pkg/packageinstall/app.go +++ b/pkg/packageinstall/app.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package packageinstall diff --git a/pkg/packageinstall/app_test.go b/pkg/packageinstall/app_test.go index f1c985e18..d55e2cfa6 100644 --- a/pkg/packageinstall/app_test.go +++ b/pkg/packageinstall/app_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package packageinstall_test diff --git a/pkg/packageinstall/finalizer.go b/pkg/packageinstall/finalizer.go index 18d6b8a6d..47f9a004d 100644 --- a/pkg/packageinstall/finalizer.go +++ b/pkg/packageinstall/finalizer.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package packageinstall diff --git a/pkg/packageinstall/packageinstall.go b/pkg/packageinstall/packageinstall.go index 38a1dab36..dfe1b2e74 100644 --- a/pkg/packageinstall/packageinstall.go +++ b/pkg/packageinstall/packageinstall.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package packageinstall diff --git a/pkg/packageinstall/packageinstall_deletion_test.go b/pkg/packageinstall/packageinstall_deletion_test.go index 98580513f..da3d7f2da 100644 --- a/pkg/packageinstall/packageinstall_deletion_test.go +++ b/pkg/packageinstall/packageinstall_deletion_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package packageinstall diff --git a/pkg/packageinstall/packageinstall_downgrade_test.go b/pkg/packageinstall/packageinstall_downgrade_test.go index 9768926fa..00aa477cb 100644 --- a/pkg/packageinstall/packageinstall_downgrade_test.go +++ b/pkg/packageinstall/packageinstall_downgrade_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package packageinstall diff --git a/pkg/packageinstall/packageinstall_test.go b/pkg/packageinstall/packageinstall_test.go index f7cec8b85..95477a7c8 100644 --- a/pkg/packageinstall/packageinstall_test.go +++ b/pkg/packageinstall/packageinstall_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package packageinstall diff --git a/pkg/packageinstall/packageinstall_version_handler.go b/pkg/packageinstall/packageinstall_version_handler.go index b916da877..e6271da1e 100644 --- a/pkg/packageinstall/packageinstall_version_handler.go +++ b/pkg/packageinstall/packageinstall_version_handler.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package packageinstall diff --git a/pkg/packageinstall/packageinstall_version_handler_test.go b/pkg/packageinstall/packageinstall_version_handler_test.go index a5a38254d..2eca1e108 100644 --- a/pkg/packageinstall/packageinstall_version_handler_test.go +++ b/pkg/packageinstall/packageinstall_version_handler_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package packageinstall_test diff --git a/pkg/packageinstall/reconciler.go b/pkg/packageinstall/reconciler.go index aacf59d7d..248aad929 100644 --- a/pkg/packageinstall/reconciler.go +++ b/pkg/packageinstall/reconciler.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package packageinstall diff --git a/pkg/pkgrepository/app.go b/pkg/pkgrepository/app.go index fd94fd3c3..d10c134dc 100644 --- a/pkg/pkgrepository/app.go +++ b/pkg/pkgrepository/app.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package pkgrepository diff --git a/pkg/pkgrepository/app_deploy.go b/pkg/pkgrepository/app_deploy.go index 1f5bc6131..91bd7bdd7 100644 --- a/pkg/pkgrepository/app_deploy.go +++ b/pkg/pkgrepository/app_deploy.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package pkgrepository diff --git a/pkg/pkgrepository/app_factory.go b/pkg/pkgrepository/app_factory.go index 930d29cf3..6897201f8 100644 --- a/pkg/pkgrepository/app_factory.go +++ b/pkg/pkgrepository/app_factory.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package pkgrepository diff --git a/pkg/pkgrepository/app_fetch.go b/pkg/pkgrepository/app_fetch.go index 86839d787..d8209bb92 100644 --- a/pkg/pkgrepository/app_fetch.go +++ b/pkg/pkgrepository/app_fetch.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package pkgrepository diff --git a/pkg/pkgrepository/app_reconcile.go b/pkg/pkgrepository/app_reconcile.go index f5ce30e2e..795d10b37 100644 --- a/pkg/pkgrepository/app_reconcile.go +++ b/pkg/pkgrepository/app_reconcile.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package pkgrepository diff --git a/pkg/pkgrepository/app_reconcile_test.go b/pkg/pkgrepository/app_reconcile_test.go index 6306b437c..21746e3e9 100644 --- a/pkg/pkgrepository/app_reconcile_test.go +++ b/pkg/pkgrepository/app_reconcile_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package pkgrepository diff --git a/pkg/pkgrepository/app_template.go b/pkg/pkgrepository/app_template.go index 241cee7ee..bd48e9218 100644 --- a/pkg/pkgrepository/app_template.go +++ b/pkg/pkgrepository/app_template.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package pkgrepository diff --git a/pkg/pkgrepository/app_template_test.go b/pkg/pkgrepository/app_template_test.go index 4deca9bb1..db94425e8 100644 --- a/pkg/pkgrepository/app_template_test.go +++ b/pkg/pkgrepository/app_template_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package pkgrepository_test diff --git a/pkg/pkgrepository/crd_app.go b/pkg/pkgrepository/crd_app.go index a85c56fd3..439e38dbf 100644 --- a/pkg/pkgrepository/crd_app.go +++ b/pkg/pkgrepository/crd_app.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package pkgrepository diff --git a/pkg/pkgrepository/finalizer.go b/pkg/pkgrepository/finalizer.go index 14e6d0987..49224ac29 100644 --- a/pkg/pkgrepository/finalizer.go +++ b/pkg/pkgrepository/finalizer.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package pkgrepository diff --git a/pkg/pkgrepository/package_repo_app.go b/pkg/pkgrepository/package_repo_app.go index ac42dac38..ec36dce25 100644 --- a/pkg/pkgrepository/package_repo_app.go +++ b/pkg/pkgrepository/package_repo_app.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package pkgrepository diff --git a/pkg/pkgrepository/package_repo_app_test.go b/pkg/pkgrepository/package_repo_app_test.go index 7b9817efe..679b3155b 100644 --- a/pkg/pkgrepository/package_repo_app_test.go +++ b/pkg/pkgrepository/package_repo_app_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package pkgrepository diff --git a/pkg/pkgrepository/reconcile_timer.go b/pkg/pkgrepository/reconcile_timer.go index 9c69ff0e9..152bc5313 100644 --- a/pkg/pkgrepository/reconcile_timer.go +++ b/pkg/pkgrepository/reconcile_timer.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package pkgrepository diff --git a/pkg/pkgrepository/reconcile_timer_test.go b/pkg/pkgrepository/reconcile_timer_test.go index f3c421b4f..5df1c646d 100644 --- a/pkg/pkgrepository/reconcile_timer_test.go +++ b/pkg/pkgrepository/reconcile_timer_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package pkgrepository diff --git a/pkg/pkgrepository/reconciler.go b/pkg/pkgrepository/reconciler.go index eee1ba5bd..a7e19342b 100644 --- a/pkg/pkgrepository/reconciler.go +++ b/pkg/pkgrepository/reconciler.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package pkgrepository diff --git a/pkg/pkgrepository/reconciler_test.go b/pkg/pkgrepository/reconciler_test.go index f096cbbdd..dfa537041 100644 --- a/pkg/pkgrepository/reconciler_test.go +++ b/pkg/pkgrepository/reconciler_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package pkgrepository_test diff --git a/pkg/reconciler/configmap_handler.go b/pkg/reconciler/configmap_handler.go index 0893f6fac..47f4a125d 100644 --- a/pkg/reconciler/configmap_handler.go +++ b/pkg/reconciler/configmap_handler.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package reconciler diff --git a/pkg/reconciler/secret_handler.go b/pkg/reconciler/secret_handler.go index d47e652b0..c8a4e36dd 100644 --- a/pkg/reconciler/secret_handler.go +++ b/pkg/reconciler/secret_handler.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package reconciler diff --git a/pkg/reconciler/status.go b/pkg/reconciler/status.go index 4c474c0de..c2d873a94 100644 --- a/pkg/reconciler/status.go +++ b/pkg/reconciler/status.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package reconciler diff --git a/pkg/reftracker/app_update_status.go b/pkg/reftracker/app_update_status.go index b97c8a91c..cdb538b39 100644 --- a/pkg/reftracker/app_update_status.go +++ b/pkg/reftracker/app_update_status.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package reftracker diff --git a/pkg/reftracker/doc.go b/pkg/reftracker/doc.go index a7308a014..881ce638a 100644 --- a/pkg/reftracker/doc.go +++ b/pkg/reftracker/doc.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 // Package reftracker contains structs used for tracking secret and configmap referenced by the app. diff --git a/pkg/reftracker/ref_key.go b/pkg/reftracker/ref_key.go index f4a27d01b..c47764053 100644 --- a/pkg/reftracker/ref_key.go +++ b/pkg/reftracker/ref_key.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package reftracker diff --git a/pkg/reftracker/ref_tracker.go b/pkg/reftracker/ref_tracker.go index 063ee8526..26a2c0101 100644 --- a/pkg/reftracker/ref_tracker.go +++ b/pkg/reftracker/ref_tracker.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package reftracker diff --git a/pkg/reftracker/ref_tracker_test.go b/pkg/reftracker/ref_tracker_test.go index d6db5eb6d..ae89c1809 100644 --- a/pkg/reftracker/ref_tracker_test.go +++ b/pkg/reftracker/ref_tracker_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package reftracker_test diff --git a/pkg/satoken/token_manager.go b/pkg/satoken/token_manager.go index ddd18815d..c33fb3f6b 100644 --- a/pkg/satoken/token_manager.go +++ b/pkg/satoken/token_manager.go @@ -1,4 +1,4 @@ -// Copyright 2022 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 // This file is a modified version of diff --git a/pkg/satoken/token_manager_test.go b/pkg/satoken/token_manager_test.go index 895ecdd1d..caa30460b 100644 --- a/pkg/satoken/token_manager_test.go +++ b/pkg/satoken/token_manager_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 // This file is a modified version of diff --git a/pkg/sidecarexec/client.go b/pkg/sidecarexec/client.go index 16b855b1d..38d4d8bea 100644 --- a/pkg/sidecarexec/client.go +++ b/pkg/sidecarexec/client.go @@ -1,4 +1,4 @@ -// Copyright 2022 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 // Package sidecarexec provides an implementation of a sidecar container in kapp-controller which diff --git a/pkg/sidecarexec/cmd_exec.go b/pkg/sidecarexec/cmd_exec.go index a81dab5bd..aca7e45da 100644 --- a/pkg/sidecarexec/cmd_exec.go +++ b/pkg/sidecarexec/cmd_exec.go @@ -1,4 +1,4 @@ -// Copyright 2022 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package sidecarexec diff --git a/pkg/sidecarexec/cmd_exec_client.go b/pkg/sidecarexec/cmd_exec_client.go index d922b5c0a..9e160cbc2 100644 --- a/pkg/sidecarexec/cmd_exec_client.go +++ b/pkg/sidecarexec/cmd_exec_client.go @@ -1,4 +1,4 @@ -// Copyright 2022 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package sidecarexec diff --git a/pkg/sidecarexec/os_config.go b/pkg/sidecarexec/os_config.go index 3a032baa2..b07d8b31c 100644 --- a/pkg/sidecarexec/os_config.go +++ b/pkg/sidecarexec/os_config.go @@ -1,4 +1,4 @@ -// Copyright 2022 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package sidecarexec diff --git a/pkg/sidecarexec/os_config_client.go b/pkg/sidecarexec/os_config_client.go index fff6c7ccc..9c58ea974 100644 --- a/pkg/sidecarexec/os_config_client.go +++ b/pkg/sidecarexec/os_config_client.go @@ -1,4 +1,4 @@ -// Copyright 2022 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package sidecarexec diff --git a/pkg/sidecarexec/os_config_test.go b/pkg/sidecarexec/os_config_test.go index 0653c84d1..086518be1 100644 --- a/pkg/sidecarexec/os_config_test.go +++ b/pkg/sidecarexec/os_config_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package sidecarexec_test diff --git a/pkg/sidecarexec/server.go b/pkg/sidecarexec/server.go index 6e9d5d4ca..7a2c127ce 100644 --- a/pkg/sidecarexec/server.go +++ b/pkg/sidecarexec/server.go @@ -1,4 +1,4 @@ -// Copyright 2022 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package sidecarexec diff --git a/pkg/template/cue.go b/pkg/template/cue.go index 8d0a86155..04b19d3f9 100644 --- a/pkg/template/cue.go +++ b/pkg/template/cue.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 // Package template provides a factory pattern design of instantiating a new "templater" in kapp-controller diff --git a/pkg/template/downward_api_values.go b/pkg/template/downward_api_values.go index 8b2aeb61c..1768baad1 100644 --- a/pkg/template/downward_api_values.go +++ b/pkg/template/downward_api_values.go @@ -1,4 +1,4 @@ -// Copyright 2022 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package template diff --git a/pkg/template/factory.go b/pkg/template/factory.go index e49e3b91c..b451b6388 100644 --- a/pkg/template/factory.go +++ b/pkg/template/factory.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package template diff --git a/pkg/template/helm_template.go b/pkg/template/helm_template.go index ff406acb4..57d4342f6 100644 --- a/pkg/template/helm_template.go +++ b/pkg/template/helm_template.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package template diff --git a/pkg/template/interfaces.go b/pkg/template/interfaces.go index 7f303138b..befc64ef2 100644 --- a/pkg/template/interfaces.go +++ b/pkg/template/interfaces.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package template diff --git a/pkg/template/kbld.go b/pkg/template/kbld.go index 9e9209b08..332fb49ac 100644 --- a/pkg/template/kbld.go +++ b/pkg/template/kbld.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package template diff --git a/pkg/template/sops.go b/pkg/template/sops.go index a08d6eb41..410e40bb0 100644 --- a/pkg/template/sops.go +++ b/pkg/template/sops.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package template diff --git a/pkg/template/values.go b/pkg/template/values.go index 06a49e2b9..03186fc37 100644 --- a/pkg/template/values.go +++ b/pkg/template/values.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package template diff --git a/pkg/template/values_test.go b/pkg/template/values_test.go index a9f407e19..2ad8ff70b 100644 --- a/pkg/template/values_test.go +++ b/pkg/template/values_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package template diff --git a/pkg/template/ytt.go b/pkg/template/ytt.go index 12d135bb2..43d115cf7 100644 --- a/pkg/template/ytt.go +++ b/pkg/template/ytt.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package template diff --git a/test/bench/pkgr_test.go b/test/bench/pkgr_test.go index 72640a9d1..6b2f94017 100644 --- a/test/bench/pkgr_test.go +++ b/test/bench/pkgr_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package bench diff --git a/test/e2e/e2e.go b/test/e2e/e2e.go index 0ec332795..f4d8b88bc 100644 --- a/test/e2e/e2e.go +++ b/test/e2e/e2e.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package e2e diff --git a/test/e2e/env.go b/test/e2e/env.go index 8dee3f01e..85266f0bd 100644 --- a/test/e2e/env.go +++ b/test/e2e/env.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package e2e diff --git a/test/e2e/kapp.go b/test/e2e/kapp.go index 406b7eb0e..cf84d3b14 100644 --- a/test/e2e/kapp.go +++ b/test/e2e/kapp.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package e2e diff --git a/test/e2e/kappcontroller/apiserver_protobuf_test.go b/test/e2e/kappcontroller/apiserver_protobuf_test.go index 2bd4afcfe..2455ecac1 100644 --- a/test/e2e/kappcontroller/apiserver_protobuf_test.go +++ b/test/e2e/kappcontroller/apiserver_protobuf_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package kappcontroller diff --git a/test/e2e/kappcontroller/app_secret_configmap_reconcile_test.go b/test/e2e/kappcontroller/app_secret_configmap_reconcile_test.go index 63d1ec7e3..da1ffdb66 100644 --- a/test/e2e/kappcontroller/app_secret_configmap_reconcile_test.go +++ b/test/e2e/kappcontroller/app_secret_configmap_reconcile_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package kappcontroller diff --git a/test/e2e/kappcontroller/app_status_test.go b/test/e2e/kappcontroller/app_status_test.go index 3b573b1c7..c5b9995fa 100644 --- a/test/e2e/kappcontroller/app_status_test.go +++ b/test/e2e/kappcontroller/app_status_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package kappcontroller diff --git a/test/e2e/kappcontroller/cancel_test.go b/test/e2e/kappcontroller/cancel_test.go index 4f154554a..2f4ff3b6e 100644 --- a/test/e2e/kappcontroller/cancel_test.go +++ b/test/e2e/kappcontroller/cancel_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package kappcontroller diff --git a/test/e2e/kappcontroller/config_test.go b/test/e2e/kappcontroller/config_test.go index 01199fba0..04314ac0d 100644 --- a/test/e2e/kappcontroller/config_test.go +++ b/test/e2e/kappcontroller/config_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package kappcontroller diff --git a/test/e2e/kappcontroller/default_namespace_test.go b/test/e2e/kappcontroller/default_namespace_test.go index 0feb17f07..f80e33312 100644 --- a/test/e2e/kappcontroller/default_namespace_test.go +++ b/test/e2e/kappcontroller/default_namespace_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package kappcontroller diff --git a/test/e2e/kappcontroller/delete_test.go b/test/e2e/kappcontroller/delete_test.go index db70eda07..a9e5e2589 100644 --- a/test/e2e/kappcontroller/delete_test.go +++ b/test/e2e/kappcontroller/delete_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package kappcontroller diff --git a/test/e2e/kappcontroller/fetch_test.go b/test/e2e/kappcontroller/fetch_test.go index 370931bcd..4522e7bf5 100644 --- a/test/e2e/kappcontroller/fetch_test.go +++ b/test/e2e/kappcontroller/fetch_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package kappcontroller diff --git a/test/e2e/kappcontroller/git_test.go b/test/e2e/kappcontroller/git_test.go index b02a87747..5f9ef60c9 100644 --- a/test/e2e/kappcontroller/git_test.go +++ b/test/e2e/kappcontroller/git_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package kappcontroller diff --git a/test/e2e/kappcontroller/helm_test.go b/test/e2e/kappcontroller/helm_test.go index 8c2df79a1..cde9102fe 100644 --- a/test/e2e/kappcontroller/helm_test.go +++ b/test/e2e/kappcontroller/helm_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package kappcontroller diff --git a/test/e2e/kappcontroller/http_test.go b/test/e2e/kappcontroller/http_test.go index 1bb085c8e..208be57f1 100644 --- a/test/e2e/kappcontroller/http_test.go +++ b/test/e2e/kappcontroller/http_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package kappcontroller diff --git a/test/e2e/kappcontroller/imgpkg_bundle_test.go b/test/e2e/kappcontroller/imgpkg_bundle_test.go index 827aab621..6c3b4baee 100644 --- a/test/e2e/kappcontroller/imgpkg_bundle_test.go +++ b/test/e2e/kappcontroller/imgpkg_bundle_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package kappcontroller diff --git a/test/e2e/kappcontroller/metrics_test.go b/test/e2e/kappcontroller/metrics_test.go index ab6526a38..e4ed12234 100644 --- a/test/e2e/kappcontroller/metrics_test.go +++ b/test/e2e/kappcontroller/metrics_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package kappcontroller @@ -19,7 +19,6 @@ import ( "github.com/vmware-tanzu/carvel-kapp-controller/test/e2e" ) - func TestPrometheusMetrics(t *testing.T) { env := e2e.BuildEnv(t) logger := e2e.Logger{} @@ -200,4 +199,4 @@ func portForward(ctx context.Context) { fmt.Printf("Error running kubectl port-forward: %v\n", err) } } -} \ No newline at end of file +} diff --git a/test/e2e/kappcontroller/migrate_managed_name_test.go b/test/e2e/kappcontroller/migrate_managed_name_test.go index d970ac501..87a0c207c 100644 --- a/test/e2e/kappcontroller/migrate_managed_name_test.go +++ b/test/e2e/kappcontroller/migrate_managed_name_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package kappcontroller diff --git a/test/e2e/kappcontroller/multi_fetch_test.go b/test/e2e/kappcontroller/multi_fetch_test.go index 7d6150ad9..907d434c9 100644 --- a/test/e2e/kappcontroller/multi_fetch_test.go +++ b/test/e2e/kappcontroller/multi_fetch_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package kappcontroller diff --git a/test/e2e/kappcontroller/namespace_deletion_test.go b/test/e2e/kappcontroller/namespace_deletion_test.go index c75810326..7d121a6a5 100644 --- a/test/e2e/kappcontroller/namespace_deletion_test.go +++ b/test/e2e/kappcontroller/namespace_deletion_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package kappcontroller diff --git a/test/e2e/kappcontroller/noopdelete_test.go b/test/e2e/kappcontroller/noopdelete_test.go index 2da4cc747..b549846e9 100644 --- a/test/e2e/kappcontroller/noopdelete_test.go +++ b/test/e2e/kappcontroller/noopdelete_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package kappcontroller diff --git a/test/e2e/kappcontroller/package_repo_test.go b/test/e2e/kappcontroller/package_repo_test.go index 6ce0d98b0..055f6bade 100644 --- a/test/e2e/kappcontroller/package_repo_test.go +++ b/test/e2e/kappcontroller/package_repo_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package kappcontroller diff --git a/test/e2e/kappcontroller/package_test.go b/test/e2e/kappcontroller/package_test.go index 2577afbfb..e2f891f85 100644 --- a/test/e2e/kappcontroller/package_test.go +++ b/test/e2e/kappcontroller/package_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package kappcontroller diff --git a/test/e2e/kappcontroller/packageinstall_test.go b/test/e2e/kappcontroller/packageinstall_test.go index 520515f33..b76fd8c50 100644 --- a/test/e2e/kappcontroller/packageinstall_test.go +++ b/test/e2e/kappcontroller/packageinstall_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package kappcontroller diff --git a/test/e2e/kappcontroller/packagemetadata_test.go b/test/e2e/kappcontroller/packagemetadata_test.go index 0868ef5bc..13c372920 100644 --- a/test/e2e/kappcontroller/packagemetadata_test.go +++ b/test/e2e/kappcontroller/packagemetadata_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package kappcontroller diff --git a/test/e2e/kappcontroller/pause_test.go b/test/e2e/kappcontroller/pause_test.go index b83f46ea5..1f036fef6 100644 --- a/test/e2e/kappcontroller/pause_test.go +++ b/test/e2e/kappcontroller/pause_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package kappcontroller diff --git a/test/e2e/kappcontroller/service_account_test.go b/test/e2e/kappcontroller/service_account_test.go index 95f0422be..4cd2ea70e 100644 --- a/test/e2e/kappcontroller/service_account_test.go +++ b/test/e2e/kappcontroller/service_account_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package kappcontroller diff --git a/test/e2e/kappcontroller/sops_age_test.go b/test/e2e/kappcontroller/sops_age_test.go index f4f034715..0d7b9e1a1 100644 --- a/test/e2e/kappcontroller/sops_age_test.go +++ b/test/e2e/kappcontroller/sops_age_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package kappcontroller diff --git a/test/e2e/kappcontroller/sops_test.go b/test/e2e/kappcontroller/sops_test.go index 568044c90..c40c44c72 100644 --- a/test/e2e/kappcontroller/sops_test.go +++ b/test/e2e/kappcontroller/sops_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package kappcontroller diff --git a/test/e2e/kappcontroller/template_test.go b/test/e2e/kappcontroller/template_test.go index 2a0f3f02c..9c6a52649 100644 --- a/test/e2e/kappcontroller/template_test.go +++ b/test/e2e/kappcontroller/template_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package kappcontroller @@ -326,9 +326,9 @@ stringData: logger.Section("deploy", func() { kapp.RunWithOpts([]string{"deploy", "-f", "-", "-a", name}, e2e.RunOpts{ - StdinReader: strings.NewReader(appYaml), - OnErrKubectl: []string{"get", "app", name, "-oyaml"}, - }) + StdinReader: strings.NewReader(appYaml), + OnErrKubectl: []string{"get", "app", name, "-oyaml"}, + }) }) logger.Section("check ConfigMap exists", func() { diff --git a/test/e2e/kubectl.go b/test/e2e/kubectl.go index 8ea076141..38abf4b26 100644 --- a/test/e2e/kubectl.go +++ b/test/e2e/kubectl.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package e2e diff --git a/test/e2e/secretgencontroller/private_registry_auth_test.go b/test/e2e/secretgencontroller/private_registry_auth_test.go index b84eb8997..a92cd15fb 100644 --- a/test/e2e/secretgencontroller/private_registry_auth_test.go +++ b/test/e2e/secretgencontroller/private_registry_auth_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package secretgencontroller diff --git a/test/e2e/secrets.go b/test/e2e/secrets.go index d62520bee..cb4d89f47 100644 --- a/test/e2e/secrets.go +++ b/test/e2e/secrets.go @@ -1,4 +1,4 @@ -// Copyright 2023 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package e2e diff --git a/test/e2e/service_accounts.go b/test/e2e/service_accounts.go index e3b66ef8b..15dd64d49 100644 --- a/test/e2e/service_accounts.go +++ b/test/e2e/service_accounts.go @@ -1,4 +1,4 @@ -// Copyright 2020 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package e2e