Просмотр исходного кода

Setting up REUSE: change copyright year to the initial publication - 2022

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/3859/head
Suguru Hirahara 1 год назад
Родитель
Сommit
25dfbdf1d7
Не найден GPG ключ соответствующий данной подписи Идентификатор GPG ключа: E4F9743DAB4B7B75
100 измененных файлов: 100 добавлений и 100 удалений
  1. +1
    -1
      .config/ansible-lint.yml
  2. +1
    -1
      .github/dependabot.yaml
  3. +1
    -1
      .github/workflows/matrix.yml
  4. +1
    -1
      .yamllint
  5. +1
    -1
      Makefile
  6. +1
    -1
      docs/configuring-playbook-backup-borg.md
  7. +1
    -1
      docs/configuring-playbook-bot-buscarron.md
  8. +1
    -1
      docs/configuring-playbook-bot-honoroit.md
  9. +1
    -1
      docs/configuring-playbook-bot-matrix-registration-bot.md
  10. +1
    -1
      docs/configuring-playbook-bot-maubot.md
  11. +1
    -1
      docs/configuring-playbook-bridge-appservice-kakaotalk.md
  12. +1
    -1
      docs/configuring-playbook-bridge-go-skype-bridge.md
  13. +1
    -1
      docs/configuring-playbook-bridge-hookshot.md
  14. +1
    -1
      docs/configuring-playbook-bridge-mautrix-discord.md
  15. +1
    -1
      docs/configuring-playbook-cactus-comments.md
  16. +1
    -1
      docs/configuring-playbook-client-cinny.md
  17. +1
    -1
      docs/configuring-playbook-conduit.md
  18. +1
    -1
      docs/configuring-playbook-dendrite.md
  19. +1
    -1
      docs/configuring-playbook-matrix-ldap-registration-proxy.md
  20. +1
    -1
      docs/configuring-playbook-mautrix-bridges.md
  21. +1
    -1
      docs/configuring-playbook-ntfy.md
  22. +1
    -1
      docs/configuring-playbook-prometheus-nginxlog.md
  23. +1
    -1
      docs/configuring-playbook-s3-goofys.md
  24. +1
    -1
      docs/configuring-playbook-synapse-s3-storage-provider.md
  25. +1
    -1
      docs/obtaining-access-tokens.md
  26. +1
    -1
      examples/host.yml
  27. +1
    -1
      roles/custom/matrix-base/defaults/main.yml
  28. +1
    -1
      roles/custom/matrix-base/tasks/ensure_fuse_installed.yml
  29. +1
    -1
      roles/custom/matrix-base/tasks/ensure_fuse_installed_archlinux.yml
  30. +1
    -1
      roles/custom/matrix-base/tasks/ensure_fuse_installed_debian.yml
  31. +1
    -1
      roles/custom/matrix-base/tasks/ensure_fuse_installed_redhat.yml
  32. +1
    -1
      roles/custom/matrix-base/tasks/ensure_openssl_installed.yml
  33. +1
    -1
      roles/custom/matrix-base/tasks/main.yml
  34. +1
    -1
      roles/custom/matrix-base/tasks/setup_matrix_base.yml
  35. +1
    -1
      roles/custom/matrix-base/tasks/setup_matrix_user.yml
  36. +1
    -1
      roles/custom/matrix-base/tasks/validate_config.yml
  37. +1
    -1
      roles/custom/matrix-base/templates/bin/remove-all.j2
  38. +1
    -1
      roles/custom/matrix-bot-buscarron/defaults/main.yml
  39. +1
    -1
      roles/custom/matrix-bot-buscarron/tasks/main.yml
  40. +1
    -1
      roles/custom/matrix-bot-buscarron/tasks/setup_install.yml
  41. +1
    -1
      roles/custom/matrix-bot-buscarron/tasks/setup_uninstall.yml
  42. +1
    -1
      roles/custom/matrix-bot-buscarron/tasks/validate_config.yml
  43. +1
    -1
      roles/custom/matrix-bot-buscarron/templates/env.j2
  44. +1
    -1
      roles/custom/matrix-bot-buscarron/templates/systemd/matrix-bot-buscarron.service.j2
  45. +1
    -1
      roles/custom/matrix-bot-go-neb/defaults/main.yml
  46. +1
    -1
      roles/custom/matrix-bot-go-neb/tasks/main.yml
  47. +1
    -1
      roles/custom/matrix-bot-go-neb/tasks/validate_config.yml
  48. +1
    -1
      roles/custom/matrix-bot-go-neb/templates/config.yaml.j2
  49. +1
    -1
      roles/custom/matrix-bot-go-neb/templates/systemd/matrix-bot-go-neb.service.j2
  50. +1
    -1
      roles/custom/matrix-bot-honoroit/defaults/main.yml
  51. +1
    -1
      roles/custom/matrix-bot-honoroit/tasks/main.yml
  52. +1
    -1
      roles/custom/matrix-bot-honoroit/tasks/setup_install.yml
  53. +1
    -1
      roles/custom/matrix-bot-honoroit/tasks/setup_uninstall.yml
  54. +1
    -1
      roles/custom/matrix-bot-honoroit/tasks/validate_config.yml
  55. +1
    -1
      roles/custom/matrix-bot-honoroit/templates/env.j2
  56. +1
    -1
      roles/custom/matrix-bot-honoroit/templates/systemd/matrix-bot-honoroit.service.j2
  57. +1
    -1
      roles/custom/matrix-bot-matrix-registration-bot/defaults/main.yml
  58. +1
    -1
      roles/custom/matrix-bot-matrix-registration-bot/tasks/main.yml
  59. +1
    -1
      roles/custom/matrix-bot-matrix-registration-bot/tasks/setup_install.yml
  60. +1
    -1
      roles/custom/matrix-bot-matrix-registration-bot/tasks/setup_uninstall.yml
  61. +1
    -1
      roles/custom/matrix-bot-matrix-registration-bot/tasks/validate_config.yml
  62. +1
    -1
      roles/custom/matrix-bot-matrix-registration-bot/templates/config/config.yml.j2
  63. +1
    -1
      roles/custom/matrix-bot-matrix-registration-bot/templates/systemd/matrix-bot-matrix-registration-bot.service.j2
  64. +1
    -1
      roles/custom/matrix-bot-matrix-reminder-bot/defaults/main.yml
  65. +1
    -1
      roles/custom/matrix-bot-matrix-reminder-bot/tasks/main.yml
  66. +1
    -1
      roles/custom/matrix-bot-matrix-reminder-bot/tasks/setup_install.yml
  67. +1
    -1
      roles/custom/matrix-bot-matrix-reminder-bot/tasks/setup_uninstall.yml
  68. +1
    -1
      roles/custom/matrix-bot-matrix-reminder-bot/tasks/validate_config.yml
  69. +1
    -1
      roles/custom/matrix-bot-matrix-reminder-bot/templates/config.yaml.j2
  70. +1
    -1
      roles/custom/matrix-bot-matrix-reminder-bot/templates/systemd/matrix-bot-matrix-reminder-bot.service.j2
  71. +1
    -1
      roles/custom/matrix-bot-maubot/defaults/main.yml
  72. +1
    -1
      roles/custom/matrix-bot-maubot/tasks/main.yml
  73. +1
    -1
      roles/custom/matrix-bot-maubot/tasks/setup_install.yml
  74. +1
    -1
      roles/custom/matrix-bot-maubot/tasks/setup_uninstall.yml
  75. +1
    -1
      roles/custom/matrix-bot-maubot/tasks/validate_config.yml
  76. +1
    -1
      roles/custom/matrix-bot-maubot/templates/config/config.yaml.j2
  77. +1
    -1
      roles/custom/matrix-bot-maubot/templates/systemd/matrix-bot-maubot.service.j2
  78. +1
    -1
      roles/custom/matrix-bot-mjolnir/defaults/main.yml
  79. +1
    -1
      roles/custom/matrix-bot-mjolnir/tasks/main.yml
  80. +1
    -1
      roles/custom/matrix-bot-mjolnir/tasks/setup_install.yml
  81. +1
    -1
      roles/custom/matrix-bot-mjolnir/tasks/setup_uninstall.yml
  82. +1
    -1
      roles/custom/matrix-bot-mjolnir/tasks/validate_config.yml
  83. +1
    -1
      roles/custom/matrix-bot-mjolnir/templates/production.yaml.j2
  84. +1
    -1
      roles/custom/matrix-bot-mjolnir/templates/systemd/matrix-bot-mjolnir.service.j2
  85. +1
    -1
      roles/custom/matrix-bridge-appservice-discord/defaults/main.yml
  86. +1
    -1
      roles/custom/matrix-bridge-appservice-discord/tasks/main.yml
  87. +1
    -1
      roles/custom/matrix-bridge-appservice-discord/tasks/setup_install.yml
  88. +1
    -1
      roles/custom/matrix-bridge-appservice-discord/tasks/setup_uninstall.yml
  89. +1
    -1
      roles/custom/matrix-bridge-appservice-discord/tasks/validate_config.yml
  90. +1
    -1
      roles/custom/matrix-bridge-appservice-discord/templates/config.yaml.j2
  91. +1
    -1
      roles/custom/matrix-bridge-appservice-discord/templates/systemd/matrix-appservice-discord.service.j2
  92. +1
    -1
      roles/custom/matrix-bridge-appservice-irc/defaults/main.yml
  93. +1
    -1
      roles/custom/matrix-bridge-appservice-irc/tasks/main.yml
  94. +1
    -1
      roles/custom/matrix-bridge-appservice-irc/tasks/migrate_nedb_to_postgres.yml
  95. +1
    -1
      roles/custom/matrix-bridge-appservice-irc/tasks/setup_install.yml
  96. +1
    -1
      roles/custom/matrix-bridge-appservice-irc/tasks/setup_uninstall.yml
  97. +1
    -1
      roles/custom/matrix-bridge-appservice-irc/tasks/validate_config.yml
  98. +1
    -1
      roles/custom/matrix-bridge-appservice-irc/templates/config.yaml.j2
  99. +1
    -1
      roles/custom/matrix-bridge-appservice-irc/templates/systemd/matrix-appservice-irc.service.j2
  100. +1
    -1
      roles/custom/matrix-bridge-appservice-kakaotalk/defaults/main.yml

