From 26eef3a0e471e5386ee5d461ac8412d4127d1155 Mon Sep 17 00:00:00 2001 From: Jann Stute Date: Tue, 12 May 2026 00:16:54 +0200 Subject: [PATCH] doc: fix incorrect license entries --- REUSE.toml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/REUSE.toml b/REUSE.toml index 35defc43..e4d032d7 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -14,7 +14,7 @@ path = [ "src/tagstudio/resources/tagstudio.desktop", "src/tagstudio/resources/templates/ts_ignore_template.txt", "src/tagstudio/resources/templates/ts_ignore_template_blank.txt", - "src/tagstudio/resources/translations/*.json", + "src/tagstudio/resources/qt/images/**", "tests/qt/__snapshots__/test_folders_to_tags.ambr", ".git-blame-ignore-revs", @@ -27,7 +27,16 @@ SPDX-FileCopyrightText = "(c) TagStudio Contributors" SPDX-License-Identifier = "GPL-3.0-only" [[annotations]] -path = ["src/tagstudio/resources/qt/images/**"] +path = ["src/tagstudio/resources/translations/*.json"] +SPDX-FileCopyrightText = "(c) TagStudio Contributors" +SPDX-License-Identifier = "GPL-3.0-or-later" + +[[annotations]] +path = [ + "src/tagstudio/resources/qt/images/bxs-left-arrow.png", + "src/tagstudio/resources/qt/images/bxs-right-arrow.png", + "src/tagstudio/resources/qt/images/file_icons/database.png", +] SPDX-FileCopyrightText = "(c) 2026 Boxicons" SPDX-License-Identifier = "MIT"