From fe88df6fa138e41db5949b3bb256c1413039b187 Mon Sep 17 00:00:00 2001 From: I312404 Date: Wed, 4 Dec 2024 14:59:56 +0530 Subject: [PATCH] update copyright year from 2023 to 2024 in multiple files --- .reuse/dep5 | 2 +- README.md | 2 +- api/v1alpha1/groupversion_info.go | 2 +- api/v1alpha1/types.go | 2 +- api/v1alpha1/zz_generated.deepcopy.go | 2 +- hack/boilerplate.go.txt | 2 +- internal/transformer/transformer.go | 2 +- main.go | 2 +- pkg/operator/operator.go | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.reuse/dep5 b/.reuse/dep5 index 59a82f5..9deb248 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 secret-generator-cop contributors +Copyright: 2024 SAP SE or an SAP affiliate company and secret-generator-cop contributors License: Apache-2.0 diff --git a/README.md b/README.md index 4aa48f7..9a982f7 100644 --- a/README.md +++ b/README.md @@ -16,4 +16,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 secret-generator-cop 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/secret-generator-cop). +Copyright 2024 SAP SE or an SAP affiliate company and secret-generator-cop 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/secret-generator-cop). diff --git a/api/v1alpha1/groupversion_info.go b/api/v1alpha1/groupversion_info.go index faaee07..f727457 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 secret-generator-cop contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and secret-generator-cop contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/api/v1alpha1/types.go b/api/v1alpha1/types.go index 8c31975..53f31f8 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 secret-generator-cop contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and secret-generator-cop contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/api/v1alpha1/zz_generated.deepcopy.go b/api/v1alpha1/zz_generated.deepcopy.go index 596ee62..cdfabc4 100644 --- a/api/v1alpha1/zz_generated.deepcopy.go +++ b/api/v1alpha1/zz_generated.deepcopy.go @@ -1,7 +1,7 @@ //go:build !ignore_autogenerated /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and secret-generator-cop contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and secret-generator-cop contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/hack/boilerplate.go.txt b/hack/boilerplate.go.txt index b4cc38b..1acfbb6 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 secret-generator-cop contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and secret-generator-cop contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/internal/transformer/transformer.go b/internal/transformer/transformer.go index 80154a8..22baa8f 100644 --- a/internal/transformer/transformer.go +++ b/internal/transformer/transformer.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and secret-generator-cop contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and secret-generator-cop contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/main.go b/main.go index 6ae9147..8e48faf 100644 --- a/main.go +++ b/main.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and secret-generator-cop contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and secret-generator-cop contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/pkg/operator/operator.go b/pkg/operator/operator.go index f8eac76..895f632 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 secret-generator-cop contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and secret-generator-cop contributors SPDX-License-Identifier: Apache-2.0 */