+ 1
- 1
.config/ansible-lint.yml Просмотреть файл

@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2024 MDAD Team and contributors
# SPDX-FileCopyrightText: 2022 MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later



+ 1
- 1
.github/dependabot.yaml Просмотреть файл

@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2024 MDAD Team and contributors
# SPDX-FileCopyrightText: 2022 MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later



+ 1
- 1
.github/workflows/matrix.yml Просмотреть файл

@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2024 MDAD Team and contributors
# SPDX-FileCopyrightText: 2022 MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later



+ 1
- 1
.yamllint Просмотреть файл

@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2024 MDAD Team and contributors
# SPDX-FileCopyrightText: 2022 MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later



+ 1
- 1
Makefile Просмотреть файл

@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2024 MDAD Team and contributors
# SPDX-FileCopyrightText: 2022 MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later



+ 1
- 1
docs/configuring-playbook-backup-borg.md Просмотреть файл

@@ -1,5 +1,5 @@
<!--
SPDX-FileCopyrightText: 2024 MDAD Team and contributors
SPDX-FileCopyrightText: 2022 MDAD Team and contributors

SPDX-License-Identifier: AGPL-3.0-or-later
-->


+ 1
- 1
docs/configuring-playbook-bot-buscarron.md Просмотреть файл

@@ -1,5 +1,5 @@
<!--
SPDX-FileCopyrightText: 2024 MDAD Team and contributors
SPDX-FileCopyrightText: 2022 MDAD Team and contributors

