From 2e748e19e1b7527e31d77e730bd664bd5d18f059 Mon Sep 17 00:00:00 2001 From: Gary Wang Date: Thu, 11 Dec 2025 00:47:19 +0800 Subject: [PATCH] fix: correct license for files under dist/passoc --- REUSE.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/REUSE.toml b/REUSE.toml index a0433f9..217dbd1 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -9,11 +9,17 @@ SPDX-FileCopyrightText = "None" SPDX-License-Identifier = "CC0-1.0" [[annotations]] -path = ["README**.md", "NEWS", "assets/**.rc.in", "assets/**.qrc", "dist/**"] +path = ["README**.md", "NEWS", "assets/**.rc.in", "assets/**.qrc", "dist/appstream/**", "dist/**.in", "dist/**.desktop"] precedence = "aggregate" SPDX-FileCopyrightText = "None" SPDX-License-Identifier = "CC0-1.0" +[[annotations]] +path = ["dist/passoc/**"] +precedence = "aggregate" +SPDX-FileCopyrightText = "2025 Gary Wang" +SPDX-License-Identifier = "MIT" + [[annotations]] path = ["app/translations/**.ts", "assets/plain/translators.html"] precedence = "aggregate"