mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-03-03 20:46:27 +00:00
36 lines
828 B
TOML
36 lines
828 B
TOML
# SPDX-FileCopyrightText: 2024 Suguru Hirahara
|
|
#
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
version = 1
|
|
|
|
# Computer-generated files and other files which cannot be copyrighted
|
|
[[annotations]]
|
|
path = [
|
|
".github/renovate.json",
|
|
"collections/requirements.yml",
|
|
"i18n/.gitignore",
|
|
"i18n/requirements.txt",
|
|
"i18n/PUBLISHED_LANGUAGES",
|
|
".editorconfig",
|
|
".envrc",
|
|
".gitattributes",
|
|
".gitignore",
|
|
".yamllint",
|
|
"flake.lock",
|
|
"flake.nix",
|
|
"requirements.yml"
|
|
]
|
|
SPDX-FileCopyrightText = "NONE"
|
|
SPDX-License-Identifier = "CC0-1.0"
|
|
|
|
# See https://reuse.software/faq/#aggregate-info
|
|
[[annotations]]
|
|
path = [
|
|
"i18n/**/*.po",
|
|
"i18n/**/*.pot"
|
|
]
|
|
precedence = "aggregate"
|
|
SPDX-FileCopyrightText = "Slavi Pantaleev, MDAD community members"
|
|
SPDX-License-Identifier = "AGPL-3.0-or-later"
|