SPDX-License-Identifier: AGPL-3.0-or-later
-->


+ 1
- 1
docs/configuring-playbook-bot-honoroit.md Просмотреть файл

@@ -1,5 +1,5 @@
<!--
SPDX-FileCopyrightText: 2024 MDAD Team and contributors
SPDX-FileCopyrightText: 2022 MDAD Team and contributors

SPDX-License-Identifier: AGPL-3.0-or-later
-->


+ 1
- 1
docs/configuring-playbook-bot-matrix-registration-bot.md Просмотреть файл

@@ -1,5 +1,5 @@
<!--
SPDX-FileCopyrightText: 2024 MDAD Team and contributors
SPDX-FileCopyrightText: 2022 MDAD Team and contributors

SPDX-License-Identifier: AGPL-3.0-or-later
-->


+ 1
- 1
docs/configuring-playbook-bot-maubot.md Просмотреть файл

@@ -1,5 +1,5 @@
<!--
SPDX-FileCopyrightText: 2024 MDAD Team and contributors
SPDX-FileCopyrightText: 2022 MDAD Team and contributors

SPDX-License-Identifier: AGPL-3.0-or-later
-->


+ 1
- 1
docs/configuring-playbook-bridge-appservice-kakaotalk.md Просмотреть файл

@@ -1,5 +1,5 @@
<!--
SPDX-FileCopyrightText: 2024 MDAD Team and contributors
SPDX-FileCopyrightText: 2022 MDAD Team and contributors

SPDX-License-Identifier: AGPL-3.0-or-later
-->


+ 1
- 1
docs/configuring-playbook-bridge-go-skype-bridge.md Просмотреть файл

@@ -1,5 +1,5 @@
<!--
SPDX-FileCopyrightText: 2024 MDAD Team and contributors
SPDX-FileCopyrightText: 2022 MDAD Team and contributors

SPDX-License-Identifier: AGPL-3.0-or-later
-->


+ 1
- 1
docs/configuring-playbook-bridge-hookshot.md Просмотреть файл

@@ -1,5 +1,5 @@
<!--
SPDX-FileCopyrightText: 2024 MDAD Team and contributors
SPDX-FileCopyrightText: 2022 MDAD Team and contributors

SPDX-License-Identifier: AGPL-3.0-or-later
-->


+ 1
- 1
docs/configuring-playbook-bridge-mautrix-discord.md Просмотреть файл

@@ -1,5 +1,5 @@
<!--
SPDX-FileCopyrightText: 2024 MDAD Team and contributors
SPDX-FileCopyrightText: 2022 MDAD Team and contributors

