mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-08-24 13:00:14 +02:00
69 lines
2.4 KiB
TOML
69 lines
2.4 KiB
TOML
version = 1
|
|
|
|
[[annotations]]
|
|
path = [
|
|
"tests/fixtures/**",
|
|
|
|
"contrib/.vscode/launch.json",
|
|
"docs/CNAME",
|
|
"docs/assets/**",
|
|
"src/tagstudio/qt/resources.json",
|
|
"src/tagstudio/resources/icon*.*",
|
|
"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/qt/images/**",
|
|
"tests/qt/__snapshots__/test_folders_to_tags.ambr",
|
|
|
|
".git-blame-ignore-revs",
|
|
".gitattributes",
|
|
".github/FUNDING.yml",
|
|
".github/ISSUE_TEMPLATE/**",
|
|
".github/PULL_REQUEST_TEMPLATE.md",
|
|
".gitignore",
|
|
"flake.lock",
|
|
]
|
|
SPDX-FileCopyrightText = "TagStudio Contributors"
|
|
SPDX-License-Identifier = "GPL-3.0-only"
|
|
|
|
[[annotations]]
|
|
path = ["src/tagstudio/resources/translations/*.json"]
|
|
SPDX-FileCopyrightText = "TagStudio Contributors"
|
|
SPDX-License-Identifier = "GPL-3.0-or-later"
|
|
|
|
[[annotations]]
|
|
path = [
|
|
"src/tagstudio/resources/qt/images/bxs-clipboard-regular.png",
|
|
"src/tagstudio/resources/qt/images/bxs-left-arrow.png",
|
|
"src/tagstudio/resources/qt/images/bxs-pencil-solid.png",
|
|
"src/tagstudio/resources/qt/images/bxs-right-arrow.png",
|
|
"src/tagstudio/resources/qt/images/bxs-trash-solid.png",
|
|
"src/tagstudio/resources/qt/images/bxs-volume-full-solid.png",
|
|
"src/tagstudio/resources/qt/images/file_icons/database.png",
|
|
]
|
|
SPDX-FileCopyrightText = "2026 Boxicons"
|
|
SPDX-License-Identifier = "MIT"
|
|
|
|
[[annotations]]
|
|
path = [
|
|
"src/tagstudio/resources/qt/images/dupe_file_stat.png",
|
|
"src/tagstudio/resources/qt/images/hint_field_add.png",
|
|
"src/tagstudio/resources/qt/images/hint_field_create.png",
|
|
"src/tagstudio/resources/qt/images/hint_tag_add.png",
|
|
"src/tagstudio/resources/qt/images/hint_tag_added.png",
|
|
"src/tagstudio/resources/qt/images/hint_tag_create.png",
|
|
]
|
|
SPDX-FileCopyrightText = "github:google/material-design-icons Contributors"
|
|
SPDX-License-Identifier = "Apache-2.0"
|
|
|
|
[[annotations]]
|
|
path = ["src/tagstudio/resources/qt/fonts/Oxanium-Bold.ttf"]
|
|
SPDX-FileCopyrightText = "2019 The Oxanium Project Authors (https://github.com/sevmeyer/oxanium)"
|
|
SPDX-License-Identifier = "OFL-1.1"
|
|
|
|
|
|
[[annotations]]
|
|
path = ["src/tagstudio/resources/fonts/JetBrainsMono/**"]
|
|
SPDX-FileCopyrightText = "2020 The JetBrains Mono Project Authors (https://github.com/JetBrains/JetBrainsMono)"
|
|
SPDX-License-Identifier = "OFL-1.1"
|