From 08a69e3ae52c077f1591d99e14201f2b27c49ef3 Mon Sep 17 00:00:00 2001 From: Felix Riegger Date: Wed, 9 Sep 2026 10:40:34 +0200 Subject: [PATCH] Remove year from license headers Signed-off-by: Felix Riegger --- REUSE.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/REUSE.toml b/REUSE.toml index ba4bd39..24e70d9 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -13,11 +13,11 @@ path = [ "hack/**", ] precedence = "aggregate" -SPDX-FileCopyrightText = "2024 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 = "README.md" precedence = "aggregate" -SPDX-FileCopyrightText = "2024 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"