SPDX-License-Identifier: AGPL-3.0-or-later
-->


+ 1
- 1
docs/configuring-playbook-cactus-comments.md Просмотреть файл

@@ -1,5 +1,5 @@
<!--
SPDX-FileCopyrightText: 2024 MDAD Team and contributors
SPDX-FileCopyrightText: 2022 MDAD Team and contributors

SPDX-License-Identifier: AGPL-3.0-or-later
-->


+ 1
- 1
docs/configuring-playbook-client-cinny.md Просмотреть файл

@@ -1,5 +1,5 @@
<!--
SPDX-FileCopyrightText: 2024 MDAD Team and contributors
SPDX-FileCopyrightText: 2022 MDAD Team and contributors

SPDX-License-Identifier: AGPL-3.0-or-later
-->


+ 1
- 1
docs/configuring-playbook-conduit.md Просмотреть файл

@@ -1,5 +1,5 @@
<!--
SPDX-FileCopyrightText: 2024 MDAD Team and contributors
SPDX-FileCopyrightText: 2022 MDAD Team and contributors

SPDX-License-Identifier: AGPL-3.0-or-later
-->


+ 1
- 1
docs/configuring-playbook-dendrite.md Просмотреть файл

@@ -1,5 +1,5 @@
<!--
SPDX-FileCopyrightText: 2024 MDAD Team and contributors
SPDX-FileCopyrightText: 2022 MDAD Team and contributors

SPDX-License-Identifier: AGPL-3.0-or-later
-->


+ 1
- 1
docs/configuring-playbook-matrix-ldap-registration-proxy.md Просмотреть файл

@@ -1,5 +1,5 @@
<!--
SPDX-FileCopyrightText: 2024 MDAD Team and contributors
SPDX-FileCopyrightText: 2022 MDAD Team and contributors

SPDX-License-Identifier: AGPL-3.0-or-later
-->


+ 1
- 1
docs/configuring-playbook-mautrix-bridges.md Просмотреть файл

@@ -1,5 +1,5 @@
<!--
SPDX-FileCopyrightText: 2024 MDAD Team and contributors
SPDX-FileCopyrightText: 2022 MDAD Team and contributors

SPDX-License-Identifier: AGPL-3.0-or-later
-->


+ 1
- 1
docs/configuring-playbook-ntfy.md Просмотреть файл

@@ -1,5 +1,5 @@
<!--
SPDX-FileCopyrightText: 2024 MDAD Team and contributors
SPDX-FileCopyrightText: 2022 MDAD Team and contributors

SPDX-License-Identifier: AGPL-3.0-or-later
-->


+ 1
- 1
docs/configuring-playbook-prometheus-nginxlog.md Просмотреть файл

@@ -1,5 +1,5 @@
<!--
SPDX-FileCopyrightText: 2024 MDAD Team and contributors
SPDX-FileCopyrightText: 2022 MDAD Team and contributors

SPDX-License-Identifier: AGPL-3.0-or-later
-->


+ 1
- 1
docs/configuring-playbook-s3-goofys.md Просмотреть файл

@@ -1,5 +1,5 @@
<!--
SPDX-FileCopyrightText: 2024 MDAD Team and contributors
SPDX-FileCopyrightText: 2022 MDAD Team and contributors

SPDX-License-Identifier: AGPL-3.0-or-later
-->


+ 1
- 1
docs/configuring-playbook-synapse-s3-storage-provider.md Просмотреть файл

@@ -1,5 +1,5 @@
<!--
SPDX-FileCopyrightText: 2024 MDAD Team and contributors
SPDX-FileCopyrightText: 2022 MDAD Team and contributors

SPDX-License-Identifier: AGPL-3.0-or-later
-->


+ 1
- 1
docs/obtaining-access-tokens.md Просмотреть файл

@@ -1,5 +1,5 @@
<!--
SPDX-FileCopyrightText: 2024 MDAD Team and contributors
SPDX-FileCopyrightText: 2022 MDAD Team and contributors

SPDX-License-Identifier: AGPL-3.0-or-later
-->


+ 1
- 1
examples/host.yml Просмотреть файл

@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2024 MDAD Team and contributors
# SPDX-FileCopyrightText: 2022 MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later



+ 1
- 1
roles/custom/matrix-base/defaults/main.yml Просмотреть файл

@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2024 MDAD Team and contributors
# SPDX-FileCopyrightText: 2022 MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later



+ 1
- 1
roles/custom/matrix-base/tasks/ensure_fuse_installed.yml Просмотреть файл

@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2024 MDAD Team and contributors
# SPDX-FileCopyrightText: 2022 MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later



+ 1
- 1
roles/custom/matrix-base/tasks/ensure_fuse_installed_archlinux.yml Просмотреть файл

