fix: REUSE lint for files under msix folder

This commit is contained in:
2026-09-26 09:48:46 +08:00
committed by yyc12345
parent b35d6712f4
commit 042e0d52c9
+7 -1
View File
@@ -21,7 +21,13 @@ SPDX-FileCopyrightText = "Translators from hosted.weblate.org"
SPDX-License-Identifier = "MIT" SPDX-License-Identifier = "MIT"
[[annotations]] [[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" precedence = "aggregate"
SPDX-FileCopyrightText = "2026 yyc12345" SPDX-FileCopyrightText = "2026 yyc12345"
SPDX-License-Identifier = "MIT" SPDX-License-Identifier = "MIT"