From 5932157454801600f2f2325d1756e9d0a884fd5a Mon Sep 17 00:00:00 2001 From: I312404 Date: Thu, 28 Nov 2024 16:36:13 +0530 Subject: [PATCH] fix: update SPDX copyright year to 2024 --- .reuse/dep5 | 2 +- README.md | 2 +- clm/clm.go | 2 +- clm/cmd/apply.go | 2 +- clm/cmd/delete.go | 2 +- clm/cmd/list.go | 2 +- clm/cmd/root.go | 2 +- clm/cmd/status.go | 2 +- clm/cmd/util.go | 2 +- clm/cmd/version.go | 2 +- clm/internal/backoff/backoff.go | 2 +- clm/internal/manifests/component.go | 2 +- clm/internal/manifests/generate.go | 2 +- clm/internal/manifests/util.go | 2 +- clm/internal/release/client.go | 2 +- clm/internal/release/release.go | 2 +- hack/boilerplate.go.txt | 2 +- internal/backoff/backoff.go | 2 +- internal/cluster/client.go | 2 +- internal/cluster/factory.go | 2 +- internal/cluster/types.go | 2 +- internal/fileutils/find.go | 2 +- internal/helm/capabilities.go | 2 +- internal/helm/chart.go | 2 +- internal/helm/chart_test.go | 2 +- internal/helm/hooks.go | 2 +- internal/helm/suite_test.go | 2 +- internal/helm/types.go | 2 +- internal/helm/util.go | 2 +- internal/helm/zz_generated.deepcopy.go | 2 +- internal/metrics/metrics.go | 2 +- internal/templatex/functions.go | 2 +- internal/version/version.go | 2 +- internal/walk/walk.go | 2 +- pkg/cluster/doc.go | 2 +- pkg/cluster/types.go | 2 +- pkg/component/component.go | 2 +- pkg/component/context.go | 2 +- pkg/component/doc.go | 2 +- pkg/component/reconciler.go | 2 +- pkg/component/reference.go | 2 +- pkg/component/target.go | 2 +- pkg/component/types.go | 2 +- pkg/component/types_ext.go | 2 +- pkg/component/util.go | 2 +- pkg/component/zz_generated.deepcopy.go | 2 +- pkg/manifests/doc.go | 2 +- pkg/manifests/dummy.go | 2 +- pkg/manifests/generator.go | 2 +- pkg/manifests/helm/doc.go | 2 +- pkg/manifests/helm/generator.go | 2 +- pkg/manifests/kustomize/doc.go | 2 +- pkg/manifests/kustomize/generator.go | 2 +- pkg/manifests/kustomize/util.go | 2 +- pkg/manifests/suite_test.go | 2 +- pkg/manifests/transformer.go | 2 +- pkg/manifests/types.go | 2 +- pkg/manifests/util.go | 2 +- pkg/manifests/util_test.go | 2 +- pkg/operator/doc.go | 2 +- pkg/operator/types.go | 2 +- pkg/reconciler/doc.go | 2 +- pkg/reconciler/inventory.go | 2 +- pkg/reconciler/reconciler.go | 2 +- pkg/reconciler/ssa.go | 2 +- pkg/reconciler/types.go | 2 +- pkg/reconciler/util.go | 2 +- pkg/reconciler/zz_generated.deepcopy.go | 2 +- pkg/status/analyzer.go | 2 +- pkg/status/analyzer_test.go | 2 +- pkg/status/doc.go | 2 +- pkg/status/status.go | 2 +- pkg/status/suite_test.go | 2 +- pkg/status/types.go | 2 +- pkg/types/constants.go | 2 +- pkg/types/doc.go | 2 +- pkg/types/errors.go | 2 +- pkg/types/object_key.go | 2 +- pkg/types/scheme.go | 2 +- pkg/types/unstructurable.go | 2 +- scaffold/scaffold.go | 2 +- 81 files changed, 81 insertions(+), 81 deletions(-) diff --git a/.reuse/dep5 b/.reuse/dep5 index 03ae981..d0dd431 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -25,5 +25,5 @@ Disclaimer: The code in this project may include calls to APIs ("API Calls") of parties the right to use of access any SAP External Product, through API Calls. Files: ** -Copyright: 2023 SAP SE or an SAP affiliate company and component-operator-runtime contributors +Copyright: 2024 SAP SE or an SAP affiliate company and component-operator-runtime contributors License: Apache-2.0 diff --git a/README.md b/README.md index 112669b..8796c9f 100644 --- a/README.md +++ b/README.md @@ -37,4 +37,4 @@ We as members, contributors, and leaders pledge to make participation in our com ## Licensing -Copyright 2023 SAP SE or an SAP affiliate company and component-operator-runtime contributors. Please see our [LICENSE](LICENSE) for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available [via the REUSE tool](https://api.reuse.software/info/github.com/SAP/component-operator-runtime). +Copyright 2024 SAP SE or an SAP affiliate company and component-operator-runtime contributors. Please see our [LICENSE](LICENSE) for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available [via the REUSE tool](https://api.reuse.software/info/github.com/SAP/component-operator-runtime). diff --git a/clm/clm.go b/clm/clm.go index ceebbda..30fffd6 100644 --- a/clm/clm.go +++ b/clm/clm.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and component-operator-runtime contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and component-operator-runtime contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/clm/cmd/apply.go b/clm/cmd/apply.go index 234b3ba..bb8d86a 100644 --- a/clm/cmd/apply.go +++ b/clm/cmd/apply.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and component-operator-runtime contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and component-operator-runtime contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/clm/cmd/delete.go b/clm/cmd/delete.go index 95454c6..9efec75 100644 --- a/clm/cmd/delete.go +++ b/clm/cmd/delete.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and component-operator-runtime contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and component-operator-runtime contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/clm/cmd/list.go b/clm/cmd/list.go index 1bff6ec..8a67ac3 100644 --- a/clm/cmd/list.go +++ b/clm/cmd/list.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and component-operator-runtime contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and component-operator-runtime contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/clm/cmd/root.go b/clm/cmd/root.go index 5495d66..fb5abad 100644 --- a/clm/cmd/root.go +++ b/clm/cmd/root.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and component-operator-runtime contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and component-operator-runtime contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/clm/cmd/status.go b/clm/cmd/status.go index 90a6385..5fdee03 100644 --- a/clm/cmd/status.go +++ b/clm/cmd/status.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and component-operator-runtime contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and component-operator-runtime contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/clm/cmd/util.go b/clm/cmd/util.go index 228cc0f..7e3d2c3 100644 --- a/clm/cmd/util.go +++ b/clm/cmd/util.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and component-operator-runtime contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and component-operator-runtime contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/clm/cmd/version.go b/clm/cmd/version.go index 36d27e7..25fbb09 100644 --- a/clm/cmd/version.go +++ b/clm/cmd/version.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and component-operator-runtime contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and component-operator-runtime contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/clm/internal/backoff/backoff.go b/clm/internal/backoff/backoff.go index 5d8779f..23c83ef 100644 --- a/clm/internal/backoff/backoff.go +++ b/clm/internal/backoff/backoff.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and component-operator-runtime contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and component-operator-runtime contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/clm/internal/manifests/component.go b/clm/internal/manifests/component.go index a293a07..48454f7 100644 --- a/clm/internal/manifests/component.go +++ b/clm/internal/manifests/component.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and component-operator-runtime contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and component-operator-runtime contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/clm/internal/manifests/generate.go b/clm/internal/manifests/generate.go index 875df26..4bacda3 100644 --- a/clm/internal/manifests/generate.go +++ b/clm/internal/manifests/generate.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and component-operator-runtime contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and component-operator-runtime contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/clm/internal/manifests/util.go b/clm/internal/manifests/util.go index 21cc6d8..7ea4133 100644 --- a/clm/internal/manifests/util.go +++ b/clm/internal/manifests/util.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and component-operator-runtime contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and component-operator-runtime contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/clm/internal/release/client.go b/clm/internal/release/client.go index 706a06c..6f9bd8d 100644 --- a/clm/internal/release/client.go +++ b/clm/internal/release/client.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and component-operator-runtime contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and component-operator-runtime contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/clm/internal/release/release.go b/clm/internal/release/release.go index 42d241b..5032aa9 100644 --- a/clm/internal/release/release.go +++ b/clm/internal/release/release.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and component-operator-runtime contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and component-operator-runtime contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/hack/boilerplate.go.txt b/hack/boilerplate.go.txt index 95c50c3..3a8be97 100644 --- a/hack/boilerplate.go.txt +++ b/hack/boilerplate.go.txt @@ -1,4 +1,4 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and component-operator-runtime contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and component-operator-runtime contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/internal/backoff/backoff.go b/internal/backoff/backoff.go index a851519..bbf7298 100644 --- a/internal/backoff/backoff.go +++ b/internal/backoff/backoff.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and component-operator-runtime contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and component-operator-runtime contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/internal/cluster/client.go b/internal/cluster/client.go index ad3d70c..8357739 100644 --- a/internal/cluster/client.go +++ b/internal/cluster/client.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and component-operator-runtime contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and component-operator-runtime contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/internal/cluster/factory.go b/internal/cluster/factory.go index ef5bc83..367d006 100644 --- a/internal/cluster/factory.go +++ b/internal/cluster/factory.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and component-operator-runtime contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and component-operator-runtime contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/internal/cluster/types.go b/internal/cluster/types.go index 2f58963..5fec371 100644 --- a/internal/cluster/types.go +++ b/internal/cluster/types.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and component-operator-runtime contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and component-operator-runtime contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/internal/fileutils/find.go b/internal/fileutils/find.go index 55d9d97..8f91bd1 100644 --- a/internal/fileutils/find.go +++ b/internal/fileutils/find.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and component-operator-runtime contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and component-operator-runtime contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/internal/helm/capabilities.go b/internal/helm/capabilities.go index 3bdf3a3..e977f3f 100644 --- a/internal/helm/capabilities.go +++ b/internal/helm/capabilities.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and component-operator-runtime contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and component-operator-runtime contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/internal/helm/chart.go b/internal/helm/chart.go index 379c30e..99a18da 100644 --- a/internal/helm/chart.go +++ b/internal/helm/chart.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and component-operator-runtime contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and component-operator-runtime contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/internal/helm/chart_test.go b/internal/helm/chart_test.go index 841af18..c935ae0 100644 --- a/internal/helm/chart_test.go +++ b/internal/helm/chart_test.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and component-operator-runtime contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and component-operator-runtime contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/internal/helm/hooks.go b/internal/helm/hooks.go index aecf199..c58ced6 100644 --- a/internal/helm/hooks.go +++ b/internal/helm/hooks.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and component-operator-runtime contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and component-operator-runtime contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/internal/helm/suite_test.go b/internal/helm/suite_test.go index 045c131..0cce2bb 100644 --- a/internal/helm/suite_test.go +++ b/internal/helm/suite_test.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and component-operator-runtime contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and component-operator-runtime contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/internal/helm/types.go b/internal/helm/types.go index b98ef38..03e38d2 100644 --- a/internal/helm/types.go +++ b/internal/helm/types.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and component-operator-runtime contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and component-operator-runtime contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/internal/helm/util.go b/internal/helm/util.go index 0ae7c70..a7ce2b9 100644 --- a/internal/helm/util.go +++ b/internal/helm/util.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and component-operator-runtime contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and component-operator-runtime contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/internal/helm/zz_generated.deepcopy.go b/internal/helm/zz_generated.deepcopy.go index a315d59..84c2a61 100644 --- a/internal/helm/zz_generated.deepcopy.go +++ b/internal/helm/zz_generated.deepcopy.go @@ -1,7 +1,7 @@ //go:build !ignore_autogenerated /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and component-operator-runtime contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and component-operator-runtime contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/internal/metrics/metrics.go b/internal/metrics/metrics.go index d6e3553..d0e353a 100644 --- a/internal/metrics/metrics.go +++ b/internal/metrics/metrics.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and component-operator-runtime contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and component-operator-runtime contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/internal/templatex/functions.go b/internal/templatex/functions.go index 3e53279..817f309 100644 --- a/internal/templatex/functions.go +++ b/internal/templatex/functions.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and component-operator-runtime contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and component-operator-runtime contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/internal/version/version.go b/internal/version/version.go index 5b4fcc9..267287b 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and component-operator-runtime contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and component-operator-runtime contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/internal/walk/walk.go b/internal/walk/walk.go index 5dcfcd8..135d385 100644 --- a/internal/walk/walk.go +++ b/internal/walk/walk.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and component-operator-runtime contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and component-operator-runtime contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/pkg/cluster/doc.go b/pkg/cluster/doc.go index 269fe20..004e0c4 100644 --- a/pkg/cluster/doc.go +++ b/pkg/cluster/doc.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and component-operator-runtime contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and component-operator-runtime contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/pkg/cluster/types.go b/pkg/cluster/types.go index 35167d7..5f215a3 100644 --- a/pkg/cluster/types.go +++ b/pkg/cluster/types.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and component-operator-runtime contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and component-operator-runtime contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/pkg/component/component.go b/pkg/component/component.go index e540c3c..db8809a 100644 --- a/pkg/component/component.go +++ b/pkg/component/component.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and component-operator-runtime contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and component-operator-runtime contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/pkg/component/context.go b/pkg/component/context.go index c49a810..b8f0237 100644 --- a/pkg/component/context.go +++ b/pkg/component/context.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and component-operator-runtime contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and component-operator-runtime contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/pkg/component/doc.go b/pkg/component/doc.go index 0974be7..10940bb 100644 --- a/pkg/component/doc.go +++ b/pkg/component/doc.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and component-operator-runtime contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and component-operator-runtime contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/pkg/component/reconciler.go b/pkg/component/reconciler.go index 0f32ea3..7e2e3f9 100644 --- a/pkg/component/reconciler.go +++ b/pkg/component/reconciler.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and component-operator-runtime contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and component-operator-runtime contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/pkg/component/reference.go b/pkg/component/reference.go index a1b4079..15f8b70 100644 --- a/pkg/component/reference.go +++ b/pkg/component/reference.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and component-operator-runtime contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and component-operator-runtime contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/pkg/component/target.go b/pkg/component/target.go index f1af9a8..d695dc3 100644 --- a/pkg/component/target.go +++ b/pkg/component/target.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and component-operator-runtime contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and component-operator-runtime contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/pkg/component/types.go b/pkg/component/types.go index 43f72a0..28441df 100644 --- a/pkg/component/types.go +++ b/pkg/component/types.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and component-operator-runtime contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and component-operator-runtime contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/pkg/component/types_ext.go b/pkg/component/types_ext.go index da2ec06..6512a99 100644 --- a/pkg/component/types_ext.go +++ b/pkg/component/types_ext.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and component-operator-runtime contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and component-operator-runtime contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/pkg/component/util.go b/pkg/component/util.go index 0856e1e..880adad 100644 --- a/pkg/component/util.go +++ b/pkg/component/util.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and component-operator-runtime contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and component-operator-runtime contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/pkg/component/zz_generated.deepcopy.go b/pkg/component/zz_generated.deepcopy.go index 72d2dea..a19c9d6 100644 --- a/pkg/component/zz_generated.deepcopy.go +++ b/pkg/component/zz_generated.deepcopy.go @@ -1,7 +1,7 @@ //go:build !ignore_autogenerated /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and component-operator-runtime contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and component-operator-runtime contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/pkg/manifests/doc.go b/pkg/manifests/doc.go index 461e4f2..0ecbaac 100644 --- a/pkg/manifests/doc.go +++ b/pkg/manifests/doc.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and component-operator-runtime contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and component-operator-runtime contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/pkg/manifests/dummy.go b/pkg/manifests/dummy.go index 591e30a..46edae1 100644 --- a/pkg/manifests/dummy.go +++ b/pkg/manifests/dummy.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and component-operator-runtime contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and component-operator-runtime contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/pkg/manifests/generator.go b/pkg/manifests/generator.go index fcac247..d2bb848 100644 --- a/pkg/manifests/generator.go +++ b/pkg/manifests/generator.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and component-operator-runtime contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and component-operator-runtime contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/pkg/manifests/helm/doc.go b/pkg/manifests/helm/doc.go index 850abd5..ff85afd 100644 --- a/pkg/manifests/helm/doc.go +++ b/pkg/manifests/helm/doc.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and component-operator-runtime contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and component-operator-runtime contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/pkg/manifests/helm/generator.go b/pkg/manifests/helm/generator.go index 98ea6e5..4a1eeda 100644 --- a/pkg/manifests/helm/generator.go +++ b/pkg/manifests/helm/generator.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and component-operator-runtime contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and component-operator-runtime contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/pkg/manifests/kustomize/doc.go b/pkg/manifests/kustomize/doc.go index 42e1e98..1f7b672 100644 --- a/pkg/manifests/kustomize/doc.go +++ b/pkg/manifests/kustomize/doc.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and component-operator-runtime contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and component-operator-runtime contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/pkg/manifests/kustomize/generator.go b/pkg/manifests/kustomize/generator.go index 74e8609..df4cb08 100644 --- a/pkg/manifests/kustomize/generator.go +++ b/pkg/manifests/kustomize/generator.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and component-operator-runtime contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and component-operator-runtime contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/pkg/manifests/kustomize/util.go b/pkg/manifests/kustomize/util.go index c53f512..7de26db 100644 --- a/pkg/manifests/kustomize/util.go +++ b/pkg/manifests/kustomize/util.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and component-operator-runtime contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and component-operator-runtime contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/pkg/manifests/suite_test.go b/pkg/manifests/suite_test.go index 48db289..6b5bd02 100644 --- a/pkg/manifests/suite_test.go +++ b/pkg/manifests/suite_test.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and component-operator-runtime contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and component-operator-runtime contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/pkg/manifests/transformer.go b/pkg/manifests/transformer.go index d01d462..12841ae 100644 --- a/pkg/manifests/transformer.go +++ b/pkg/manifests/transformer.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and component-operator-runtime contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and component-operator-runtime contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/pkg/manifests/types.go b/pkg/manifests/types.go index 3278281..4dc94e9 100644 --- a/pkg/manifests/types.go +++ b/pkg/manifests/types.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and component-operator-runtime contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and component-operator-runtime contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/pkg/manifests/util.go b/pkg/manifests/util.go index acf759f..ae88ecf 100644 --- a/pkg/manifests/util.go +++ b/pkg/manifests/util.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and component-operator-runtime contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and component-operator-runtime contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/pkg/manifests/util_test.go b/pkg/manifests/util_test.go index 4ccc6dc..9930ff9 100644 --- a/pkg/manifests/util_test.go +++ b/pkg/manifests/util_test.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and component-operator-runtime contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and component-operator-runtime contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/pkg/operator/doc.go b/pkg/operator/doc.go index dcb7394..e880465 100644 --- a/pkg/operator/doc.go +++ b/pkg/operator/doc.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and component-operator-runtime contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and component-operator-runtime contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/pkg/operator/types.go b/pkg/operator/types.go index d6dfa82..3c27b11 100644 --- a/pkg/operator/types.go +++ b/pkg/operator/types.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and component-operator-runtime contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and component-operator-runtime contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/pkg/reconciler/doc.go b/pkg/reconciler/doc.go index 824ce34..1ab0649 100644 --- a/pkg/reconciler/doc.go +++ b/pkg/reconciler/doc.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and component-operator-runtime contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and component-operator-runtime contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/pkg/reconciler/inventory.go b/pkg/reconciler/inventory.go index c762d96..1ec6a1c 100644 --- a/pkg/reconciler/inventory.go +++ b/pkg/reconciler/inventory.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and component-operator-runtime contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and component-operator-runtime contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/pkg/reconciler/reconciler.go b/pkg/reconciler/reconciler.go index d4ee07b..f1cb664 100644 --- a/pkg/reconciler/reconciler.go +++ b/pkg/reconciler/reconciler.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and component-operator-runtime contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and component-operator-runtime contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/pkg/reconciler/ssa.go b/pkg/reconciler/ssa.go index 72e7df5..b7665a8 100644 --- a/pkg/reconciler/ssa.go +++ b/pkg/reconciler/ssa.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and component-operator-runtime contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and component-operator-runtime contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/pkg/reconciler/types.go b/pkg/reconciler/types.go index 72a15d8..2458b86 100644 --- a/pkg/reconciler/types.go +++ b/pkg/reconciler/types.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and component-operator-runtime contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and component-operator-runtime contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/pkg/reconciler/util.go b/pkg/reconciler/util.go index 79bbd1c..e35ac58 100644 --- a/pkg/reconciler/util.go +++ b/pkg/reconciler/util.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and component-operator-runtime contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and component-operator-runtime contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/pkg/reconciler/zz_generated.deepcopy.go b/pkg/reconciler/zz_generated.deepcopy.go index 9a8f548..a9d841d 100644 --- a/pkg/reconciler/zz_generated.deepcopy.go +++ b/pkg/reconciler/zz_generated.deepcopy.go @@ -1,7 +1,7 @@ //go:build !ignore_autogenerated /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and component-operator-runtime contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and component-operator-runtime contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/pkg/status/analyzer.go b/pkg/status/analyzer.go index 342e952..fde98f9 100644 --- a/pkg/status/analyzer.go +++ b/pkg/status/analyzer.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and component-operator-runtime contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and component-operator-runtime contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/pkg/status/analyzer_test.go b/pkg/status/analyzer_test.go index fdda642..f7dab6f 100644 --- a/pkg/status/analyzer_test.go +++ b/pkg/status/analyzer_test.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and component-operator-runtime contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and component-operator-runtime contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/pkg/status/doc.go b/pkg/status/doc.go index 985d111..b6327be 100644 --- a/pkg/status/doc.go +++ b/pkg/status/doc.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and component-operator-runtime contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and component-operator-runtime contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/pkg/status/status.go b/pkg/status/status.go index 639b5d9..772c04b 100644 --- a/pkg/status/status.go +++ b/pkg/status/status.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and component-operator-runtime contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and component-operator-runtime contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/pkg/status/suite_test.go b/pkg/status/suite_test.go index 29e8b9e..c1a06ba 100644 --- a/pkg/status/suite_test.go +++ b/pkg/status/suite_test.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and component-operator-runtime contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and component-operator-runtime contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/pkg/status/types.go b/pkg/status/types.go index 9a758b9..a111825 100644 --- a/pkg/status/types.go +++ b/pkg/status/types.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and component-operator-runtime contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and component-operator-runtime contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/pkg/types/constants.go b/pkg/types/constants.go index ff9c836..2b8ed7f 100644 --- a/pkg/types/constants.go +++ b/pkg/types/constants.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and component-operator-runtime contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and component-operator-runtime contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/pkg/types/doc.go b/pkg/types/doc.go index 54446c3..bc8e161 100644 --- a/pkg/types/doc.go +++ b/pkg/types/doc.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and component-operator-runtime contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and component-operator-runtime contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/pkg/types/errors.go b/pkg/types/errors.go index 2fe7541..bbdb92f 100644 --- a/pkg/types/errors.go +++ b/pkg/types/errors.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and component-operator-runtime contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and component-operator-runtime contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/pkg/types/object_key.go b/pkg/types/object_key.go index d0dba8d..28f145d 100644 --- a/pkg/types/object_key.go +++ b/pkg/types/object_key.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and component-operator-runtime contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and component-operator-runtime contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/pkg/types/scheme.go b/pkg/types/scheme.go index ff5a0f3..215f4a2 100644 --- a/pkg/types/scheme.go +++ b/pkg/types/scheme.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and component-operator-runtime contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and component-operator-runtime contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/pkg/types/unstructurable.go b/pkg/types/unstructurable.go index 7a72d3f..aca120d 100644 --- a/pkg/types/unstructurable.go +++ b/pkg/types/unstructurable.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and component-operator-runtime contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and component-operator-runtime contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/scaffold/scaffold.go b/scaffold/scaffold.go index e4bd63a..e17733f 100644 --- a/scaffold/scaffold.go +++ b/scaffold/scaffold.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and component-operator-runtime contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and component-operator-runtime contributors SPDX-License-Identifier: Apache-2.0 */