@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2024 MDAD Team and contributors
# SPDX-FileCopyrightText: 2022 MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later



+ 1
- 1
roles/custom/matrix-base/tasks/ensure_fuse_installed_debian.yml Просмотреть файл

@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2024 MDAD Team and contributors
# SPDX-FileCopyrightText: 2022 MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later



+ 1
- 1
roles/custom/matrix-base/tasks/ensure_fuse_installed_redhat.yml Просмотреть файл

@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2024 MDAD Team and contributors
# SPDX-FileCopyrightText: 2022 MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later



+ 1
- 1
roles/custom/matrix-base/tasks/ensure_openssl_installed.yml Просмотреть файл

@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2024 MDAD Team and contributors
# SPDX-FileCopyrightText: 2022 MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later



+ 1
- 1
roles/custom/matrix-base/tasks/main.yml Просмотреть файл

@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2024 MDAD Team and contributors
# SPDX-FileCopyrightText: 2022 MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later



+ 1
- 1
roles/custom/matrix-base/tasks/setup_matrix_base.yml Просмотреть файл

@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2024 MDAD Team and contributors
# SPDX-FileCopyrightText: 2022 MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later



+ 1
- 1
roles/custom/matrix-base/tasks/setup_matrix_user.yml Просмотреть файл

@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2024 MDAD Team and contributors
# SPDX-FileCopyrightText: 2022 MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later



+ 1
- 1
roles/custom/matrix-base/tasks/validate_config.yml Просмотреть файл

@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2024 MDAD Team and contributors
# SPDX-FileCopyrightText: 2022 MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later



+ 1
- 1
roles/custom/matrix-base/templates/bin/remove-all.j2 Просмотреть файл

