Add license information to files for matrix-bot-matrix-registration-bot

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
This commit is contained in:
Suguru Hirahara
2025-02-28 02:11:02 +09:00
parent be667ee783
commit 1189673e4a
9 changed files with 64 additions and 1 deletions

View File

@ -1,3 +1,11 @@
{#
SPDX-FileCopyrightText: 2022 - 2023 Julian-Samuel Gebühr
SPDX-FileCopyrightText: 2022 Slavi Pantaleev
SPDX-FileCopyrightText: 2024 - 2025 Suguru Hirahara
SPDX-License-Identifier: AGPL-3.0-or-later
#}
bot:
server: {{ matrix_bot_matrix_registration_bot_bot_server|to_json }}
username: {{ matrix_bot_matrix_registration_bot_matrix_user_id_localpart|to_json }}
@ -13,4 +21,3 @@ api:
logging:
level: {{ matrix_bot_matrix_registration_bot_logging_level|to_json }}