mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-05-21 00:05:13 +00:00
doc: fix incorrect license entries
This commit is contained in:
13
REUSE.toml
13
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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user