diff --git a/REUSE.toml b/REUSE.toml index 2039aa8..7c05a17 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -23,11 +23,11 @@ path = [ "REUSE.toml" ] precedence = "aggregate" -SPDX-FileCopyrightText = "2026 SAP SE or an SAP affiliate company and IronCore contributors" +SPDX-FileCopyrightText = "SAP SE or an SAP affiliate company and IronCore contributors" SPDX-License-Identifier = "Apache-2.0" [[annotations]] path = ["docs/**", "README.md"] precedence = "aggregate" -SPDX-FileCopyrightText = "2026 SAP SE or an SAP affiliate company and IronCore contributors" +SPDX-FileCopyrightText = "SAP SE or an SAP affiliate company and IronCore contributors" SPDX-License-Identifier = "Apache-2.0" diff --git a/cmd/main.go b/cmd/main.go index 4a32a49..ed66a03 100644 --- a/cmd/main.go +++ b/cmd/main.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2026 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-FileCopyrightText: SAP SE or an SAP affiliate company and IronCore contributors // SPDX-License-Identifier: Apache-2.0 package main diff --git a/hack/boilerplate.go.txt b/hack/boilerplate.go.txt index f376d90..a0e48ee 100644 --- a/hack/boilerplate.go.txt +++ b/hack/boilerplate.go.txt @@ -1,2 +1,2 @@ -// SPDX-FileCopyrightText: 2026 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-FileCopyrightText: SAP SE or an SAP affiliate company and IronCore contributors // SPDX-License-Identifier: Apache-2.0 diff --git a/hack/license-header.txt b/hack/license-header.txt index 62b052b..6d56df4 100644 --- a/hack/license-header.txt +++ b/hack/license-header.txt @@ -1,2 +1,2 @@ -SPDX-FileCopyrightText: 2026 SAP SE or an SAP affiliate company and IronCore contributors +SPDX-FileCopyrightText: SAP SE or an SAP affiliate company and IronCore contributors SPDX-License-Identifier: Apache-2.0 diff --git a/internal/client/config/getter.go b/internal/client/config/getter.go index f3c882f..a5a0bcc 100644 --- a/internal/client/config/getter.go +++ b/internal/client/config/getter.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-FileCopyrightText: SAP SE or an SAP affiliate company and IronCore contributors // SPDX-License-Identifier: Apache-2.0 package config diff --git a/internal/client/index/index.go b/internal/client/index/index.go index 9d9ca07..bbe1c52 100644 --- a/internal/client/index/index.go +++ b/internal/client/index/index.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-FileCopyrightText: SAP SE or an SAP affiliate company and IronCore contributors // SPDX-License-Identifier: Apache-2.0 package index diff --git a/internal/controllers/machinepool_lifecycle_controller.go b/internal/controllers/machinepool_lifecycle_controller.go index d4fea00..3b35de4 100644 --- a/internal/controllers/machinepool_lifecycle_controller.go +++ b/internal/controllers/machinepool_lifecycle_controller.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-FileCopyrightText: SAP SE or an SAP affiliate company and IronCore contributors // SPDX-License-Identifier: Apache-2.0 package controllers diff --git a/internal/controllers/machinepool_lifecycle_controller_test.go b/internal/controllers/machinepool_lifecycle_controller_test.go index 28ea126..2ba493b 100644 --- a/internal/controllers/machinepool_lifecycle_controller_test.go +++ b/internal/controllers/machinepool_lifecycle_controller_test.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-FileCopyrightText: SAP SE or an SAP affiliate company and IronCore contributors // SPDX-License-Identifier: Apache-2.0 package controllers_test diff --git a/internal/controllers/suite_test.go b/internal/controllers/suite_test.go index ffee73e..8b49a61 100644 --- a/internal/controllers/suite_test.go +++ b/internal/controllers/suite_test.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-FileCopyrightText: SAP SE or an SAP affiliate company and IronCore contributors // SPDX-License-Identifier: Apache-2.0 package controllers_test