matrix-docker-ansible-deploy/REUSE.toml
Suguru Hirahara a2445af6d0
Setting up REUSE: fix REUSE.toml
*.repo files are computer-generated ane cannot be copyrighted.

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
2024-12-08 13:39:30 +09:00

40 lines
1.0 KiB
TOML

# SPDX-FileCopyrightText: 2024 MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later
version = 1
[[annotations]]
path = "docs/assets/*"
SPDX-FileCopyrightText = "2024 MDAD Team and contributors"
SPDX-License-Identifier = "AGPL-3.0-or-later"
[[annotations]]
path = "roles/custom/matrix-prometheus-nginxlog-exporter/examples/*.png"
SPDX-FileCopyrightText = "2024 MDAD Team and contributors"
SPDX-License-Identifier = "AGPL-3.0-or-later"
[[annotations]]
path = "roles/custom/**/*.json"
SPDX-FileCopyrightText = "2024 MDAD Team and contributors"
SPDX-License-Identifier = "AGPL-3.0-or-later"
# Computer-generated files
[[annotations]]
path = [
".github/renovate.json",
"roles/custom/**/*.repo",
"flake.lock",
"flake.nix",
"requirements.yml",
]
SPDX-FileCopyrightText = "NONE"
SPDX-License-Identifier = "CC0-1.0"
# https://reuse.software/faq/#aggregate-info
[[annotations]]
path = ["i18n/**/*.po"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 MDAD Team and contributors"
SPDX-License-Identifier = "AGPL-3.0-or-later"