From b9230e949b754096489c28fb36f6741fbf98d876 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Jaenisch?= Date: Tue, 13 May 2025 13:36:42 +0200 Subject: [PATCH] update REUSE.toml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add license information to the new files. Signed-off-by: André Jaenisch --- REUSE.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/REUSE.toml b/REUSE.toml index c784b8c..df36b7b 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -10,7 +10,7 @@ SPDX-FileCopyrightText = "WTF Kooperative eG " SPDX-License-Identifier = "AGPL-3.0-or-later" [[annotations]] -path = [".browserslistrc", ".dockerignore", ".eslintrc.js", ".gitignore", "REUSE.toml"] +path = [".browserslistrc", ".dockerignore", ".eslintrc.js", ".gitignore", "REUSE.toml", "env.example", "vue.config.js"] precedence = "aggregate" SPDX-FileCopyrightText = "WTF Kooperative eG " SPDX-License-Identifier = "AGPL-3.0-or-later"