From 8b5e6a31aeaa70cee0af1215fb33101c4ecc6c7d Mon Sep 17 00:00:00 2001 From: Praveen Rewar <8457124+praveenrewar@users.noreply.github.com> Date: Tue, 16 Apr 2024 12:02:12 +0530 Subject: [PATCH] Update missed copyright headers Signed-off-by: Praveen Rewar <8457124+praveenrewar@users.noreply.github.com> --- pkg/kapp/clusterapply/exists_change.go | 2 +- pkg/kapp/cmd/warning_flags.go | 2 +- pkg/kapp/diff/change_set_with_versioned_rs_test.go | 2 +- pkg/kapp/diffgraph/change_group_test.go | 2 +- pkg/kapp/resources/identified_resources_list_test.go | 2 +- .../packaging_carvel_dev_v1alpha1_packageinstall.go | 2 +- .../packaging_carvel_dev_v1alpha1_packagerepository.go | 2 +- pkg/kapp/yttresmod/overlay_contract_v1_mod.go | 2 +- test/e2e/annotations_test.go | 2 +- test/e2e/common.go | 2 +- test/e2e/crd_versions_with_gk_scoping_test.go | 2 +- test/e2e/diff_filter_test.go | 2 +- test/e2e/exists_ann_test.go | 2 +- test/e2e/noop_ann_test.go | 2 +- test/e2e/wait_timeout_test.go | 2 +- test/e2e/warnings_test.go | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/pkg/kapp/clusterapply/exists_change.go b/pkg/kapp/clusterapply/exists_change.go index 8e44e6907..78bc4bb0e 100644 --- a/pkg/kapp/clusterapply/exists_change.go +++ b/pkg/kapp/clusterapply/exists_change.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package clusterapply diff --git a/pkg/kapp/cmd/warning_flags.go b/pkg/kapp/cmd/warning_flags.go index 439d2fa9c..32ea6578d 100644 --- a/pkg/kapp/cmd/warning_flags.go +++ b/pkg/kapp/cmd/warning_flags.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package cmd diff --git a/pkg/kapp/diff/change_set_with_versioned_rs_test.go b/pkg/kapp/diff/change_set_with_versioned_rs_test.go index ee7715ace..d75485f28 100644 --- a/pkg/kapp/diff/change_set_with_versioned_rs_test.go +++ b/pkg/kapp/diff/change_set_with_versioned_rs_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package diff diff --git a/pkg/kapp/diffgraph/change_group_test.go b/pkg/kapp/diffgraph/change_group_test.go index 57a98079e..5f82d5581 100644 --- a/pkg/kapp/diffgraph/change_group_test.go +++ b/pkg/kapp/diffgraph/change_group_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package diffgraph_test diff --git a/pkg/kapp/resources/identified_resources_list_test.go b/pkg/kapp/resources/identified_resources_list_test.go index d16c94682..435c77631 100644 --- a/pkg/kapp/resources/identified_resources_list_test.go +++ b/pkg/kapp/resources/identified_resources_list_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package resources_test diff --git a/pkg/kapp/resourcesmisc/packaging_carvel_dev_v1alpha1_packageinstall.go b/pkg/kapp/resourcesmisc/packaging_carvel_dev_v1alpha1_packageinstall.go index 4d674e630..bf0d1fe2f 100644 --- a/pkg/kapp/resourcesmisc/packaging_carvel_dev_v1alpha1_packageinstall.go +++ b/pkg/kapp/resourcesmisc/packaging_carvel_dev_v1alpha1_packageinstall.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package resourcesmisc diff --git a/pkg/kapp/resourcesmisc/packaging_carvel_dev_v1alpha1_packagerepository.go b/pkg/kapp/resourcesmisc/packaging_carvel_dev_v1alpha1_packagerepository.go index 00678a16b..802b1aad3 100644 --- a/pkg/kapp/resourcesmisc/packaging_carvel_dev_v1alpha1_packagerepository.go +++ b/pkg/kapp/resourcesmisc/packaging_carvel_dev_v1alpha1_packagerepository.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package resourcesmisc diff --git a/pkg/kapp/yttresmod/overlay_contract_v1_mod.go b/pkg/kapp/yttresmod/overlay_contract_v1_mod.go index 916c456f7..091ac58c1 100644 --- a/pkg/kapp/yttresmod/overlay_contract_v1_mod.go +++ b/pkg/kapp/yttresmod/overlay_contract_v1_mod.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package yttresmod diff --git a/test/e2e/annotations_test.go b/test/e2e/annotations_test.go index 8a0108d9a..3b8e52cca 100644 --- a/test/e2e/annotations_test.go +++ b/test/e2e/annotations_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/test/e2e/common.go b/test/e2e/common.go index 0c00426af..edefdec0a 100644 --- a/test/e2e/common.go +++ b/test/e2e/common.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/test/e2e/crd_versions_with_gk_scoping_test.go b/test/e2e/crd_versions_with_gk_scoping_test.go index 958a10de7..79c725130 100644 --- a/test/e2e/crd_versions_with_gk_scoping_test.go +++ b/test/e2e/crd_versions_with_gk_scoping_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/test/e2e/diff_filter_test.go b/test/e2e/diff_filter_test.go index 3a73a1257..0ef66a780 100644 --- a/test/e2e/diff_filter_test.go +++ b/test/e2e/diff_filter_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/test/e2e/exists_ann_test.go b/test/e2e/exists_ann_test.go index 7c761a984..cb38cba03 100644 --- a/test/e2e/exists_ann_test.go +++ b/test/e2e/exists_ann_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/test/e2e/noop_ann_test.go b/test/e2e/noop_ann_test.go index e0ff7a867..40c488c34 100644 --- a/test/e2e/noop_ann_test.go +++ b/test/e2e/noop_ann_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/test/e2e/wait_timeout_test.go b/test/e2e/wait_timeout_test.go index c47276223..f77fa4608 100644 --- a/test/e2e/wait_timeout_test.go +++ b/test/e2e/wait_timeout_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/test/e2e/warnings_test.go b/test/e2e/warnings_test.go index a2f579c8a..6a14f6db4 100644 --- a/test/e2e/warnings_test.go +++ b/test/e2e/warnings_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 VMware, Inc. +// Copyright 2024 The Carvel Authors. // SPDX-License-Identifier: Apache-2.0 package e2e