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"