From 23f2ebe86d362b73d446e9b6e502592a0ae9050d Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Fri, 3 May 2024 17:23:16 +0300 Subject: [PATCH] Update copyright year (GA API) Signed-off-by: Stefan Prodan --- api/v2/annotations.go | 2 +- api/v2/annotations_test.go | 2 +- api/v2/condition_types.go | 2 +- api/v2/doc.go | 4 ++-- api/v2/groupversion_info.go | 2 +- api/v2/helmrelease_types.go | 2 +- api/v2/reference_types.go | 2 +- api/v2/snapshot_types.go | 2 +- api/v2/snapshot_types_test.go | 2 +- api/v2/zz_generated.deepcopy.go | 2 +- api/v2beta1/zz_generated.deepcopy.go | 2 +- api/v2beta2/zz_generated.deepcopy.go | 2 +- docs/api/v2/helm.md | 2 +- hack/boilerplate.go.txt | 2 +- 14 files changed, 15 insertions(+), 15 deletions(-) diff --git a/api/v2/annotations.go b/api/v2/annotations.go index f658bfe41..2bd14057c 100644 --- a/api/v2/annotations.go +++ b/api/v2/annotations.go @@ -1,5 +1,5 @@ /* -Copyright 2023 The Flux authors +Copyright 2024 The Flux 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/v2/annotations_test.go b/api/v2/annotations_test.go index 8f81f7da0..f164c8e59 100644 --- a/api/v2/annotations_test.go +++ b/api/v2/annotations_test.go @@ -1,5 +1,5 @@ /* -Copyright 2023 The Flux authors +Copyright 2024 The Flux 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/v2/condition_types.go b/api/v2/condition_types.go index 88c3130e7..26a6d807a 100644 --- a/api/v2/condition_types.go +++ b/api/v2/condition_types.go @@ -1,5 +1,5 @@ /* -Copyright 2022 The Flux authors +Copyright 2024 The Flux 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/v2/doc.go b/api/v2/doc.go index 27b394db9..e04280738 100644 --- a/api/v2/doc.go +++ b/api/v2/doc.go @@ -1,5 +1,5 @@ /* -Copyright 2022 The Flux authors +Copyright 2024 The Flux authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. */ -// Package v2 contains API Schema definitions for the helm v2beta2 API group +// Package v2 contains API Schema definitions for the helm v2 API group // +kubebuilder:object:generate=true // +groupName=helm.toolkit.fluxcd.io package v2 diff --git a/api/v2/groupversion_info.go b/api/v2/groupversion_info.go index ff410c6ee..b280e5422 100644 --- a/api/v2/groupversion_info.go +++ b/api/v2/groupversion_info.go @@ -1,5 +1,5 @@ /* -Copyright 2022 The Flux authors +Copyright 2024 The Flux 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/v2/helmrelease_types.go b/api/v2/helmrelease_types.go index 7935c5a51..dd90fe6da 100644 --- a/api/v2/helmrelease_types.go +++ b/api/v2/helmrelease_types.go @@ -1,5 +1,5 @@ /* -Copyright 2022 The Flux authors +Copyright 2024 The Flux 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/v2/reference_types.go b/api/v2/reference_types.go index 522af4404..fe7003e34 100644 --- a/api/v2/reference_types.go +++ b/api/v2/reference_types.go @@ -1,5 +1,5 @@ /* -Copyright 2022 The Flux authors +Copyright 2024 The Flux 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/v2/snapshot_types.go b/api/v2/snapshot_types.go index 4aee39fb3..cd254e99a 100644 --- a/api/v2/snapshot_types.go +++ b/api/v2/snapshot_types.go @@ -1,5 +1,5 @@ /* -Copyright 2023 The Flux authors +Copyright 2024 The Flux 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/v2/snapshot_types_test.go b/api/v2/snapshot_types_test.go index 0a4006af7..5c95c39b5 100644 --- a/api/v2/snapshot_types_test.go +++ b/api/v2/snapshot_types_test.go @@ -1,5 +1,5 @@ /* -Copyright 2023 The Flux authors +Copyright 2024 The Flux 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/v2/zz_generated.deepcopy.go b/api/v2/zz_generated.deepcopy.go index fccd80a6a..6f477e31c 100644 --- a/api/v2/zz_generated.deepcopy.go +++ b/api/v2/zz_generated.deepcopy.go @@ -1,7 +1,7 @@ //go:build !ignore_autogenerated /* -Copyright 2022 The Flux authors +Copyright 2024 The Flux 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/v2beta1/zz_generated.deepcopy.go b/api/v2beta1/zz_generated.deepcopy.go index 9afc3f776..69eea9950 100644 --- a/api/v2beta1/zz_generated.deepcopy.go +++ b/api/v2beta1/zz_generated.deepcopy.go @@ -1,7 +1,7 @@ //go:build !ignore_autogenerated /* -Copyright 2022 The Flux authors +Copyright 2024 The Flux 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/v2beta2/zz_generated.deepcopy.go b/api/v2beta2/zz_generated.deepcopy.go index 7d7f3200a..2e5711694 100644 --- a/api/v2beta2/zz_generated.deepcopy.go +++ b/api/v2beta2/zz_generated.deepcopy.go @@ -1,7 +1,7 @@ //go:build !ignore_autogenerated /* -Copyright 2022 The Flux authors +Copyright 2024 The Flux 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/docs/api/v2/helm.md b/docs/api/v2/helm.md index b9ebff158..2eebb7b29 100644 --- a/docs/api/v2/helm.md +++ b/docs/api/v2/helm.md @@ -6,7 +6,7 @@

helm.toolkit.fluxcd.io/v2

-

Package v2 contains API Schema definitions for the helm v2beta2 API group

+

Package v2 contains API Schema definitions for the helm v2 API group

Resource Types: