From d89646b1b4c0365464729989306120d0c7ae4e17 Mon Sep 17 00:00:00 2001 From: I312404 Date: Thu, 28 Nov 2024 12:25:30 +0530 Subject: [PATCH] update copyright year to 2024 in various files --- .reuse/dep5 | 2 +- README.md | 2 +- cmd/webhook/main.go | 2 +- hack/boilerplate.go.txt | 2 +- internal/webhook/mutator.go | 2 +- internal/webhook/mutator_test.go | 2 +- internal/webhook/suite_test.go | 2 +- internal/webhook/utils.go | 2 +- internal/webhook/utils_test.go | 2 +- internal/webhook/webhook.go | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.reuse/dep5 b/.reuse/dep5 index f394dc3..273a70f 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 contributors +Copyright: 2024 SAP SE or an SAP affiliate company and secret-generator contributors License: Apache-2.0 diff --git a/README.md b/README.md index ad241c7..29706a9 100644 --- a/README.md +++ b/README.md @@ -70,4 +70,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 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). +Copyright 2024 SAP SE or an SAP affiliate company and secret-generator 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). diff --git a/cmd/webhook/main.go b/cmd/webhook/main.go index 1ffe52b..e37b071 100644 --- a/cmd/webhook/main.go +++ b/cmd/webhook/main.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and secret-generator contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and secret-generator contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/hack/boilerplate.go.txt b/hack/boilerplate.go.txt index e9c2b52..97e4144 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 contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and secret-generator contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/internal/webhook/mutator.go b/internal/webhook/mutator.go index b35705d..2319103 100644 --- a/internal/webhook/mutator.go +++ b/internal/webhook/mutator.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and secret-generator contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and secret-generator contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/internal/webhook/mutator_test.go b/internal/webhook/mutator_test.go index ab8acac..e4c39f2 100644 --- a/internal/webhook/mutator_test.go +++ b/internal/webhook/mutator_test.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and secret-generator contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and secret-generator contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/internal/webhook/suite_test.go b/internal/webhook/suite_test.go index b26cd53..c2a024d 100644 --- a/internal/webhook/suite_test.go +++ b/internal/webhook/suite_test.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and secret-generator contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and secret-generator contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/internal/webhook/utils.go b/internal/webhook/utils.go index a37f07f..fda7485 100644 --- a/internal/webhook/utils.go +++ b/internal/webhook/utils.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and secret-generator contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and secret-generator contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/internal/webhook/utils_test.go b/internal/webhook/utils_test.go index 5cb15b2..9f08e8e 100644 --- a/internal/webhook/utils_test.go +++ b/internal/webhook/utils_test.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and secret-generator contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and secret-generator contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/internal/webhook/webhook.go b/internal/webhook/webhook.go index c85fa9a..77989f3 100644 --- a/internal/webhook/webhook.go +++ b/internal/webhook/webhook.go @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and secret-generator contributors +SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and secret-generator contributors SPDX-License-Identifier: Apache-2.0 */