From 042e0d52c9e8fc181c591cd235620b8d8bf34880 Mon Sep 17 00:00:00 2001 From: Gary Wang Date: Sat, 29 Aug 2026 13:36:46 +0800 Subject: [PATCH] fix: REUSE lint for files under msix folder --- REUSE.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/REUSE.toml b/REUSE.toml index 9aed77b..3f80010 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -21,7 +21,13 @@ SPDX-FileCopyrightText = "Translators from hosted.weblate.org" SPDX-License-Identifier = "MIT" [[annotations]] -path = "tool/**" +path = ["dist/msix/**.svg", "dist/msix/**.toml"] +precedence = "aggregate" +SPDX-FileCopyrightText = "2026 Gary Wang" +SPDX-License-Identifier = "MIT" + +[[annotations]] +path = ["app/translations/**.ts", "assets/plain/translators.html"] precedence = "aggregate" SPDX-FileCopyrightText = "2026 yyc12345" SPDX-License-Identifier = "MIT"