From 6ae68f4dea143827a086ffbe4fe6812b1606df18 Mon Sep 17 00:00:00 2001 From: Madhu Rajanna Date: Tue, 5 Nov 2024 15:40:39 +0100 Subject: [PATCH 1/2] rebase: update year in boilerplate updating the year in boilerplate template. Signed-off-by: Madhu Rajanna --- hack/boilerplate.go.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hack/boilerplate.go.txt b/hack/boilerplate.go.txt index 6421d76cf..c12dd3930 100644 --- a/hack/boilerplate.go.txt +++ b/hack/boilerplate.go.txt @@ -1,5 +1,5 @@ /* -Copyright 2022 The Kubernetes-CSI-Addons Authors. +Copyright 2024 The Kubernetes-CSI-Addons Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -12,4 +12,4 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -*/ \ No newline at end of file +*/ From ed2c2a54f45a4a196c452c62af56a5d907b4c772 Mon Sep 17 00:00:00 2001 From: Madhu Rajanna Date: Tue, 5 Nov 2024 15:53:26 +0100 Subject: [PATCH 2/2] api: update the generated files As the boilerpate code is changes same need to be updated on the generated deepcopy file as well. Signed-off-by: Madhu Rajanna --- api/csiaddons/v1alpha1/zz_generated.deepcopy.go | 2 +- api/replication.storage/v1alpha1/zz_generated.deepcopy.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/csiaddons/v1alpha1/zz_generated.deepcopy.go b/api/csiaddons/v1alpha1/zz_generated.deepcopy.go index 7368cc8d2..fbd6b5457 100644 --- a/api/csiaddons/v1alpha1/zz_generated.deepcopy.go +++ b/api/csiaddons/v1alpha1/zz_generated.deepcopy.go @@ -1,7 +1,7 @@ //go:build !ignore_autogenerated /* -Copyright 2022 The Kubernetes-CSI-Addons Authors. +Copyright 2024 The Kubernetes-CSI-Addons Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/api/replication.storage/v1alpha1/zz_generated.deepcopy.go b/api/replication.storage/v1alpha1/zz_generated.deepcopy.go index dcfe62b46..565ae0f63 100644 --- a/api/replication.storage/v1alpha1/zz_generated.deepcopy.go +++ b/api/replication.storage/v1alpha1/zz_generated.deepcopy.go @@ -1,7 +1,7 @@ //go:build !ignore_autogenerated /* -Copyright 2022 The Kubernetes-CSI-Addons Authors. +Copyright 2024 The Kubernetes-CSI-Addons Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.