@@ -1,5 +1,5 @@
{#
SPDX-FileCopyrightText: 2024 MDAD Team and contributors
SPDX-FileCopyrightText: 2022 MDAD Team and contributors

SPDX-License-Identifier: AGPL-3.0-or-later
#}


+ 1
- 1
roles/custom/matrix-bot-buscarron/defaults/main.yml Просмотреть файл

@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2024 MDAD Team and contributors
# SPDX-FileCopyrightText: 2022 MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later



+ 1
- 1
roles/custom/matrix-bot-buscarron/tasks/main.yml Просмотреть файл

@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2024 MDAD Team and contributors
# SPDX-FileCopyrightText: 2022 MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later



+ 1
- 1
roles/custom/matrix-bot-buscarron/tasks/setup_install.yml Просмотреть файл

@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2024 MDAD Team and contributors
# SPDX-FileCopyrightText: 2022 MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later



+ 1
- 1
roles/custom/matrix-bot-buscarron/tasks/setup_uninstall.yml Просмотреть файл

@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2024 MDAD Team and contributors
# SPDX-FileCopyrightText: 2022 MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later



+ 1
- 1
roles/custom/matrix-bot-buscarron/tasks/validate_config.yml Просмотреть файл

@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2024 MDAD Team and contributors
# SPDX-FileCopyrightText: 2022 MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later



+ 1
- 1
roles/custom/matrix-bot-buscarron/templates/env.j2 Просмотреть файл

@@ -1,5 +1,5 @@
{#
SPDX-FileCopyrightText: 2024 MDAD Team and contributors
SPDX-FileCopyrightText: 2022 MDAD Team and contributors

SPDX-License-Identifier: AGPL-3.0-or-later
#}


+ 1
- 1
roles/custom/matrix-bot-buscarron/templates/systemd/matrix-bot-buscarron.service.j2 Просмотреть файл

@@ -1,5 +1,5 @@
{#
SPDX-FileCopyrightText: 2024 MDAD Team and contributors
SPDX-FileCopyrightText: 2022 MDAD Team and contributors

SPDX-License-Identifier: AGPL-3.0-or-later
#}


+ 1
- 1
roles/custom/matrix-bot-go-neb/defaults/main.yml Просмотреть файл

@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2024 MDAD Team and contributors
# SPDX-FileCopyrightText: 2022 MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later



+ 1
- 1
roles/custom/matrix-bot-go-neb/tasks/main.yml Просмотреть файл

@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2024 MDAD Team and contributors
# SPDX-FileCopyrightText: 2022 MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later



+ 1
- 1
roles/custom/matrix-bot-go-neb/tasks/validate_config.yml Просмотреть файл

@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2024 MDAD Team and contributors
# SPDX-FileCopyrightText: 2022 MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later



+ 1
- 1
roles/custom/matrix-bot-go-neb/templates/config.yaml.j2 Просмотреть файл

@@ -1,5 +1,5 @@
{#
SPDX-FileCopyrightText: 2024 MDAD Team and contributors
SPDX-FileCopyrightText: 2022 MDAD Team and contributors

SPDX-License-Identifier: AGPL-3.0-or-later
#}


+ 1
- 1
roles/custom/matrix-bot-go-neb/templates/systemd/matrix-bot-go-neb.service.j2 Просмотреть файл

@@ -1,5 +1,5 @@
{#
SPDX-FileCopyrightText: 2024 MDAD Team and contributors
SPDX-FileCopyrightText: 2022 MDAD Team and contributors

SPDX-License-Identifier: AGPL-3.0-or-later
#}


+ 1
- 1
roles/custom/matrix-bot-honoroit/defaults/main.yml Просмотреть файл

@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2024 MDAD Team and contributors
# SPDX-FileCopyrightText: 2022 MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later



+ 1
- 1
roles/custom/matrix-bot-honoroit/tasks/main.yml Просмотреть файл

@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2024 MDAD Team and contributors
# SPDX-FileCopyrightText: 2022 MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later



+ 1
- 1
roles/custom/matrix-bot-honoroit/tasks/setup_install.yml Просмотреть файл

@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2024 MDAD Team and contributors
# SPDX-FileCopyrightText: 2022 MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later



+ 1
- 1
roles/custom/matrix-bot-honoroit/tasks/setup_uninstall.yml Просмотреть файл

@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2024 MDAD Team and contributors
# SPDX-FileCopyrightText: 2022 MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later



+ 1
- 1
roles/custom/matrix-bot-honoroit/tasks/validate_config.yml Просмотреть файл

@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2024 MDAD Team and contributors
# SPDX-FileCopyrightText: 2022 MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later



+ 1
- 1
roles/custom/matrix-bot-honoroit/templates/env.j2 Просмотреть файл

@@ -1,5 +1,5 @@
{#
SPDX-FileCopyrightText: 2024 MDAD Team and contributors
SPDX-FileCopyrightText: 2022 MDAD Team and contributors

SPDX-License-Identifier: AGPL-3.0-or-later
#}


+ 1
- 1
roles/custom/matrix-bot-honoroit/templates/systemd/matrix-bot-honoroit.service.j2 Просмотреть файл

@@ -1,5 +1,5 @@
{#
SPDX-FileCopyrightText: 2024 MDAD Team and contributors
SPDX-FileCopyrightText: 2022 MDAD Team and contributors

SPDX-License-Identifier: AGPL-3.0-or-later
#}


+ 1
- 1
roles/custom/matrix-bot-matrix-registration-bot/defaults/main.yml Просмотреть файл

@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2024 MDAD Team and contributors
# SPDX-FileCopyrightText: 2022 MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later



+ 1
- 1
roles/custom/matrix-bot-matrix-registration-bot/tasks/main.yml Просмотреть файл

@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2024 MDAD Team and contributors
# SPDX-FileCopyrightText: 2022 MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later



+ 1
- 1
roles/custom/matrix-bot-matrix-registration-bot/tasks/setup_install.yml Просмотреть файл

@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2024 MDAD Team and contributors
# SPDX-FileCopyrightText: 2022 MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later



+ 1
- 1
roles/custom/matrix-bot-matrix-registration-bot/tasks/setup_uninstall.yml Просмотреть файл

@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2024 MDAD Team and contributors
# SPDX-FileCopyrightText: 2022 MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later



+ 1
- 1
roles/custom/matrix-bot-matrix-registration-bot/tasks/validate_config.yml Просмотреть файл

@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2024 MDAD Team and contributors
# SPDX-FileCopyrightText: 2022 MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later



+ 1
- 1
roles/custom/matrix-bot-matrix-registration-bot/templates/config/config.yml.j2 Просмотреть файл

@@ -1,5 +1,5 @@
{#
SPDX-FileCopyrightText: 2024 MDAD Team and contributors
SPDX-FileCopyrightText: 2022 MDAD Team and contributors

SPDX-License-Identifier: AGPL-3.0-or-later
#}


+ 1
- 1
roles/custom/matrix-bot-matrix-registration-bot/templates/systemd/matrix-bot-matrix-registration-bot.service.j2 Просмотреть файл

@@ -1,5 +1,5 @@
{#
SPDX-FileCopyrightText: 2024 MDAD Team and contributors
SPDX-FileCopyrightText: 2022 MDAD Team and contributors

SPDX-License-Identifier: AGPL-3.0-or-later
#}


+ 1
- 1
roles/custom/matrix-bot-matrix-reminder-bot/defaults/main.yml Просмотреть файл

@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2024 MDAD Team and contributors
# SPDX-FileCopyrightText: 2022 MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later



+ 1
- 1
roles/custom/matrix-bot-matrix-reminder-bot/tasks/main.yml Просмотреть файл

@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2024 MDAD Team and contributors
# SPDX-FileCopyrightText: 2022 MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later



+ 1
- 1
roles/custom/matrix-bot-matrix-reminder-bot/tasks/setup_install.yml Просмотреть файл

@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2024 MDAD Team and contributors
# SPDX-FileCopyrightText: 2022 MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later



+ 1
- 1
roles/custom/matrix-bot-matrix-reminder-bot/tasks/setup_uninstall.yml Просмотреть файл

@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2024 MDAD Team and contributors
# SPDX-FileCopyrightText: 2022 MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later



+ 1
- 1
roles/custom/matrix-bot-matrix-reminder-bot/tasks/validate_config.yml Просмотреть файл

@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2024 MDAD Team and contributors
# SPDX-FileCopyrightText: 2022 MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later



+ 1
- 1
roles/custom/matrix-bot-matrix-reminder-bot/templates/config.yaml.j2 Просмотреть файл

@@ -1,5 +1,5 @@
{#
SPDX-FileCopyrightText: 2024 MDAD Team and contributors
SPDX-FileCopyrightText: 2022 MDAD Team and contributors

SPDX-License-Identifier: AGPL-3.0-or-later
#}


+ 1
- 1
roles/custom/matrix-bot-matrix-reminder-bot/templates/systemd/matrix-bot-matrix-reminder-bot.service.j2 Просмотреть файл

@@ -1,5 +1,5 @@
{#
SPDX-FileCopyrightText: 2024 MDAD Team and contributors
SPDX-FileCopyrightText: 2022 MDAD Team and contributors

SPDX-License-Identifier: AGPL-3.0-or-later
#}


+ 1
- 1
roles/custom/matrix-bot-maubot/defaults/main.yml Просмотреть файл

@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2024 MDAD Team and contributors
# SPDX-FileCopyrightText: 2022 MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later



+ 1
- 1
roles/custom/matrix-bot-maubot/tasks/main.yml Просмотреть файл

@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2024 MDAD Team and contributors
# SPDX-FileCopyrightText: 2022 MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later



+ 1
- 1
roles/custom/matrix-bot-maubot/tasks/setup_install.yml Просмотреть файл

@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2024 MDAD Team and contributors
# SPDX-FileCopyrightText: 2022 MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later



+ 1
- 1
roles/custom/matrix-bot-maubot/tasks/setup_uninstall.yml Просмотреть файл

@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2024 MDAD Team and contributors
# SPDX-FileCopyrightText: 2022 MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later



+ 1
- 1
roles/custom/matrix-bot-maubot/tasks/validate_config.yml Просмотреть файл

@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2024 MDAD Team and contributors
# SPDX-FileCopyrightText: 2022 MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later



+ 1
- 1
roles/custom/matrix-bot-maubot/templates/config/config.yaml.j2 Просмотреть файл

@@ -1,5 +1,5 @@
{#
SPDX-FileCopyrightText: 2024 MDAD Team and contributors
SPDX-FileCopyrightText: 2022 MDAD Team and contributors

SPDX-License-Identifier: AGPL-3.0-or-later
#}


+ 1
- 1
roles/custom/matrix-bot-maubot/templates/systemd/matrix-bot-maubot.service.j2 Просмотреть файл

@@ -1,5 +1,5 @@
{#
SPDX-FileCopyrightText: 2024 MDAD Team and contributors
SPDX-FileCopyrightText: 2022 MDAD Team and contributors

SPDX-License-Identifier: AGPL-3.0-or-later
#}


+ 1
- 1
roles/custom/matrix-bot-mjolnir/defaults/main.yml Просмотреть файл

@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2024 MDAD Team and contributors
# SPDX-FileCopyrightText: 2022 MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later



+ 1
- 1
roles/custom/matrix-bot-mjolnir/tasks/main.yml Просмотреть файл

@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2024 MDAD Team and contributors
# SPDX-FileCopyrightText: 2022 MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later



+ 1
- 1
roles/custom/matrix-bot-mjolnir/tasks/setup_install.yml Просмотреть файл

@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2024 MDAD Team and contributors
# SPDX-FileCopyrightText: 2022 MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later



+ 1
- 1
roles/custom/matrix-bot-mjolnir/tasks/setup_uninstall.yml Просмотреть файл

@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2024 MDAD Team and contributors
# SPDX-FileCopyrightText: 2022 MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later



+ 1
- 1
roles/custom/matrix-bot-mjolnir/tasks/validate_config.yml Просмотреть файл

@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2024 MDAD Team and contributors
# SPDX-FileCopyrightText: 2022 MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later



+ 1
- 1
roles/custom/matrix-bot-mjolnir/templates/production.yaml.j2 Просмотреть файл

@@ -1,5 +1,5 @@
{#
SPDX-FileCopyrightText: 2024 MDAD Team and contributors
SPDX-FileCopyrightText: 2022 MDAD Team and contributors

SPDX-License-Identifier: AGPL-3.0-or-later
#}


+ 1
- 1
roles/custom/matrix-bot-mjolnir/templates/systemd/matrix-bot-mjolnir.service.j2 Просмотреть файл

@@ -1,5 +1,5 @@
{#
SPDX-FileCopyrightText: 2024 MDAD Team and contributors
SPDX-FileCopyrightText: 2022 MDAD Team and contributors

SPDX-License-Identifier: AGPL-3.0-or-later
#}


+ 1
- 1
roles/custom/matrix-bridge-appservice-discord/defaults/main.yml Просмотреть файл

@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2024 MDAD Team and contributors
# SPDX-FileCopyrightText: 2022 MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later



+ 1
- 1
roles/custom/matrix-bridge-appservice-discord/tasks/main.yml Просмотреть файл

@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2024 MDAD Team and contributors
# SPDX-FileCopyrightText: 2022 MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later



+ 1
- 1
roles/custom/matrix-bridge-appservice-discord/tasks/setup_install.yml Просмотреть файл

@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2024 MDAD Team and contributors
# SPDX-FileCopyrightText: 2022 MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later



+ 1
- 1
roles/custom/matrix-bridge-appservice-discord/tasks/setup_uninstall.yml Просмотреть файл

@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2024 MDAD Team and contributors
# SPDX-FileCopyrightText: 2022 MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later



+ 1
- 1
roles/custom/matrix-bridge-appservice-discord/tasks/validate_config.yml Просмотреть файл

@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2024 MDAD Team and contributors
# SPDX-FileCopyrightText: 2022 MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later



+ 1
- 1
roles/custom/matrix-bridge-appservice-discord/templates/config.yaml.j2 Просмотреть файл

@@ -1,5 +1,5 @@
{#
SPDX-FileCopyrightText: 2024 MDAD Team and contributors
SPDX-FileCopyrightText: 2022 MDAD Team and contributors

SPDX-License-Identifier: AGPL-3.0-or-later
#}


+ 1
- 1
roles/custom/matrix-bridge-appservice-discord/templates/systemd/matrix-appservice-discord.service.j2 Просмотреть файл

@@ -1,5 +1,5 @@
{#
SPDX-FileCopyrightText: 2024 MDAD Team and contributors
SPDX-FileCopyrightText: 2022 MDAD Team and contributors

SPDX-License-Identifier: AGPL-3.0-or-later
#}


+ 1
- 1
roles/custom/matrix-bridge-appservice-irc/defaults/main.yml Просмотреть файл

@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2024 MDAD Team and contributors
# SPDX-FileCopyrightText: 2022 MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later



+ 1
- 1
roles/custom/matrix-bridge-appservice-irc/tasks/main.yml Просмотреть файл

@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2024 MDAD Team and contributors
# SPDX-FileCopyrightText: 2022 MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later



+ 1
- 1
roles/custom/matrix-bridge-appservice-irc/tasks/migrate_nedb_to_postgres.yml Просмотреть файл

@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2024 MDAD Team and contributors
# SPDX-FileCopyrightText: 2022 MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later



+ 1
- 1
roles/custom/matrix-bridge-appservice-irc/tasks/setup_install.yml Просмотреть файл

@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2024 MDAD Team and contributors
# SPDX-FileCopyrightText: 2022 MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later



+ 1
- 1
roles/custom/matrix-bridge-appservice-irc/tasks/setup_uninstall.yml Просмотреть файл

@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2024 MDAD Team and contributors
# SPDX-FileCopyrightText: 2022 MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later



+ 1
- 1
roles/custom/matrix-bridge-appservice-irc/tasks/validate_config.yml Просмотреть файл

@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2024 MDAD Team and contributors
# SPDX-FileCopyrightText: 2022 MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later



+ 1
- 1
roles/custom/matrix-bridge-appservice-irc/templates/config.yaml.j2 Просмотреть файл

@@ -1,5 +1,5 @@
{#
SPDX-FileCopyrightText: 2024 MDAD Team and contributors
SPDX-FileCopyrightText: 2022 MDAD Team and contributors

SPDX-License-Identifier: AGPL-3.0-or-later
#}


+ 1
- 1
roles/custom/matrix-bridge-appservice-irc/templates/systemd/matrix-appservice-irc.service.j2 Просмотреть файл

@@ -1,5 +1,5 @@
{#
SPDX-FileCopyrightText: 2024 MDAD Team and contributors
SPDX-FileCopyrightText: 2022 MDAD Team and contributors

SPDX-License-Identifier: AGPL-3.0-or-later
#}


+ 1
- 1
roles/custom/matrix-bridge-appservice-kakaotalk/defaults/main.yml Просмотреть файл

@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2024 MDAD Team and contributors
# SPDX-FileCopyrightText: 2022 MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later



Некоторые файлы не были показаны из-за большого количества измененных файлов

Загрузка…
Отмена
Сохранить