From d4d2454e7edaaf94474da7d7153dceef199280a2 Mon Sep 17 00:00:00 2001 From: I312404 Date: Wed, 27 Nov 2024 12:28:39 +0530 Subject: [PATCH] fix: manually update fron 2023 SAP to 2024 SAP --- .reuse/dep5 | 2 +- README.md | 2 +- api/v1alpha1/groupversion_info.go | 2 +- api/v1alpha1/types.go | 2 +- api/v1alpha1/webhook.go | 2 +- internal/transformer/object_transformer.go | 2 +- main.go | 2 +- pkg/operator/binding.go | 2 +- pkg/operator/operator.go | 2 +- pkg/operator/operator_suite_test.go | 2 +- tests/e2e/operator_suite_test.go | 2 +- tests/e2e/util.go | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.reuse/dep5 b/.reuse/dep5 index 9b7194f..7050c47 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -25,7 +25,7 @@ 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 redis-operator contributors +Copyright: 2024 SAP SE or an SAP affiliate company and redis-operator contributors License: Apache-2.0 Files: pkg/operator/data/charts/redis/* diff --git a/README.md b/README.md index b2650a5..26d6122 100644 --- a/README.md +++ b/README.md @@ -167,4 +167,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 redis-operator 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/redis-operator). +Copyright 2024 SAP SE or an SAP affiliate company and redis-operator 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/redis-operator). diff --git a/api/v1alpha1/groupversion_info.go b/api/v1alpha1/groupversion_info.go index 04d9553..1b0647d 100644 --- a/api/v1alpha1/groupversion_info.go +++ b/api/v1alpha1/groupversion_info.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and redis-operator contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and redis-operator contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/api/v1alpha1/types.go b/api/v1alpha1/types.go index f8c59ab..af751f4 100644 --- a/api/v1alpha1/types.go +++ b/api/v1alpha1/types.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and redis-operator contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and redis-operator contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/api/v1alpha1/webhook.go b/api/v1alpha1/webhook.go index 966b867..f1a7e82 100644 --- a/api/v1alpha1/webhook.go +++ b/api/v1alpha1/webhook.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and redis-operator contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and redis-operator contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/internal/transformer/object_transformer.go b/internal/transformer/object_transformer.go index a4011f7..0db251f 100644 --- a/internal/transformer/object_transformer.go +++ b/internal/transformer/object_transformer.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and redis-operator contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and redis-operator contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/main.go b/main.go index 38eb2b6..50bcbdd 100644 --- a/main.go +++ b/main.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and redis-operator contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and redis-operator contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/pkg/operator/binding.go b/pkg/operator/binding.go index b520a85..30c98e4 100644 --- a/pkg/operator/binding.go +++ b/pkg/operator/binding.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and redis-operator contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and redis-operator contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/pkg/operator/operator.go b/pkg/operator/operator.go index 0ac99d3..3de9d33 100644 --- a/pkg/operator/operator.go +++ b/pkg/operator/operator.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and redis-operator contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and redis-operator contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/pkg/operator/operator_suite_test.go b/pkg/operator/operator_suite_test.go index 8e54b6d..b9385ca 100644 --- a/pkg/operator/operator_suite_test.go +++ b/pkg/operator/operator_suite_test.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and redis-operator contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and redis-operator contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/tests/e2e/operator_suite_test.go b/tests/e2e/operator_suite_test.go index 8903a2e..b522ce0 100644 --- a/tests/e2e/operator_suite_test.go +++ b/tests/e2e/operator_suite_test.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and redis-operator contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and redis-operator contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/tests/e2e/util.go b/tests/e2e/util.go index 7aa6ab1..c9154b7 100644 --- a/tests/e2e/util.go +++ b/tests/e2e/util.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and redis-operator contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and redis-operator contributors SPDX-License-Identifier: Apache-2.0 */