mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-12-26 02:48:32 +01:00
1e2c1ede05
flack.lock, flake.nix, and requirements.yml are taken care of with REUSE.toml Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
23 lines
544 B
TOML
23 lines
544 B
TOML
# SPDX-FileCopyrightText: 2024 MDAD Team and contributors
|
|
#
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
version = 1
|
|
|
|
# Computer-generated files
|
|
[[annotations]]
|
|
path = [
|
|
"flake.lock",
|
|
"flake.nix",
|
|
"poetry.lock",
|
|
"requirements.yml",
|
|
]
|
|
SPDX-FileCopyrightText = "NONE"
|
|
SPDX-License-Identifier = "AGPL-3.0-or-later"
|
|
|
|
# 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" |