From 6baec0b587fc6f8fcf05cd46fc9da935498e63ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorsten=20Ro=C3=9Fner?= Date: Mon, 16 Jun 2025 16:38:48 +0200 Subject: [PATCH] chore(reuse): Annotate merge request templates in REUSE.toml --- REUSE.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/REUSE.toml b/REUSE.toml index 025e9a56..53bd3a3a 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -31,4 +31,9 @@ SPDX-License-Identifier = "CC-BY-SA-4.0" [[annotations]] path = ".opencode/screenshots/*" SPDX-FileCopyrightText = "2025 Zentrum für Digitale Souveränität der Öffentlichen Verwaltung (ZenDiS) GmbH" -SPDX-License-Identifier = "CC-BY-SA-4.0" \ No newline at end of file +SPDX-License-Identifier = "CC-BY-SA-4.0" + +[[annotations]] +path = ".gitlab/merge_request_templates/*.md" +SPDX-FileCopyrightText = "2025 Zentrum für Digitale Souveränität der Öffentlichen Verwaltung (ZenDiS) GmbH" +SPDX-License-Identifier = "Apache-2.0"