doc: add REUSE.toml to give license information for various files without spamming .license files

This commit is contained in:
Jann Stute
2026-05-11 20:13:08 +02:00
parent 39cb8928cb
commit 67efc35e96

24
REUSE.toml Normal file
View File

@@ -0,0 +1,24 @@
version = 1
[[annotations]]
path = [
"tests/fixtures/**",
"contrib/.envrc-nix",
"contrib/.envrc-uv",
"contrib/.vscode/launch.json",
"docs/CNAME",
"src/tagstudio/qt/resources.json",
"src/tagstudio/resources/tagstudio.desktop",
"src/tagstudio/resources/templates/ts_ignore_template.txt",
"src/tagstudio/resources/templates/ts_ignore_template_blank.txt",
"tests/qt/__snapshots__/test_folders_to_tags.ambr",
".git-blame-ignore-revs",
".gitattributes",
".gitignore",
".pre-commit-config.yaml",
"flake.lock",
]
SPDX-FileCopyrightText = "(c) TagStudio Contributors"
SPDX-License-Identifier = "GPL-3.0-only"