From 0ed8aaf7c22ed68bbe26029a1420c6f1deab46ab 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 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/REUSE.toml b/REUSE.toml index 217dbd1..612ffc9 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -20,6 +20,12 @@ precedence = "aggregate" SPDX-FileCopyrightText = "2025 Gary Wang" SPDX-License-Identifier = "MIT" +[[annotations]] +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"