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"