From 25dfbdf1d73756f1e9a8f5301be9949927509628 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Sun, 8 Dec 2024 02:40:11 +0900 Subject: [PATCH] Setting up REUSE: change copyright year to the initial publication - 2022 Signed-off-by: Suguru Hirahara --- .config/ansible-lint.yml | 2 +- .github/dependabot.yaml | 2 +- .github/workflows/matrix.yml | 2 +- .yamllint | 2 +- Makefile | 2 +- docs/configuring-playbook-backup-borg.md | 2 +- docs/configuring-playbook-bot-buscarron.md | 2 +- docs/configuring-playbook-bot-honoroit.md | 2 +- docs/configuring-playbook-bot-matrix-registration-bot.md | 2 +- docs/configuring-playbook-bot-maubot.md | 2 +- docs/configuring-playbook-bridge-appservice-kakaotalk.md | 2 +- docs/configuring-playbook-bridge-go-skype-bridge.md | 2 +- docs/configuring-playbook-bridge-hookshot.md | 2 +- docs/configuring-playbook-bridge-mautrix-discord.md | 2 +- docs/configuring-playbook-cactus-comments.md | 2 +- docs/configuring-playbook-client-cinny.md | 2 +- docs/configuring-playbook-conduit.md | 2 +- docs/configuring-playbook-dendrite.md | 2 +- docs/configuring-playbook-matrix-ldap-registration-proxy.md | 2 +- docs/configuring-playbook-mautrix-bridges.md | 2 +- docs/configuring-playbook-ntfy.md | 2 +- docs/configuring-playbook-prometheus-nginxlog.md | 2 +- docs/configuring-playbook-s3-goofys.md | 2 +- docs/configuring-playbook-synapse-s3-storage-provider.md | 2 +- docs/obtaining-access-tokens.md | 2 +- examples/host.yml | 2 +- roles/custom/matrix-base/defaults/main.yml | 2 +- roles/custom/matrix-base/tasks/ensure_fuse_installed.yml | 2 +- .../matrix-base/tasks/ensure_fuse_installed_archlinux.yml | 2 +- roles/custom/matrix-base/tasks/ensure_fuse_installed_debian.yml | 2 +- roles/custom/matrix-base/tasks/ensure_fuse_installed_redhat.yml | 2 +- roles/custom/matrix-base/tasks/ensure_openssl_installed.yml | 2 +- roles/custom/matrix-base/tasks/main.yml | 2 +- roles/custom/matrix-base/tasks/setup_matrix_base.yml | 2 +- roles/custom/matrix-base/tasks/setup_matrix_user.yml | 2 +- roles/custom/matrix-base/tasks/validate_config.yml | 2 +- roles/custom/matrix-base/templates/bin/remove-all.j2 | 2 +- roles/custom/matrix-bot-buscarron/defaults/main.yml | 2 +- roles/custom/matrix-bot-buscarron/tasks/main.yml | 2 +- roles/custom/matrix-bot-buscarron/tasks/setup_install.yml | 2 +- roles/custom/matrix-bot-buscarron/tasks/setup_uninstall.yml | 2 +- roles/custom/matrix-bot-buscarron/tasks/validate_config.yml | 2 +- roles/custom/matrix-bot-buscarron/templates/env.j2 | 2 +- .../templates/systemd/matrix-bot-buscarron.service.j2 | 2 +- roles/custom/matrix-bot-go-neb/defaults/main.yml | 2 +- roles/custom/matrix-bot-go-neb/tasks/main.yml | 2 +- roles/custom/matrix-bot-go-neb/tasks/validate_config.yml | 2 +- roles/custom/matrix-bot-go-neb/templates/config.yaml.j2 | 2 +- .../templates/systemd/matrix-bot-go-neb.service.j2 | 2 +- roles/custom/matrix-bot-honoroit/defaults/main.yml | 2 +- roles/custom/matrix-bot-honoroit/tasks/main.yml | 2 +- roles/custom/matrix-bot-honoroit/tasks/setup_install.yml | 2 +- roles/custom/matrix-bot-honoroit/tasks/setup_uninstall.yml | 2 +- roles/custom/matrix-bot-honoroit/tasks/validate_config.yml | 2 +- roles/custom/matrix-bot-honoroit/templates/env.j2 | 2 +- .../templates/systemd/matrix-bot-honoroit.service.j2 | 2 +- .../custom/matrix-bot-matrix-registration-bot/defaults/main.yml | 2 +- roles/custom/matrix-bot-matrix-registration-bot/tasks/main.yml | 2 +- .../matrix-bot-matrix-registration-bot/tasks/setup_install.yml | 2 +- .../tasks/setup_uninstall.yml | 2 +- .../tasks/validate_config.yml | 2 +- .../templates/config/config.yml.j2 | 2 +- .../systemd/matrix-bot-matrix-registration-bot.service.j2 | 2 +- roles/custom/matrix-bot-matrix-reminder-bot/defaults/main.yml | 2 +- roles/custom/matrix-bot-matrix-reminder-bot/tasks/main.yml | 2 +- .../matrix-bot-matrix-reminder-bot/tasks/setup_install.yml | 2 +- .../matrix-bot-matrix-reminder-bot/tasks/setup_uninstall.yml | 2 +- .../matrix-bot-matrix-reminder-bot/tasks/validate_config.yml | 2 +- .../matrix-bot-matrix-reminder-bot/templates/config.yaml.j2 | 2 +- .../templates/systemd/matrix-bot-matrix-reminder-bot.service.j2 | 2 +- roles/custom/matrix-bot-maubot/defaults/main.yml | 2 +- roles/custom/matrix-bot-maubot/tasks/main.yml | 2 +- roles/custom/matrix-bot-maubot/tasks/setup_install.yml | 2 +- roles/custom/matrix-bot-maubot/tasks/setup_uninstall.yml | 2 +- roles/custom/matrix-bot-maubot/tasks/validate_config.yml | 2 +- roles/custom/matrix-bot-maubot/templates/config/config.yaml.j2 | 2 +- .../templates/systemd/matrix-bot-maubot.service.j2 | 2 +- roles/custom/matrix-bot-mjolnir/defaults/main.yml | 2 +- roles/custom/matrix-bot-mjolnir/tasks/main.yml | 2 +- roles/custom/matrix-bot-mjolnir/tasks/setup_install.yml | 2 +- roles/custom/matrix-bot-mjolnir/tasks/setup_uninstall.yml | 2 +- roles/custom/matrix-bot-mjolnir/tasks/validate_config.yml | 2 +- roles/custom/matrix-bot-mjolnir/templates/production.yaml.j2 | 2 +- .../templates/systemd/matrix-bot-mjolnir.service.j2 | 2 +- roles/custom/matrix-bridge-appservice-discord/defaults/main.yml | 2 +- roles/custom/matrix-bridge-appservice-discord/tasks/main.yml | 2 +- .../matrix-bridge-appservice-discord/tasks/setup_install.yml | 2 +- .../matrix-bridge-appservice-discord/tasks/setup_uninstall.yml | 2 +- .../matrix-bridge-appservice-discord/tasks/validate_config.yml | 2 +- .../matrix-bridge-appservice-discord/templates/config.yaml.j2 | 2 +- .../templates/systemd/matrix-appservice-discord.service.j2 | 2 +- roles/custom/matrix-bridge-appservice-irc/defaults/main.yml | 2 +- roles/custom/matrix-bridge-appservice-irc/tasks/main.yml | 2 +- .../tasks/migrate_nedb_to_postgres.yml | 2 +- .../custom/matrix-bridge-appservice-irc/tasks/setup_install.yml | 2 +- .../matrix-bridge-appservice-irc/tasks/setup_uninstall.yml | 2 +- .../matrix-bridge-appservice-irc/tasks/validate_config.yml | 2 +- .../matrix-bridge-appservice-irc/templates/config.yaml.j2 | 2 +- .../templates/systemd/matrix-appservice-irc.service.j2 | 2 +- .../custom/matrix-bridge-appservice-kakaotalk/defaults/main.yml | 2 +- roles/custom/matrix-bridge-appservice-kakaotalk/tasks/main.yml | 2 +- .../matrix-bridge-appservice-kakaotalk/tasks/setup_install.yml | 2 +- .../tasks/setup_uninstall.yml | 2 +- .../tasks/validate_config.yml | 2 +- .../matrix-bridge-appservice-kakaotalk/templates/config.yaml.j2 | 2 +- .../templates/node-config.json.j2 | 2 +- .../systemd/matrix-appservice-kakaotalk-node.service.j2 | 2 +- .../templates/systemd/matrix-appservice-kakaotalk.service.j2 | 2 +- roles/custom/matrix-bridge-appservice-slack/defaults/main.yml | 2 +- roles/custom/matrix-bridge-appservice-slack/tasks/main.yml | 2 +- .../tasks/migrate_nedb_to_postgres.yml | 2 +- .../matrix-bridge-appservice-slack/tasks/setup_install.yml | 2 +- .../matrix-bridge-appservice-slack/tasks/setup_uninstall.yml | 2 +- .../matrix-bridge-appservice-slack/tasks/validate_config.yml | 2 +- .../matrix-bridge-appservice-slack/templates/config.yaml.j2 | 2 +- .../templates/systemd/matrix-appservice-slack.service.j2 | 2 +- .../custom/matrix-bridge-appservice-webhooks/defaults/main.yml | 2 +- roles/custom/matrix-bridge-appservice-webhooks/tasks/main.yml | 2 +- .../matrix-bridge-appservice-webhooks/tasks/setup_install.yml | 2 +- .../matrix-bridge-appservice-webhooks/tasks/setup_uninstall.yml | 2 +- .../matrix-bridge-appservice-webhooks/tasks/validate_config.yml | 2 +- .../matrix-bridge-appservice-webhooks/templates/config.yaml.j2 | 2 +- .../templates/database.json.j2 | 2 +- .../matrix-bridge-appservice-webhooks/templates/schema.yml.j2 | 2 +- .../templates/systemd/matrix-appservice-webhooks.service.j2 | 2 +- roles/custom/matrix-bridge-beeper-linkedin/defaults/main.yml | 2 +- roles/custom/matrix-bridge-beeper-linkedin/tasks/main.yml | 2 +- .../matrix-bridge-beeper-linkedin/tasks/setup_install.yml | 2 +- .../matrix-bridge-beeper-linkedin/tasks/setup_uninstall.yml | 2 +- .../matrix-bridge-beeper-linkedin/tasks/validate_config.yml | 2 +- .../matrix-bridge-beeper-linkedin/templates/config.yaml.j2 | 2 +- .../templates/systemd/matrix-beeper-linkedin.service.j2 | 2 +- roles/custom/matrix-bridge-go-skype-bridge/defaults/main.yml | 2 +- roles/custom/matrix-bridge-go-skype-bridge/tasks/main.yml | 2 +- .../matrix-bridge-go-skype-bridge/tasks/setup_install.yml | 2 +- .../matrix-bridge-go-skype-bridge/tasks/setup_uninstall.yml | 2 +- .../matrix-bridge-go-skype-bridge/tasks/validate_config.yml | 2 +- .../matrix-bridge-go-skype-bridge/templates/config.yaml.j2 | 2 +- .../templates/systemd/matrix-go-skype-bridge.service.j2 | 2 +- roles/custom/matrix-bridge-heisenbridge/defaults/main.yml | 2 +- roles/custom/matrix-bridge-heisenbridge/tasks/main.yml | 2 +- roles/custom/matrix-bridge-heisenbridge/tasks/setup_install.yml | 2 +- .../custom/matrix-bridge-heisenbridge/tasks/setup_uninstall.yml | 2 +- .../templates/systemd/matrix-heisenbridge.service.j2 | 2 +- roles/custom/matrix-bridge-hookshot/defaults/main.yml | 2 +- roles/custom/matrix-bridge-hookshot/tasks/main.yml | 2 +- roles/custom/matrix-bridge-hookshot/tasks/setup_install.yml | 2 +- roles/custom/matrix-bridge-hookshot/tasks/setup_uninstall.yml | 2 +- roles/custom/matrix-bridge-hookshot/tasks/validate_config.yml | 2 +- roles/custom/matrix-bridge-hookshot/templates/config.yml.j2 | 2 +- .../custom/matrix-bridge-hookshot/templates/registration.yml.j2 | 2 +- .../templates/systemd/matrix-hookshot.service.j2 | 2 +- roles/custom/matrix-bridge-mautrix-discord/defaults/main.yml | 2 +- roles/custom/matrix-bridge-mautrix-discord/tasks/main.yml | 2 +- .../matrix-bridge-mautrix-discord/tasks/setup_install.yml | 2 +- .../matrix-bridge-mautrix-discord/tasks/setup_uninstall.yml | 2 +- .../matrix-bridge-mautrix-discord/tasks/validate_config.yml | 2 +- .../matrix-bridge-mautrix-discord/templates/config.yaml.j2 | 2 +- .../templates/systemd/matrix-mautrix-discord.service.j2 | 2 +- roles/custom/matrix-bridge-mautrix-facebook/defaults/main.yml | 2 +- roles/custom/matrix-bridge-mautrix-facebook/tasks/main.yml | 2 +- .../matrix-bridge-mautrix-facebook/tasks/setup_install.yml | 2 +- .../matrix-bridge-mautrix-facebook/tasks/setup_uninstall.yml | 2 +- .../matrix-bridge-mautrix-facebook/tasks/validate_config.yml | 2 +- .../matrix-bridge-mautrix-facebook/templates/config.yaml.j2 | 2 +- .../templates/systemd/matrix-mautrix-facebook.service.j2 | 2 +- roles/custom/matrix-bridge-mautrix-googlechat/defaults/main.yml | 2 +- roles/custom/matrix-bridge-mautrix-googlechat/tasks/main.yml | 2 +- .../matrix-bridge-mautrix-googlechat/tasks/setup_install.yml | 2 +- .../matrix-bridge-mautrix-googlechat/tasks/setup_uninstall.yml | 2 +- .../matrix-bridge-mautrix-googlechat/tasks/validate_config.yml | 2 +- .../matrix-bridge-mautrix-googlechat/templates/config.yaml.j2 | 2 +- .../templates/systemd/matrix-mautrix-googlechat.service.j2 | 2 +- roles/custom/matrix-bridge-mautrix-hangouts/defaults/main.yml | 2 +- roles/custom/matrix-bridge-mautrix-hangouts/tasks/main.yml | 2 +- .../matrix-bridge-mautrix-hangouts/tasks/setup_install.yml | 2 +- .../matrix-bridge-mautrix-hangouts/tasks/setup_uninstall.yml | 2 +- .../matrix-bridge-mautrix-hangouts/tasks/validate_config.yml | 2 +- .../matrix-bridge-mautrix-hangouts/templates/config.yaml.j2 | 2 +- .../templates/systemd/matrix-mautrix-hangouts.service.j2 | 2 +- roles/custom/matrix-bridge-mautrix-instagram/defaults/main.yml | 2 +- roles/custom/matrix-bridge-mautrix-instagram/tasks/main.yml | 2 +- .../matrix-bridge-mautrix-instagram/tasks/setup_install.yml | 2 +- .../matrix-bridge-mautrix-instagram/tasks/setup_uninstall.yml | 2 +- .../matrix-bridge-mautrix-instagram/tasks/validate_config.yml | 2 +- .../matrix-bridge-mautrix-instagram/templates/config.yaml.j2 | 2 +- .../templates/systemd/matrix-mautrix-instagram.service.j2 | 2 +- roles/custom/matrix-bridge-mautrix-signal/defaults/main.yml | 2 +- roles/custom/matrix-bridge-mautrix-signal/tasks/main.yml | 2 +- .../custom/matrix-bridge-mautrix-signal/tasks/setup_install.yml | 2 +- .../matrix-bridge-mautrix-signal/tasks/setup_uninstall.yml | 2 +- .../matrix-bridge-mautrix-signal/tasks/validate_config.yml | 2 +- .../matrix-bridge-mautrix-signal/templates/config.yaml.j2 | 2 +- .../templates/systemd/matrix-mautrix-signal.service.j2 | 2 +- roles/custom/matrix-bridge-mautrix-telegram/defaults/main.yml | 2 +- roles/custom/matrix-bridge-mautrix-telegram/tasks/main.yml | 2 +- .../matrix-bridge-mautrix-telegram/tasks/setup_install.yml | 2 +- .../matrix-bridge-mautrix-telegram/tasks/setup_uninstall.yml | 2 +- .../matrix-bridge-mautrix-telegram/tasks/validate_config.yml | 2 +- .../matrix-bridge-mautrix-telegram/templates/config.yaml.j2 | 2 +- .../templates/systemd/matrix-mautrix-telegram.service.j2 | 2 +- roles/custom/matrix-bridge-mautrix-twitter/defaults/main.yml | 2 +- roles/custom/matrix-bridge-mautrix-twitter/tasks/main.yml | 2 +- .../matrix-bridge-mautrix-twitter/tasks/setup_install.yml | 2 +- .../matrix-bridge-mautrix-twitter/tasks/setup_uninstall.yml | 2 +- .../matrix-bridge-mautrix-twitter/tasks/validate_config.yml | 2 +- .../matrix-bridge-mautrix-twitter/templates/config.yaml.j2 | 2 +- .../templates/systemd/matrix-mautrix-twitter.service.j2 | 2 +- roles/custom/matrix-bridge-mautrix-whatsapp/defaults/main.yml | 2 +- roles/custom/matrix-bridge-mautrix-whatsapp/tasks/main.yml | 2 +- .../matrix-bridge-mautrix-whatsapp/tasks/setup_install.yml | 2 +- .../matrix-bridge-mautrix-whatsapp/tasks/setup_uninstall.yml | 2 +- .../matrix-bridge-mautrix-whatsapp/tasks/validate_config.yml | 2 +- .../matrix-bridge-mautrix-whatsapp/templates/config.yaml.j2 | 2 +- .../templates/systemd/matrix-mautrix-whatsapp.service.j2 | 2 +- roles/custom/matrix-bridge-mx-puppet-discord/defaults/main.yml | 2 +- roles/custom/matrix-bridge-mx-puppet-discord/tasks/main.yml | 2 +- .../matrix-bridge-mx-puppet-discord/tasks/setup_install.yml | 2 +- .../matrix-bridge-mx-puppet-discord/tasks/setup_uninstall.yml | 2 +- .../matrix-bridge-mx-puppet-discord/tasks/validate_config.yml | 2 +- .../matrix-bridge-mx-puppet-discord/templates/config.yaml.j2 | 2 +- .../templates/systemd/matrix-mx-puppet-discord.service.j2 | 2 +- roles/custom/matrix-bridge-mx-puppet-groupme/defaults/main.yml | 2 +- roles/custom/matrix-bridge-mx-puppet-groupme/tasks/main.yml | 2 +- .../matrix-bridge-mx-puppet-groupme/tasks/setup_install.yml | 2 +- .../matrix-bridge-mx-puppet-groupme/tasks/setup_uninstall.yml | 2 +- .../matrix-bridge-mx-puppet-groupme/tasks/validate_config.yml | 2 +- .../matrix-bridge-mx-puppet-groupme/templates/config.yaml.j2 | 2 +- .../templates/systemd/matrix-mx-puppet-groupme.service.j2 | 2 +- .../custom/matrix-bridge-mx-puppet-instagram/defaults/main.yml | 2 +- roles/custom/matrix-bridge-mx-puppet-instagram/tasks/main.yml | 2 +- .../matrix-bridge-mx-puppet-instagram/tasks/setup_install.yml | 2 +- .../matrix-bridge-mx-puppet-instagram/tasks/setup_uninstall.yml | 2 +- .../matrix-bridge-mx-puppet-instagram/tasks/validate_config.yml | 2 +- .../matrix-bridge-mx-puppet-instagram/templates/config.yaml.j2 | 2 +- .../templates/systemd/matrix-mx-puppet-instagram.service.j2 | 2 +- roles/custom/matrix-bridge-mx-puppet-slack/defaults/main.yml | 2 +- roles/custom/matrix-bridge-mx-puppet-slack/tasks/main.yml | 2 +- .../matrix-bridge-mx-puppet-slack/tasks/setup_install.yml | 2 +- .../matrix-bridge-mx-puppet-slack/tasks/setup_uninstall.yml | 2 +- .../matrix-bridge-mx-puppet-slack/tasks/validate_config.yml | 2 +- .../matrix-bridge-mx-puppet-slack/templates/config.yaml.j2 | 2 +- .../templates/systemd/matrix-mx-puppet-slack.service.j2 | 2 +- roles/custom/matrix-bridge-mx-puppet-steam/defaults/main.yml | 2 +- roles/custom/matrix-bridge-mx-puppet-steam/tasks/main.yml | 2 +- .../matrix-bridge-mx-puppet-steam/tasks/setup_install.yml | 2 +- .../matrix-bridge-mx-puppet-steam/tasks/setup_uninstall.yml | 2 +- .../matrix-bridge-mx-puppet-steam/tasks/validate_config.yml | 2 +- .../matrix-bridge-mx-puppet-steam/templates/config.yaml.j2 | 2 +- .../templates/systemd/matrix-mx-puppet-steam.service.j2 | 2 +- roles/custom/matrix-bridge-mx-puppet-twitter/defaults/main.yml | 2 +- roles/custom/matrix-bridge-mx-puppet-twitter/tasks/main.yml | 2 +- .../matrix-bridge-mx-puppet-twitter/tasks/setup_install.yml | 2 +- .../matrix-bridge-mx-puppet-twitter/tasks/setup_uninstall.yml | 2 +- .../matrix-bridge-mx-puppet-twitter/tasks/validate_config.yml | 2 +- .../matrix-bridge-mx-puppet-twitter/templates/config.yaml.j2 | 2 +- .../templates/systemd/matrix-mx-puppet-twitter.service.j2 | 2 +- roles/custom/matrix-bridge-sms/defaults/main.yml | 2 +- roles/custom/matrix-bridge-sms/tasks/main.yml | 2 +- roles/custom/matrix-bridge-sms/tasks/setup_install.yml | 2 +- roles/custom/matrix-bridge-sms/tasks/setup_uninstall.yml | 2 +- roles/custom/matrix-bridge-sms/tasks/validate_config.yml | 2 +- .../templates/systemd/matrix-sms-bridge.service.j2 | 2 +- roles/custom/matrix-cactus-comments/defaults/main.yml | 2 +- roles/custom/matrix-cactus-comments/tasks/main.yml | 2 +- roles/custom/matrix-cactus-comments/tasks/setup_install.yml | 2 +- roles/custom/matrix-cactus-comments/tasks/setup_uninstall.yml | 2 +- roles/custom/matrix-cactus-comments/tasks/validate_config.yml | 2 +- .../matrix-cactus-comments/templates/cactus_appservice.yaml.j2 | 2 +- roles/custom/matrix-cactus-comments/templates/env.j2 | 2 +- .../templates/systemd/matrix-cactus-comments.service.j2 | 2 +- roles/custom/matrix-client-cinny/defaults/main.yml | 2 +- roles/custom/matrix-client-cinny/tasks/main.yml | 2 +- roles/custom/matrix-client-cinny/tasks/self_check.yml | 2 +- roles/custom/matrix-client-cinny/tasks/setup_install.yml | 2 +- roles/custom/matrix-client-cinny/tasks/setup_uninstall.yml | 2 +- roles/custom/matrix-client-cinny/tasks/validate_config.yml | 2 +- roles/custom/matrix-client-cinny/templates/config.json.j2 | 2 +- roles/custom/matrix-client-cinny/templates/nginx.conf.j2 | 2 +- .../templates/systemd/matrix-client-cinny.service.j2 | 2 +- roles/custom/matrix-client-element/defaults/main.yml | 2 +- roles/custom/matrix-client-element/tasks/main.yml | 2 +- roles/custom/matrix-client-element/tasks/prepare_themes.yml | 2 +- roles/custom/matrix-client-element/tasks/self_check.yml | 2 +- roles/custom/matrix-client-element/tasks/setup_install.yml | 2 +- roles/custom/matrix-client-element/tasks/setup_uninstall.yml | 2 +- roles/custom/matrix-client-element/tasks/validate_config.yml | 2 +- roles/custom/matrix-client-element/templates/config.json.j2 | 2 +- roles/custom/matrix-client-element/templates/map_style.json.j2 | 2 +- roles/custom/matrix-client-element/templates/nginx.conf.j2 | 2 +- .../templates/systemd/matrix-client-element.service.j2 | 2 +- roles/custom/matrix-client-element/templates/welcome.html.j2 | 2 +- roles/custom/matrix-client-element/vars/main.yml | 2 +- roles/custom/matrix-client-hydrogen/defaults/main.yml | 2 +- roles/custom/matrix-client-hydrogen/tasks/main.yml | 2 +- roles/custom/matrix-client-hydrogen/tasks/self_check.yml | 2 +- roles/custom/matrix-client-hydrogen/tasks/setup_install.yml | 2 +- roles/custom/matrix-client-hydrogen/tasks/setup_uninstall.yml | 2 +- roles/custom/matrix-client-hydrogen/tasks/validate_config.yml | 2 +- roles/custom/matrix-client-hydrogen/templates/config.json.j2 | 2 +- roles/custom/matrix-client-hydrogen/templates/nginx.conf.j2 | 2 +- .../templates/systemd/matrix-client-hydrogen.service.j2 | 2 +- roles/custom/matrix-common-after/tasks/main.yml | 2 +- roles/custom/matrix-common-after/tasks/run_docker_prune.yml | 2 +- roles/custom/matrix-conduit/defaults/main.yml | 2 +- roles/custom/matrix-conduit/tasks/main.yml | 2 +- roles/custom/matrix-conduit/tasks/setup_install.yml | 2 +- roles/custom/matrix-conduit/tasks/setup_uninstall.yml | 2 +- roles/custom/matrix-conduit/vars/main.yml | 2 +- roles/custom/matrix-corporal/defaults/main.yml | 2 +- roles/custom/matrix-corporal/tasks/main.yml | 2 +- roles/custom/matrix-corporal/tasks/self_check.yml | 2 +- roles/custom/matrix-corporal/tasks/setup_install.yml | 2 +- roles/custom/matrix-corporal/tasks/setup_uninstall.yml | 2 +- roles/custom/matrix-corporal/tasks/validate_config.yml | 2 +- roles/custom/matrix-corporal/templates/config.json.j2 | 2 +- .../templates/systemd/matrix-corporal.service.j2 | 2 +- roles/custom/matrix-coturn/defaults/main.yml | 2 +- roles/custom/matrix-coturn/tasks/main.yml | 2 +- roles/custom/matrix-coturn/tasks/setup_install.yml | 2 +- roles/custom/matrix-coturn/tasks/setup_uninstall.yml | 2 +- roles/custom/matrix-coturn/tasks/validate_config.yml | 2 +- .../templates/systemd/matrix-coturn-reload.service.j2 | 2 +- .../templates/systemd/matrix-coturn-reload.timer.j2 | 2 +- .../matrix-coturn/templates/systemd/matrix-coturn.service.j2 | 2 +- roles/custom/matrix-coturn/templates/turnserver.conf.j2 | 2 +- roles/custom/matrix-dendrite/defaults/main.yml | 2 +- roles/custom/matrix-dendrite/tasks/main.yml | 2 +- roles/custom/matrix-dendrite/tasks/register_user.yml | 2 +- roles/custom/matrix-dendrite/tasks/self_check_client_api.yml | 2 +- .../custom/matrix-dendrite/tasks/self_check_federation_api.yml | 2 +- roles/custom/matrix-dendrite/tasks/setup_install.yml | 2 +- roles/custom/matrix-dendrite/tasks/setup_uninstall.yml | 2 +- roles/custom/matrix-dendrite/tasks/validate_config.yml | 2 +- roles/custom/matrix-dendrite/vars/main.yml | 2 +- roles/custom/matrix-dimension/defaults/main.yml | 2 +- roles/custom/matrix-dimension/tasks/main.yml | 2 +- roles/custom/matrix-dimension/tasks/setup_install.yml | 2 +- roles/custom/matrix-dimension/tasks/setup_uninstall.yml | 2 +- roles/custom/matrix-dimension/tasks/validate_config.yml | 2 +- roles/custom/matrix-dimension/templates/config.yaml.j2 | 2 +- .../templates/systemd/matrix-dimension.service.j2 | 2 +- roles/custom/matrix-dimension/vars/main.yml | 2 +- roles/custom/matrix-dynamic-dns/defaults/main.yml | 2 +- roles/custom/matrix-dynamic-dns/tasks/main.yml | 2 +- roles/custom/matrix-dynamic-dns/tasks/setup_install.yml | 2 +- roles/custom/matrix-dynamic-dns/tasks/setup_uninstall.yml | 2 +- roles/custom/matrix-dynamic-dns/tasks/validate_config.yml | 2 +- roles/custom/matrix-dynamic-dns/templates/ddclient.conf.j2 | 2 +- .../templates/systemd/matrix-dynamic-dns.service.j2 | 2 +- roles/custom/matrix-email2matrix/defaults/main.yml | 2 +- roles/custom/matrix-email2matrix/tasks/main.yml | 2 +- roles/custom/matrix-email2matrix/tasks/setup_install.yml | 2 +- roles/custom/matrix-email2matrix/tasks/setup_uninstall.yml | 2 +- roles/custom/matrix-email2matrix/tasks/validate_config.yml | 2 +- roles/custom/matrix-email2matrix/templates/config.json.j2 | 2 +- .../templates/systemd/matrix-email2matrix.service.j2 | 2 +- roles/custom/matrix-ldap-registration-proxy/defaults/main.yml | 2 +- roles/custom/matrix-ldap-registration-proxy/tasks/main.yml | 2 +- .../matrix-ldap-registration-proxy/tasks/setup_install.yml | 2 +- .../matrix-ldap-registration-proxy/tasks/setup_uninstall.yml | 2 +- .../matrix-ldap-registration-proxy/tasks/validate_config.yml | 2 +- .../templates/ldap-registration-proxy.env.j2 | 2 +- .../templates/systemd/matrix-ldap-registration-proxy.service.j2 | 2 +- roles/custom/matrix-ma1sd/defaults/main.yml | 2 +- roles/custom/matrix-ma1sd/tasks/main.yml | 2 +- roles/custom/matrix-ma1sd/tasks/self_check.yml | 2 +- roles/custom/matrix-ma1sd/tasks/setup_install.yml | 2 +- roles/custom/matrix-ma1sd/tasks/setup_uninstall.yml | 2 +- roles/custom/matrix-ma1sd/tasks/validate_config.yml | 2 +- roles/custom/matrix-ma1sd/templates/ma1sd.yaml.j2 | 2 +- .../matrix-ma1sd/templates/systemd/matrix-ma1sd.service.j2 | 2 +- roles/custom/matrix-ma1sd/vars/main.yml | 2 +- .../matrix-prometheus-nginxlog-exporter/defaults/main.yml | 2 +- roles/custom/matrix-prometheus-nginxlog-exporter/tasks/main.yml | 2 +- .../matrix-prometheus-nginxlog-exporter/tasks/setup_install.yml | 2 +- .../tasks/setup_uninstall.yml | 2 +- .../tasks/validate_config.yml | 2 +- .../templates/prometheus-nginxlog-exporter.yaml.j2 | 2 +- .../systemd/matrix-prometheus-nginxlog-exporter.service.j2 | 2 +- roles/custom/matrix-registration/defaults/main.yml | 2 +- roles/custom/matrix-registration/tasks/generate_token.yml | 2 +- roles/custom/matrix-registration/tasks/list_tokens.yml | 2 +- roles/custom/matrix-registration/tasks/main.yml | 2 +- roles/custom/matrix-registration/tasks/setup_install.yml | 2 +- roles/custom/matrix-registration/tasks/setup_uninstall.yml | 2 +- roles/custom/matrix-registration/tasks/validate_config.yml | 2 +- roles/custom/matrix-registration/templates/config.yaml.j2 | 2 +- .../templates/systemd/matrix-registration.service.j2 | 2 +- roles/custom/matrix-sygnal/defaults/main.yml | 2 +- roles/custom/matrix-sygnal/tasks/main.yml | 2 +- roles/custom/matrix-sygnal/tasks/validate_config.yml | 2 +- roles/custom/matrix-sygnal/templates/sygnal.yaml.j2 | 2 +- .../matrix-sygnal/templates/systemd/matrix-sygnal.service.j2 | 2 +- roles/custom/matrix-synapse-admin/defaults/main.yml | 2 +- roles/custom/matrix-synapse-admin/tasks/main.yml | 2 +- roles/custom/matrix-synapse-admin/tasks/setup_install.yml | 2 +- roles/custom/matrix-synapse-admin/tasks/setup_uninstall.yml | 2 +- roles/custom/matrix-synapse-admin/tasks/validate_config.yml | 2 +- .../templates/systemd/matrix-synapse-admin.service.j2 | 2 +- .../matrix-synapse-reverse-proxy-companion/defaults/main.yml | 2 +- .../matrix-synapse-reverse-proxy-companion/tasks/main.yml | 2 +- .../tasks/setup_install.yml | 2 +- .../tasks/setup_uninstall.yml | 2 +- .../nginx/conf.d/matrix-synapse-reverse-proxy-companion.conf.j2 | 2 +- .../templates/nginx/conf.d/nginx-http.conf.j2 | 2 +- .../templates/nginx/nginx.conf.j2 | 2 +- .../systemd/matrix-synapse-reverse-proxy-companion.service.j2 | 2 +- roles/custom/matrix-synapse/defaults/main.yml | 2 +- .../tasks/ext/encryption-disabler/setup_install.yml | 2 +- .../tasks/ext/encryption-disabler/setup_uninstall.yml | 2 +- .../custom/matrix-synapse/tasks/ext/ldap-auth/setup_install.yml | 2 +- .../matrix-synapse/tasks/ext/mjolnir-antispam/setup_install.yml | 2 +- .../tasks/ext/mjolnir-antispam/setup_uninstall.yml | 2 +- .../custom/matrix-synapse/tasks/ext/rest-auth/setup_install.yml | 2 +- .../matrix-synapse/tasks/ext/rest-auth/setup_uninstall.yml | 2 +- .../tasks/ext/s3-storage-provider/setup_install.yml | 2 +- .../tasks/ext/s3-storage-provider/setup_uninstall.yml | 2 +- .../tasks/ext/s3-storage-provider/validate_config.yml | 2 +- roles/custom/matrix-synapse/tasks/ext/setup_install.yml | 2 +- roles/custom/matrix-synapse/tasks/ext/setup_uninstall.yml | 2 +- .../tasks/ext/shared-secret-auth/setup_install.yml | 2 +- .../tasks/ext/shared-secret-auth/setup_uninstall.yml | 2 +- .../tasks/ext/synapse-simple-antispam/setup_install.yml | 2 +- .../tasks/ext/synapse-simple-antispam/setup_uninstall.yml | 2 +- roles/custom/matrix-synapse/tasks/goofys/setup_install.yml | 2 +- roles/custom/matrix-synapse/tasks/goofys/setup_uninstall.yml | 2 +- roles/custom/matrix-synapse/tasks/import_media_store.yml | 2 +- roles/custom/matrix-synapse/tasks/init.yml | 2 +- roles/custom/matrix-synapse/tasks/main.yml | 2 +- roles/custom/matrix-synapse/tasks/register_user.yml | 2 +- .../tasks/rust-synapse-compress-state/compress_room.yml | 2 +- .../matrix-synapse/tasks/rust-synapse-compress-state/main.yml | 2 +- roles/custom/matrix-synapse/tasks/self_check_client_api.yml | 2 +- roles/custom/matrix-synapse/tasks/self_check_federation_api.yml | 2 +- roles/custom/matrix-synapse/tasks/setup_install.yml | 2 +- roles/custom/matrix-synapse/tasks/setup_uninstall.yml | 2 +- roles/custom/matrix-synapse/tasks/synapse/setup.yml | 2 +- roles/custom/matrix-synapse/tasks/synapse/setup_install.yml | 2 +- roles/custom/matrix-synapse/tasks/synapse/setup_uninstall.yml | 2 +- roles/custom/matrix-synapse/tasks/synapse/workers/init.yml | 2 +- .../matrix-synapse/tasks/synapse/workers/setup_install.yml | 2 +- .../matrix-synapse/tasks/synapse/workers/setup_uninstall.yml | 2 +- .../matrix-synapse/tasks/synapse/workers/util/inject_worker.yml | 2 +- .../tasks/synapse/workers/util/setup_files_for_worker.yml | 2 +- roles/custom/matrix-synapse/tasks/update_user_password.yml | 2 +- roles/custom/matrix-synapse/tasks/validate_config.yml | 2 +- roles/custom/matrix-synapse/templates/goofys/env-goofys.j2 | 2 +- .../templates/goofys/systemd/matrix-goofys.service.j2 | 2 +- .../matrix-synapse/templates/synapse/bin/register-user.j2 | 2 +- .../templates/synapse/customizations/Dockerfile.j2 | 2 +- .../templates/synapse/ext/s3-storage-provider/bin/migrate.j2 | 2 +- .../templates/synapse/ext/s3-storage-provider/bin/shell.j2 | 2 +- .../templates/synapse/ext/s3-storage-provider/database.yaml.j2 | 2 +- .../templates/synapse/ext/s3-storage-provider/env.j2 | 2 +- .../ext/s3-storage-provider/media_storage_provider.yaml.j2 | 2 +- .../matrix-synapse-s3-storage-provider-migrate.service.j2 | 2 +- .../systemd/matrix-synapse-s3-storage-provider-migrate.timer.j2 | 2 +- .../custom/matrix-synapse/templates/synapse/homeserver.yaml.j2 | 2 +- .../synapse/prometheus/external_prometheus.yml.example.j2 | 2 +- .../matrix-synapse/templates/synapse/synapse.log.config.j2 | 2 +- .../templates/synapse/systemd/matrix-synapse-worker.service.j2 | 2 +- .../templates/synapse/systemd/matrix-synapse.service.j2 | 2 +- roles/custom/matrix-synapse/templates/synapse/worker.yaml.j2 | 2 +- roles/custom/matrix-synapse/vars/main.yml | 2 +- roles/custom/matrix-user-creator/defaults/main.yml | 2 +- roles/custom/matrix-user-creator/tasks/main.yml | 2 +- roles/custom/matrix-user-creator/tasks/setup.yml | 2 +- .../tasks/util/ensure_user_registered_conduit.yml | 2 +- .../tasks/util/ensure_user_registered_dendrite.yml | 2 +- .../tasks/util/ensure_user_registered_synapse.yml | 2 +- roles/custom/matrix-user-creator/tasks/util/validate_user.yml | 2 +- roles/custom/matrix-user-creator/vars/main.yml | 2 +- .../matrix_playbook_migration/tasks/cleanup_usr_local_bin.yml | 2 +- roles/custom/matrix_playbook_migration/tasks/main.yml | 2 +- .../custom/matrix_playbook_migration/tasks/validate_config.yml | 2 +- 476 files changed, 476 insertions(+), 476 deletions(-) diff --git a/.config/ansible-lint.yml b/.config/ansible-lint.yml index 91ee9d78a..6ad4cd437 100644 --- a/.config/ansible-lint.yml +++ b/.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 diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 5039f9900..dfbd36422 100644 --- a/.github/dependabot.yaml +++ b/.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 diff --git a/.github/workflows/matrix.yml b/.github/workflows/matrix.yml index 9930fbb22..7d740226d 100644 --- a/.github/workflows/matrix.yml +++ b/.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 diff --git a/.yamllint b/.yamllint index 5d36312cb..6de378718 100644 --- a/.yamllint +++ b/.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 diff --git a/Makefile b/Makefile index 58d53ef04..657090f4d 100644 --- a/Makefile +++ b/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 diff --git a/docs/configuring-playbook-backup-borg.md b/docs/configuring-playbook-backup-borg.md index 6d6bedaf5..85205e407 100644 --- a/docs/configuring-playbook-backup-borg.md +++ b/docs/configuring-playbook-backup-borg.md @@ -1,5 +1,5 @@ diff --git a/docs/configuring-playbook-bot-buscarron.md b/docs/configuring-playbook-bot-buscarron.md index f8259ad52..14595db94 100644 --- a/docs/configuring-playbook-bot-buscarron.md +++ b/docs/configuring-playbook-bot-buscarron.md @@ -1,5 +1,5 @@ diff --git a/docs/configuring-playbook-bot-honoroit.md b/docs/configuring-playbook-bot-honoroit.md index 7c6463f4d..1f16d8994 100644 --- a/docs/configuring-playbook-bot-honoroit.md +++ b/docs/configuring-playbook-bot-honoroit.md @@ -1,5 +1,5 @@ diff --git a/docs/configuring-playbook-bot-matrix-registration-bot.md b/docs/configuring-playbook-bot-matrix-registration-bot.md index 58092a52c..b783fa241 100644 --- a/docs/configuring-playbook-bot-matrix-registration-bot.md +++ b/docs/configuring-playbook-bot-matrix-registration-bot.md @@ -1,5 +1,5 @@ diff --git a/docs/configuring-playbook-bot-maubot.md b/docs/configuring-playbook-bot-maubot.md index 4b3cd8155..a85c7375c 100644 --- a/docs/configuring-playbook-bot-maubot.md +++ b/docs/configuring-playbook-bot-maubot.md @@ -1,5 +1,5 @@ diff --git a/docs/configuring-playbook-bridge-appservice-kakaotalk.md b/docs/configuring-playbook-bridge-appservice-kakaotalk.md index 7b7356b45..915d563d2 100644 --- a/docs/configuring-playbook-bridge-appservice-kakaotalk.md +++ b/docs/configuring-playbook-bridge-appservice-kakaotalk.md @@ -1,5 +1,5 @@ diff --git a/docs/configuring-playbook-bridge-go-skype-bridge.md b/docs/configuring-playbook-bridge-go-skype-bridge.md index 00314a51d..8f6b46d95 100644 --- a/docs/configuring-playbook-bridge-go-skype-bridge.md +++ b/docs/configuring-playbook-bridge-go-skype-bridge.md @@ -1,5 +1,5 @@ diff --git a/docs/configuring-playbook-bridge-hookshot.md b/docs/configuring-playbook-bridge-hookshot.md index c05f55e56..72ba288ff 100644 --- a/docs/configuring-playbook-bridge-hookshot.md +++ b/docs/configuring-playbook-bridge-hookshot.md @@ -1,5 +1,5 @@ diff --git a/docs/configuring-playbook-bridge-mautrix-discord.md b/docs/configuring-playbook-bridge-mautrix-discord.md index fb9307963..193bcc067 100644 --- a/docs/configuring-playbook-bridge-mautrix-discord.md +++ b/docs/configuring-playbook-bridge-mautrix-discord.md @@ -1,5 +1,5 @@ diff --git a/docs/configuring-playbook-cactus-comments.md b/docs/configuring-playbook-cactus-comments.md index 316db0c6a..688d749a0 100644 --- a/docs/configuring-playbook-cactus-comments.md +++ b/docs/configuring-playbook-cactus-comments.md @@ -1,5 +1,5 @@ diff --git a/docs/configuring-playbook-client-cinny.md b/docs/configuring-playbook-client-cinny.md index c8f30b9e6..7fdda8ad3 100644 --- a/docs/configuring-playbook-client-cinny.md +++ b/docs/configuring-playbook-client-cinny.md @@ -1,5 +1,5 @@ diff --git a/docs/configuring-playbook-conduit.md b/docs/configuring-playbook-conduit.md index c153426f2..0f073eee1 100644 --- a/docs/configuring-playbook-conduit.md +++ b/docs/configuring-playbook-conduit.md @@ -1,5 +1,5 @@ diff --git a/docs/configuring-playbook-dendrite.md b/docs/configuring-playbook-dendrite.md index e48ac0f68..f163a250e 100644 --- a/docs/configuring-playbook-dendrite.md +++ b/docs/configuring-playbook-dendrite.md @@ -1,5 +1,5 @@ diff --git a/docs/configuring-playbook-matrix-ldap-registration-proxy.md b/docs/configuring-playbook-matrix-ldap-registration-proxy.md index c4c76576f..95c0f4b7c 100644 --- a/docs/configuring-playbook-matrix-ldap-registration-proxy.md +++ b/docs/configuring-playbook-matrix-ldap-registration-proxy.md @@ -1,5 +1,5 @@ diff --git a/docs/configuring-playbook-mautrix-bridges.md b/docs/configuring-playbook-mautrix-bridges.md index e9b0fa459..6de072b61 100644 --- a/docs/configuring-playbook-mautrix-bridges.md +++ b/docs/configuring-playbook-mautrix-bridges.md @@ -1,5 +1,5 @@ diff --git a/docs/configuring-playbook-ntfy.md b/docs/configuring-playbook-ntfy.md index f11a3b8b2..893cb5bf6 100644 --- a/docs/configuring-playbook-ntfy.md +++ b/docs/configuring-playbook-ntfy.md @@ -1,5 +1,5 @@ diff --git a/docs/configuring-playbook-prometheus-nginxlog.md b/docs/configuring-playbook-prometheus-nginxlog.md index 3420fb449..204e1f6d4 100644 --- a/docs/configuring-playbook-prometheus-nginxlog.md +++ b/docs/configuring-playbook-prometheus-nginxlog.md @@ -1,5 +1,5 @@ diff --git a/docs/configuring-playbook-s3-goofys.md b/docs/configuring-playbook-s3-goofys.md index acc970ab1..063efb6f7 100644 --- a/docs/configuring-playbook-s3-goofys.md +++ b/docs/configuring-playbook-s3-goofys.md @@ -1,5 +1,5 @@ diff --git a/docs/configuring-playbook-synapse-s3-storage-provider.md b/docs/configuring-playbook-synapse-s3-storage-provider.md index 55ad4c187..8ff7617e9 100644 --- a/docs/configuring-playbook-synapse-s3-storage-provider.md +++ b/docs/configuring-playbook-synapse-s3-storage-provider.md @@ -1,5 +1,5 @@ diff --git a/docs/obtaining-access-tokens.md b/docs/obtaining-access-tokens.md index 857d0c187..08318cf8d 100644 --- a/docs/obtaining-access-tokens.md +++ b/docs/obtaining-access-tokens.md @@ -1,5 +1,5 @@ diff --git a/examples/host.yml b/examples/host.yml index a47110bbf..f4ef12690 100644 --- a/examples/host.yml +++ b/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 diff --git a/roles/custom/matrix-base/defaults/main.yml b/roles/custom/matrix-base/defaults/main.yml index a4b7ef6a7..4ca02d35e 100644 --- a/roles/custom/matrix-base/defaults/main.yml +++ b/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 diff --git a/roles/custom/matrix-base/tasks/ensure_fuse_installed.yml b/roles/custom/matrix-base/tasks/ensure_fuse_installed.yml index dfc5658ce..e9cc07c51 100644 --- a/roles/custom/matrix-base/tasks/ensure_fuse_installed.yml +++ b/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 diff --git a/roles/custom/matrix-base/tasks/ensure_fuse_installed_archlinux.yml b/roles/custom/matrix-base/tasks/ensure_fuse_installed_archlinux.yml index 22b1a7139..9f29cf1f4 100644 --- a/roles/custom/matrix-base/tasks/ensure_fuse_installed_archlinux.yml +++ b/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 diff --git a/roles/custom/matrix-base/tasks/ensure_fuse_installed_debian.yml b/roles/custom/matrix-base/tasks/ensure_fuse_installed_debian.yml index bab29ca9a..3c1a1319e 100644 --- a/roles/custom/matrix-base/tasks/ensure_fuse_installed_debian.yml +++ b/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 diff --git a/roles/custom/matrix-base/tasks/ensure_fuse_installed_redhat.yml b/roles/custom/matrix-base/tasks/ensure_fuse_installed_redhat.yml index a8fffa0aa..ec86f73c0 100644 --- a/roles/custom/matrix-base/tasks/ensure_fuse_installed_redhat.yml +++ b/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 diff --git a/roles/custom/matrix-base/tasks/ensure_openssl_installed.yml b/roles/custom/matrix-base/tasks/ensure_openssl_installed.yml index afba6ce0a..8cbaff0be 100644 --- a/roles/custom/matrix-base/tasks/ensure_openssl_installed.yml +++ b/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 diff --git a/roles/custom/matrix-base/tasks/main.yml b/roles/custom/matrix-base/tasks/main.yml index e714df060..bb1c6c71c 100644 --- a/roles/custom/matrix-base/tasks/main.yml +++ b/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 diff --git a/roles/custom/matrix-base/tasks/setup_matrix_base.yml b/roles/custom/matrix-base/tasks/setup_matrix_base.yml index 80a79aeb1..ef1725ad5 100644 --- a/roles/custom/matrix-base/tasks/setup_matrix_base.yml +++ b/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 diff --git a/roles/custom/matrix-base/tasks/setup_matrix_user.yml b/roles/custom/matrix-base/tasks/setup_matrix_user.yml index 0bfba582b..f02ac4bad 100644 --- a/roles/custom/matrix-base/tasks/setup_matrix_user.yml +++ b/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 diff --git a/roles/custom/matrix-base/tasks/validate_config.yml b/roles/custom/matrix-base/tasks/validate_config.yml index 6ac0478b7..ba9619c95 100644 --- a/roles/custom/matrix-base/tasks/validate_config.yml +++ b/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 diff --git a/roles/custom/matrix-base/templates/bin/remove-all.j2 b/roles/custom/matrix-base/templates/bin/remove-all.j2 index 3f29ad6bd..f7c282cbc 100644 --- a/roles/custom/matrix-base/templates/bin/remove-all.j2 +++ b/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 #} diff --git a/roles/custom/matrix-bot-buscarron/defaults/main.yml b/roles/custom/matrix-bot-buscarron/defaults/main.yml index 3a00eddaa..c21d7644a 100644 --- a/roles/custom/matrix-bot-buscarron/defaults/main.yml +++ b/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 diff --git a/roles/custom/matrix-bot-buscarron/tasks/main.yml b/roles/custom/matrix-bot-buscarron/tasks/main.yml index 59c6bfae0..5e51fd612 100644 --- a/roles/custom/matrix-bot-buscarron/tasks/main.yml +++ b/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 diff --git a/roles/custom/matrix-bot-buscarron/tasks/setup_install.yml b/roles/custom/matrix-bot-buscarron/tasks/setup_install.yml index 8641b1c22..6c2e7d594 100644 --- a/roles/custom/matrix-bot-buscarron/tasks/setup_install.yml +++ b/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 diff --git a/roles/custom/matrix-bot-buscarron/tasks/setup_uninstall.yml b/roles/custom/matrix-bot-buscarron/tasks/setup_uninstall.yml index 198c8c829..1daf90c0a 100644 --- a/roles/custom/matrix-bot-buscarron/tasks/setup_uninstall.yml +++ b/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 diff --git a/roles/custom/matrix-bot-buscarron/tasks/validate_config.yml b/roles/custom/matrix-bot-buscarron/tasks/validate_config.yml index 677c760f5..09fa4c79a 100644 --- a/roles/custom/matrix-bot-buscarron/tasks/validate_config.yml +++ b/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 diff --git a/roles/custom/matrix-bot-buscarron/templates/env.j2 b/roles/custom/matrix-bot-buscarron/templates/env.j2 index c86f9508f..979fd7ac2 100644 --- a/roles/custom/matrix-bot-buscarron/templates/env.j2 +++ b/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 #} diff --git a/roles/custom/matrix-bot-buscarron/templates/systemd/matrix-bot-buscarron.service.j2 b/roles/custom/matrix-bot-buscarron/templates/systemd/matrix-bot-buscarron.service.j2 index c73b2de92..a42d67a04 100644 --- a/roles/custom/matrix-bot-buscarron/templates/systemd/matrix-bot-buscarron.service.j2 +++ b/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 #} diff --git a/roles/custom/matrix-bot-go-neb/defaults/main.yml b/roles/custom/matrix-bot-go-neb/defaults/main.yml index d94ae0395..57e6a6f84 100644 --- a/roles/custom/matrix-bot-go-neb/defaults/main.yml +++ b/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 diff --git a/roles/custom/matrix-bot-go-neb/tasks/main.yml b/roles/custom/matrix-bot-go-neb/tasks/main.yml index 521d33e26..451ecfb21 100644 --- a/roles/custom/matrix-bot-go-neb/tasks/main.yml +++ b/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 diff --git a/roles/custom/matrix-bot-go-neb/tasks/validate_config.yml b/roles/custom/matrix-bot-go-neb/tasks/validate_config.yml index 6bc44f7b1..ee6088be0 100644 --- a/roles/custom/matrix-bot-go-neb/tasks/validate_config.yml +++ b/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 diff --git a/roles/custom/matrix-bot-go-neb/templates/config.yaml.j2 b/roles/custom/matrix-bot-go-neb/templates/config.yaml.j2 index 32c32ad0b..f162f11a0 100644 --- a/roles/custom/matrix-bot-go-neb/templates/config.yaml.j2 +++ b/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 #} diff --git a/roles/custom/matrix-bot-go-neb/templates/systemd/matrix-bot-go-neb.service.j2 b/roles/custom/matrix-bot-go-neb/templates/systemd/matrix-bot-go-neb.service.j2 index 0d1b3f240..5fef230a7 100644 --- a/roles/custom/matrix-bot-go-neb/templates/systemd/matrix-bot-go-neb.service.j2 +++ b/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 #} diff --git a/roles/custom/matrix-bot-honoroit/defaults/main.yml b/roles/custom/matrix-bot-honoroit/defaults/main.yml index b1e784b28..510741dab 100644 --- a/roles/custom/matrix-bot-honoroit/defaults/main.yml +++ b/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 diff --git a/roles/custom/matrix-bot-honoroit/tasks/main.yml b/roles/custom/matrix-bot-honoroit/tasks/main.yml index 4934a2b09..88f7bf7b4 100644 --- a/roles/custom/matrix-bot-honoroit/tasks/main.yml +++ b/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 diff --git a/roles/custom/matrix-bot-honoroit/tasks/setup_install.yml b/roles/custom/matrix-bot-honoroit/tasks/setup_install.yml index e2d7385ba..c8a81afb1 100644 --- a/roles/custom/matrix-bot-honoroit/tasks/setup_install.yml +++ b/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 diff --git a/roles/custom/matrix-bot-honoroit/tasks/setup_uninstall.yml b/roles/custom/matrix-bot-honoroit/tasks/setup_uninstall.yml index 326a308f4..18e138678 100644 --- a/roles/custom/matrix-bot-honoroit/tasks/setup_uninstall.yml +++ b/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 diff --git a/roles/custom/matrix-bot-honoroit/tasks/validate_config.yml b/roles/custom/matrix-bot-honoroit/tasks/validate_config.yml index 281a6c502..d9306d955 100644 --- a/roles/custom/matrix-bot-honoroit/tasks/validate_config.yml +++ b/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 diff --git a/roles/custom/matrix-bot-honoroit/templates/env.j2 b/roles/custom/matrix-bot-honoroit/templates/env.j2 index fb2d56ac5..283f89dce 100644 --- a/roles/custom/matrix-bot-honoroit/templates/env.j2 +++ b/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 #} diff --git a/roles/custom/matrix-bot-honoroit/templates/systemd/matrix-bot-honoroit.service.j2 b/roles/custom/matrix-bot-honoroit/templates/systemd/matrix-bot-honoroit.service.j2 index 9f88173d6..3cc6b2503 100644 --- a/roles/custom/matrix-bot-honoroit/templates/systemd/matrix-bot-honoroit.service.j2 +++ b/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 #} diff --git a/roles/custom/matrix-bot-matrix-registration-bot/defaults/main.yml b/roles/custom/matrix-bot-matrix-registration-bot/defaults/main.yml index 9a64317c3..1332d3335 100644 --- a/roles/custom/matrix-bot-matrix-registration-bot/defaults/main.yml +++ b/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 diff --git a/roles/custom/matrix-bot-matrix-registration-bot/tasks/main.yml b/roles/custom/matrix-bot-matrix-registration-bot/tasks/main.yml index ec0fea578..8f889a2a6 100644 --- a/roles/custom/matrix-bot-matrix-registration-bot/tasks/main.yml +++ b/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 diff --git a/roles/custom/matrix-bot-matrix-registration-bot/tasks/setup_install.yml b/roles/custom/matrix-bot-matrix-registration-bot/tasks/setup_install.yml index 3df3ca5a5..84c36ca82 100644 --- a/roles/custom/matrix-bot-matrix-registration-bot/tasks/setup_install.yml +++ b/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 diff --git a/roles/custom/matrix-bot-matrix-registration-bot/tasks/setup_uninstall.yml b/roles/custom/matrix-bot-matrix-registration-bot/tasks/setup_uninstall.yml index b80800cef..05763372e 100644 --- a/roles/custom/matrix-bot-matrix-registration-bot/tasks/setup_uninstall.yml +++ b/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 diff --git a/roles/custom/matrix-bot-matrix-registration-bot/tasks/validate_config.yml b/roles/custom/matrix-bot-matrix-registration-bot/tasks/validate_config.yml index 6b6aa3462..18d7cdd9d 100644 --- a/roles/custom/matrix-bot-matrix-registration-bot/tasks/validate_config.yml +++ b/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 diff --git a/roles/custom/matrix-bot-matrix-registration-bot/templates/config/config.yml.j2 b/roles/custom/matrix-bot-matrix-registration-bot/templates/config/config.yml.j2 index 2f5879567..87478276a 100644 --- a/roles/custom/matrix-bot-matrix-registration-bot/templates/config/config.yml.j2 +++ b/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 #} diff --git a/roles/custom/matrix-bot-matrix-registration-bot/templates/systemd/matrix-bot-matrix-registration-bot.service.j2 b/roles/custom/matrix-bot-matrix-registration-bot/templates/systemd/matrix-bot-matrix-registration-bot.service.j2 index 689f4da49..a1f275167 100644 --- a/roles/custom/matrix-bot-matrix-registration-bot/templates/systemd/matrix-bot-matrix-registration-bot.service.j2 +++ b/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 #} diff --git a/roles/custom/matrix-bot-matrix-reminder-bot/defaults/main.yml b/roles/custom/matrix-bot-matrix-reminder-bot/defaults/main.yml index 861126c42..41538b701 100644 --- a/roles/custom/matrix-bot-matrix-reminder-bot/defaults/main.yml +++ b/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 diff --git a/roles/custom/matrix-bot-matrix-reminder-bot/tasks/main.yml b/roles/custom/matrix-bot-matrix-reminder-bot/tasks/main.yml index f2e086009..f363ef3e7 100644 --- a/roles/custom/matrix-bot-matrix-reminder-bot/tasks/main.yml +++ b/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 diff --git a/roles/custom/matrix-bot-matrix-reminder-bot/tasks/setup_install.yml b/roles/custom/matrix-bot-matrix-reminder-bot/tasks/setup_install.yml index 44370e0f2..4bfe6e67c 100644 --- a/roles/custom/matrix-bot-matrix-reminder-bot/tasks/setup_install.yml +++ b/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 diff --git a/roles/custom/matrix-bot-matrix-reminder-bot/tasks/setup_uninstall.yml b/roles/custom/matrix-bot-matrix-reminder-bot/tasks/setup_uninstall.yml index 8624f88f5..99fb36a48 100644 --- a/roles/custom/matrix-bot-matrix-reminder-bot/tasks/setup_uninstall.yml +++ b/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 diff --git a/roles/custom/matrix-bot-matrix-reminder-bot/tasks/validate_config.yml b/roles/custom/matrix-bot-matrix-reminder-bot/tasks/validate_config.yml index a87a1ef15..2172a7881 100644 --- a/roles/custom/matrix-bot-matrix-reminder-bot/tasks/validate_config.yml +++ b/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 diff --git a/roles/custom/matrix-bot-matrix-reminder-bot/templates/config.yaml.j2 b/roles/custom/matrix-bot-matrix-reminder-bot/templates/config.yaml.j2 index cff4c7b2c..69724000b 100644 --- a/roles/custom/matrix-bot-matrix-reminder-bot/templates/config.yaml.j2 +++ b/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 #} diff --git a/roles/custom/matrix-bot-matrix-reminder-bot/templates/systemd/matrix-bot-matrix-reminder-bot.service.j2 b/roles/custom/matrix-bot-matrix-reminder-bot/templates/systemd/matrix-bot-matrix-reminder-bot.service.j2 index 775f7a5d9..863bf82d0 100644 --- a/roles/custom/matrix-bot-matrix-reminder-bot/templates/systemd/matrix-bot-matrix-reminder-bot.service.j2 +++ b/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 #} diff --git a/roles/custom/matrix-bot-maubot/defaults/main.yml b/roles/custom/matrix-bot-maubot/defaults/main.yml index 6b0c3e960..20536d5b1 100644 --- a/roles/custom/matrix-bot-maubot/defaults/main.yml +++ b/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 diff --git a/roles/custom/matrix-bot-maubot/tasks/main.yml b/roles/custom/matrix-bot-maubot/tasks/main.yml index d2503c28d..71ac481dd 100644 --- a/roles/custom/matrix-bot-maubot/tasks/main.yml +++ b/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 diff --git a/roles/custom/matrix-bot-maubot/tasks/setup_install.yml b/roles/custom/matrix-bot-maubot/tasks/setup_install.yml index dc1a1e613..0392ea634 100644 --- a/roles/custom/matrix-bot-maubot/tasks/setup_install.yml +++ b/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 diff --git a/roles/custom/matrix-bot-maubot/tasks/setup_uninstall.yml b/roles/custom/matrix-bot-maubot/tasks/setup_uninstall.yml index 12e25d02b..b82dad678 100644 --- a/roles/custom/matrix-bot-maubot/tasks/setup_uninstall.yml +++ b/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 diff --git a/roles/custom/matrix-bot-maubot/tasks/validate_config.yml b/roles/custom/matrix-bot-maubot/tasks/validate_config.yml index ebb8c8a96..4299d8e8e 100644 --- a/roles/custom/matrix-bot-maubot/tasks/validate_config.yml +++ b/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 diff --git a/roles/custom/matrix-bot-maubot/templates/config/config.yaml.j2 b/roles/custom/matrix-bot-maubot/templates/config/config.yaml.j2 index c307935dc..33fd9cd05 100644 --- a/roles/custom/matrix-bot-maubot/templates/config/config.yaml.j2 +++ b/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 #} diff --git a/roles/custom/matrix-bot-maubot/templates/systemd/matrix-bot-maubot.service.j2 b/roles/custom/matrix-bot-maubot/templates/systemd/matrix-bot-maubot.service.j2 index 6abc13baa..82c2ae474 100644 --- a/roles/custom/matrix-bot-maubot/templates/systemd/matrix-bot-maubot.service.j2 +++ b/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 #} diff --git a/roles/custom/matrix-bot-mjolnir/defaults/main.yml b/roles/custom/matrix-bot-mjolnir/defaults/main.yml index e94aa6972..93149d2c4 100644 --- a/roles/custom/matrix-bot-mjolnir/defaults/main.yml +++ b/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 diff --git a/roles/custom/matrix-bot-mjolnir/tasks/main.yml b/roles/custom/matrix-bot-mjolnir/tasks/main.yml index e8bfeb86a..133b55b31 100644 --- a/roles/custom/matrix-bot-mjolnir/tasks/main.yml +++ b/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 diff --git a/roles/custom/matrix-bot-mjolnir/tasks/setup_install.yml b/roles/custom/matrix-bot-mjolnir/tasks/setup_install.yml index fda8752dc..3d1ca09b6 100644 --- a/roles/custom/matrix-bot-mjolnir/tasks/setup_install.yml +++ b/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 diff --git a/roles/custom/matrix-bot-mjolnir/tasks/setup_uninstall.yml b/roles/custom/matrix-bot-mjolnir/tasks/setup_uninstall.yml index 9c7da939e..3f04a57fd 100644 --- a/roles/custom/matrix-bot-mjolnir/tasks/setup_uninstall.yml +++ b/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 diff --git a/roles/custom/matrix-bot-mjolnir/tasks/validate_config.yml b/roles/custom/matrix-bot-mjolnir/tasks/validate_config.yml index 7c83577fb..5b9fcfb37 100644 --- a/roles/custom/matrix-bot-mjolnir/tasks/validate_config.yml +++ b/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 diff --git a/roles/custom/matrix-bot-mjolnir/templates/production.yaml.j2 b/roles/custom/matrix-bot-mjolnir/templates/production.yaml.j2 index 8cd7fabfd..013267915 100644 --- a/roles/custom/matrix-bot-mjolnir/templates/production.yaml.j2 +++ b/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 #} diff --git a/roles/custom/matrix-bot-mjolnir/templates/systemd/matrix-bot-mjolnir.service.j2 b/roles/custom/matrix-bot-mjolnir/templates/systemd/matrix-bot-mjolnir.service.j2 index 48abda00b..273176c8c 100644 --- a/roles/custom/matrix-bot-mjolnir/templates/systemd/matrix-bot-mjolnir.service.j2 +++ b/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 #} diff --git a/roles/custom/matrix-bridge-appservice-discord/defaults/main.yml b/roles/custom/matrix-bridge-appservice-discord/defaults/main.yml index 9fc8d212e..3aa956330 100644 --- a/roles/custom/matrix-bridge-appservice-discord/defaults/main.yml +++ b/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 diff --git a/roles/custom/matrix-bridge-appservice-discord/tasks/main.yml b/roles/custom/matrix-bridge-appservice-discord/tasks/main.yml index 7c96062aa..7693e9b8f 100644 --- a/roles/custom/matrix-bridge-appservice-discord/tasks/main.yml +++ b/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 diff --git a/roles/custom/matrix-bridge-appservice-discord/tasks/setup_install.yml b/roles/custom/matrix-bridge-appservice-discord/tasks/setup_install.yml index fc3b80759..17a1e97f9 100644 --- a/roles/custom/matrix-bridge-appservice-discord/tasks/setup_install.yml +++ b/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 diff --git a/roles/custom/matrix-bridge-appservice-discord/tasks/setup_uninstall.yml b/roles/custom/matrix-bridge-appservice-discord/tasks/setup_uninstall.yml index 370ccca80..f81d53700 100644 --- a/roles/custom/matrix-bridge-appservice-discord/tasks/setup_uninstall.yml +++ b/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 diff --git a/roles/custom/matrix-bridge-appservice-discord/tasks/validate_config.yml b/roles/custom/matrix-bridge-appservice-discord/tasks/validate_config.yml index 98178de9a..2d2341cc1 100644 --- a/roles/custom/matrix-bridge-appservice-discord/tasks/validate_config.yml +++ b/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 diff --git a/roles/custom/matrix-bridge-appservice-discord/templates/config.yaml.j2 b/roles/custom/matrix-bridge-appservice-discord/templates/config.yaml.j2 index 9ffa9d44f..1ed2cfd2f 100644 --- a/roles/custom/matrix-bridge-appservice-discord/templates/config.yaml.j2 +++ b/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 #} diff --git a/roles/custom/matrix-bridge-appservice-discord/templates/systemd/matrix-appservice-discord.service.j2 b/roles/custom/matrix-bridge-appservice-discord/templates/systemd/matrix-appservice-discord.service.j2 index 7d1a8927b..5d335858a 100644 --- a/roles/custom/matrix-bridge-appservice-discord/templates/systemd/matrix-appservice-discord.service.j2 +++ b/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 #} diff --git a/roles/custom/matrix-bridge-appservice-irc/defaults/main.yml b/roles/custom/matrix-bridge-appservice-irc/defaults/main.yml index 518c5b8be..c5848939d 100644 --- a/roles/custom/matrix-bridge-appservice-irc/defaults/main.yml +++ b/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 diff --git a/roles/custom/matrix-bridge-appservice-irc/tasks/main.yml b/roles/custom/matrix-bridge-appservice-irc/tasks/main.yml index e93a8c271..591fe8589 100644 --- a/roles/custom/matrix-bridge-appservice-irc/tasks/main.yml +++ b/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 diff --git a/roles/custom/matrix-bridge-appservice-irc/tasks/migrate_nedb_to_postgres.yml b/roles/custom/matrix-bridge-appservice-irc/tasks/migrate_nedb_to_postgres.yml index 498de6d77..3c7978182 100644 --- a/roles/custom/matrix-bridge-appservice-irc/tasks/migrate_nedb_to_postgres.yml +++ b/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 diff --git a/roles/custom/matrix-bridge-appservice-irc/tasks/setup_install.yml b/roles/custom/matrix-bridge-appservice-irc/tasks/setup_install.yml index db0c9bee6..f8bbf8e35 100644 --- a/roles/custom/matrix-bridge-appservice-irc/tasks/setup_install.yml +++ b/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 diff --git a/roles/custom/matrix-bridge-appservice-irc/tasks/setup_uninstall.yml b/roles/custom/matrix-bridge-appservice-irc/tasks/setup_uninstall.yml index 18bf0c08e..6f42d19f0 100644 --- a/roles/custom/matrix-bridge-appservice-irc/tasks/setup_uninstall.yml +++ b/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 diff --git a/roles/custom/matrix-bridge-appservice-irc/tasks/validate_config.yml b/roles/custom/matrix-bridge-appservice-irc/tasks/validate_config.yml index d34327878..b3ccf5888 100644 --- a/roles/custom/matrix-bridge-appservice-irc/tasks/validate_config.yml +++ b/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 diff --git a/roles/custom/matrix-bridge-appservice-irc/templates/config.yaml.j2 b/roles/custom/matrix-bridge-appservice-irc/templates/config.yaml.j2 index 1ac6aaaa1..1d42be1b4 100644 --- a/roles/custom/matrix-bridge-appservice-irc/templates/config.yaml.j2 +++ b/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 #} diff --git a/roles/custom/matrix-bridge-appservice-irc/templates/systemd/matrix-appservice-irc.service.j2 b/roles/custom/matrix-bridge-appservice-irc/templates/systemd/matrix-appservice-irc.service.j2 index 5b433f4e1..e28a0bb31 100644 --- a/roles/custom/matrix-bridge-appservice-irc/templates/systemd/matrix-appservice-irc.service.j2 +++ b/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 #} diff --git a/roles/custom/matrix-bridge-appservice-kakaotalk/defaults/main.yml b/roles/custom/matrix-bridge-appservice-kakaotalk/defaults/main.yml index 58435e6af..cfd16fe91 100644 --- a/roles/custom/matrix-bridge-appservice-kakaotalk/defaults/main.yml +++ b/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 diff --git a/roles/custom/matrix-bridge-appservice-kakaotalk/tasks/main.yml b/roles/custom/matrix-bridge-appservice-kakaotalk/tasks/main.yml index 64796503e..16dbe189f 100644 --- a/roles/custom/matrix-bridge-appservice-kakaotalk/tasks/main.yml +++ b/roles/custom/matrix-bridge-appservice-kakaotalk/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 diff --git a/roles/custom/matrix-bridge-appservice-kakaotalk/tasks/setup_install.yml b/roles/custom/matrix-bridge-appservice-kakaotalk/tasks/setup_install.yml index 53b2b1754..2a8786aa2 100644 --- a/roles/custom/matrix-bridge-appservice-kakaotalk/tasks/setup_install.yml +++ b/roles/custom/matrix-bridge-appservice-kakaotalk/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 diff --git a/roles/custom/matrix-bridge-appservice-kakaotalk/tasks/setup_uninstall.yml b/roles/custom/matrix-bridge-appservice-kakaotalk/tasks/setup_uninstall.yml index 669537901..475dc47f8 100644 --- a/roles/custom/matrix-bridge-appservice-kakaotalk/tasks/setup_uninstall.yml +++ b/roles/custom/matrix-bridge-appservice-kakaotalk/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 diff --git a/roles/custom/matrix-bridge-appservice-kakaotalk/tasks/validate_config.yml b/roles/custom/matrix-bridge-appservice-kakaotalk/tasks/validate_config.yml index 2749723ec..f5527ed8a 100644 --- a/roles/custom/matrix-bridge-appservice-kakaotalk/tasks/validate_config.yml +++ b/roles/custom/matrix-bridge-appservice-kakaotalk/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 diff --git a/roles/custom/matrix-bridge-appservice-kakaotalk/templates/config.yaml.j2 b/roles/custom/matrix-bridge-appservice-kakaotalk/templates/config.yaml.j2 index 8667f79b5..70934cde8 100644 --- a/roles/custom/matrix-bridge-appservice-kakaotalk/templates/config.yaml.j2 +++ b/roles/custom/matrix-bridge-appservice-kakaotalk/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 #} diff --git a/roles/custom/matrix-bridge-appservice-kakaotalk/templates/node-config.json.j2 b/roles/custom/matrix-bridge-appservice-kakaotalk/templates/node-config.json.j2 index 6c8afac80..3d68452b8 100644 --- a/roles/custom/matrix-bridge-appservice-kakaotalk/templates/node-config.json.j2 +++ b/roles/custom/matrix-bridge-appservice-kakaotalk/templates/node-config.json.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 #} diff --git a/roles/custom/matrix-bridge-appservice-kakaotalk/templates/systemd/matrix-appservice-kakaotalk-node.service.j2 b/roles/custom/matrix-bridge-appservice-kakaotalk/templates/systemd/matrix-appservice-kakaotalk-node.service.j2 index b92ce764d..7f7904556 100644 --- a/roles/custom/matrix-bridge-appservice-kakaotalk/templates/systemd/matrix-appservice-kakaotalk-node.service.j2 +++ b/roles/custom/matrix-bridge-appservice-kakaotalk/templates/systemd/matrix-appservice-kakaotalk-node.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 #} diff --git a/roles/custom/matrix-bridge-appservice-kakaotalk/templates/systemd/matrix-appservice-kakaotalk.service.j2 b/roles/custom/matrix-bridge-appservice-kakaotalk/templates/systemd/matrix-appservice-kakaotalk.service.j2 index 85a8088a7..119d94f26 100644 --- a/roles/custom/matrix-bridge-appservice-kakaotalk/templates/systemd/matrix-appservice-kakaotalk.service.j2 +++ b/roles/custom/matrix-bridge-appservice-kakaotalk/templates/systemd/matrix-appservice-kakaotalk.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 #} diff --git a/roles/custom/matrix-bridge-appservice-slack/defaults/main.yml b/roles/custom/matrix-bridge-appservice-slack/defaults/main.yml index 48cf8faae..6469efe89 100644 --- a/roles/custom/matrix-bridge-appservice-slack/defaults/main.yml +++ b/roles/custom/matrix-bridge-appservice-slack/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 diff --git a/roles/custom/matrix-bridge-appservice-slack/tasks/main.yml b/roles/custom/matrix-bridge-appservice-slack/tasks/main.yml index 31b430e43..fe0dd77f3 100644 --- a/roles/custom/matrix-bridge-appservice-slack/tasks/main.yml +++ b/roles/custom/matrix-bridge-appservice-slack/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 diff --git a/roles/custom/matrix-bridge-appservice-slack/tasks/migrate_nedb_to_postgres.yml b/roles/custom/matrix-bridge-appservice-slack/tasks/migrate_nedb_to_postgres.yml index 1a79961f6..c7a108e68 100644 --- a/roles/custom/matrix-bridge-appservice-slack/tasks/migrate_nedb_to_postgres.yml +++ b/roles/custom/matrix-bridge-appservice-slack/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 diff --git a/roles/custom/matrix-bridge-appservice-slack/tasks/setup_install.yml b/roles/custom/matrix-bridge-appservice-slack/tasks/setup_install.yml index 7eb16a636..31920b48b 100644 --- a/roles/custom/matrix-bridge-appservice-slack/tasks/setup_install.yml +++ b/roles/custom/matrix-bridge-appservice-slack/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 diff --git a/roles/custom/matrix-bridge-appservice-slack/tasks/setup_uninstall.yml b/roles/custom/matrix-bridge-appservice-slack/tasks/setup_uninstall.yml index 9198a63e2..69f6900cd 100644 --- a/roles/custom/matrix-bridge-appservice-slack/tasks/setup_uninstall.yml +++ b/roles/custom/matrix-bridge-appservice-slack/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 diff --git a/roles/custom/matrix-bridge-appservice-slack/tasks/validate_config.yml b/roles/custom/matrix-bridge-appservice-slack/tasks/validate_config.yml index b33c4b94b..03417ebb1 100644 --- a/roles/custom/matrix-bridge-appservice-slack/tasks/validate_config.yml +++ b/roles/custom/matrix-bridge-appservice-slack/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 diff --git a/roles/custom/matrix-bridge-appservice-slack/templates/config.yaml.j2 b/roles/custom/matrix-bridge-appservice-slack/templates/config.yaml.j2 index 67ca23853..059a07de1 100644 --- a/roles/custom/matrix-bridge-appservice-slack/templates/config.yaml.j2 +++ b/roles/custom/matrix-bridge-appservice-slack/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 #} diff --git a/roles/custom/matrix-bridge-appservice-slack/templates/systemd/matrix-appservice-slack.service.j2 b/roles/custom/matrix-bridge-appservice-slack/templates/systemd/matrix-appservice-slack.service.j2 index 9df4930b4..558017cf7 100644 --- a/roles/custom/matrix-bridge-appservice-slack/templates/systemd/matrix-appservice-slack.service.j2 +++ b/roles/custom/matrix-bridge-appservice-slack/templates/systemd/matrix-appservice-slack.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 #} diff --git a/roles/custom/matrix-bridge-appservice-webhooks/defaults/main.yml b/roles/custom/matrix-bridge-appservice-webhooks/defaults/main.yml index f53149ce6..a3a70b57b 100644 --- a/roles/custom/matrix-bridge-appservice-webhooks/defaults/main.yml +++ b/roles/custom/matrix-bridge-appservice-webhooks/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 diff --git a/roles/custom/matrix-bridge-appservice-webhooks/tasks/main.yml b/roles/custom/matrix-bridge-appservice-webhooks/tasks/main.yml index 78d36b72d..32528055b 100644 --- a/roles/custom/matrix-bridge-appservice-webhooks/tasks/main.yml +++ b/roles/custom/matrix-bridge-appservice-webhooks/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 diff --git a/roles/custom/matrix-bridge-appservice-webhooks/tasks/setup_install.yml b/roles/custom/matrix-bridge-appservice-webhooks/tasks/setup_install.yml index fb024bc7c..8a2b2f48b 100644 --- a/roles/custom/matrix-bridge-appservice-webhooks/tasks/setup_install.yml +++ b/roles/custom/matrix-bridge-appservice-webhooks/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 diff --git a/roles/custom/matrix-bridge-appservice-webhooks/tasks/setup_uninstall.yml b/roles/custom/matrix-bridge-appservice-webhooks/tasks/setup_uninstall.yml index cea0a9cb4..086f550e5 100644 --- a/roles/custom/matrix-bridge-appservice-webhooks/tasks/setup_uninstall.yml +++ b/roles/custom/matrix-bridge-appservice-webhooks/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 diff --git a/roles/custom/matrix-bridge-appservice-webhooks/tasks/validate_config.yml b/roles/custom/matrix-bridge-appservice-webhooks/tasks/validate_config.yml index a014144bc..d6e9c485d 100644 --- a/roles/custom/matrix-bridge-appservice-webhooks/tasks/validate_config.yml +++ b/roles/custom/matrix-bridge-appservice-webhooks/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 diff --git a/roles/custom/matrix-bridge-appservice-webhooks/templates/config.yaml.j2 b/roles/custom/matrix-bridge-appservice-webhooks/templates/config.yaml.j2 index e8d918085..3a1a3092b 100644 --- a/roles/custom/matrix-bridge-appservice-webhooks/templates/config.yaml.j2 +++ b/roles/custom/matrix-bridge-appservice-webhooks/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 #} diff --git a/roles/custom/matrix-bridge-appservice-webhooks/templates/database.json.j2 b/roles/custom/matrix-bridge-appservice-webhooks/templates/database.json.j2 index 7da7b145c..fca312e8e 100644 --- a/roles/custom/matrix-bridge-appservice-webhooks/templates/database.json.j2 +++ b/roles/custom/matrix-bridge-appservice-webhooks/templates/database.json.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 #} diff --git a/roles/custom/matrix-bridge-appservice-webhooks/templates/schema.yml.j2 b/roles/custom/matrix-bridge-appservice-webhooks/templates/schema.yml.j2 index 187283003..b4dac1e75 100644 --- a/roles/custom/matrix-bridge-appservice-webhooks/templates/schema.yml.j2 +++ b/roles/custom/matrix-bridge-appservice-webhooks/templates/schema.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 #} diff --git a/roles/custom/matrix-bridge-appservice-webhooks/templates/systemd/matrix-appservice-webhooks.service.j2 b/roles/custom/matrix-bridge-appservice-webhooks/templates/systemd/matrix-appservice-webhooks.service.j2 index 6f0d37fd6..c34d09541 100644 --- a/roles/custom/matrix-bridge-appservice-webhooks/templates/systemd/matrix-appservice-webhooks.service.j2 +++ b/roles/custom/matrix-bridge-appservice-webhooks/templates/systemd/matrix-appservice-webhooks.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 #} diff --git a/roles/custom/matrix-bridge-beeper-linkedin/defaults/main.yml b/roles/custom/matrix-bridge-beeper-linkedin/defaults/main.yml index 3c6ca1ac4..e805083ac 100644 --- a/roles/custom/matrix-bridge-beeper-linkedin/defaults/main.yml +++ b/roles/custom/matrix-bridge-beeper-linkedin/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 diff --git a/roles/custom/matrix-bridge-beeper-linkedin/tasks/main.yml b/roles/custom/matrix-bridge-beeper-linkedin/tasks/main.yml index ea0f327f5..444ec2fee 100644 --- a/roles/custom/matrix-bridge-beeper-linkedin/tasks/main.yml +++ b/roles/custom/matrix-bridge-beeper-linkedin/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 diff --git a/roles/custom/matrix-bridge-beeper-linkedin/tasks/setup_install.yml b/roles/custom/matrix-bridge-beeper-linkedin/tasks/setup_install.yml index f1fc1fac7..fff2a5c6b 100644 --- a/roles/custom/matrix-bridge-beeper-linkedin/tasks/setup_install.yml +++ b/roles/custom/matrix-bridge-beeper-linkedin/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 diff --git a/roles/custom/matrix-bridge-beeper-linkedin/tasks/setup_uninstall.yml b/roles/custom/matrix-bridge-beeper-linkedin/tasks/setup_uninstall.yml index e38932bb9..d5a73dd23 100644 --- a/roles/custom/matrix-bridge-beeper-linkedin/tasks/setup_uninstall.yml +++ b/roles/custom/matrix-bridge-beeper-linkedin/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 diff --git a/roles/custom/matrix-bridge-beeper-linkedin/tasks/validate_config.yml b/roles/custom/matrix-bridge-beeper-linkedin/tasks/validate_config.yml index f27b7931e..882a412c7 100644 --- a/roles/custom/matrix-bridge-beeper-linkedin/tasks/validate_config.yml +++ b/roles/custom/matrix-bridge-beeper-linkedin/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 diff --git a/roles/custom/matrix-bridge-beeper-linkedin/templates/config.yaml.j2 b/roles/custom/matrix-bridge-beeper-linkedin/templates/config.yaml.j2 index 4fa72e6aa..adc203287 100644 --- a/roles/custom/matrix-bridge-beeper-linkedin/templates/config.yaml.j2 +++ b/roles/custom/matrix-bridge-beeper-linkedin/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 #} diff --git a/roles/custom/matrix-bridge-beeper-linkedin/templates/systemd/matrix-beeper-linkedin.service.j2 b/roles/custom/matrix-bridge-beeper-linkedin/templates/systemd/matrix-beeper-linkedin.service.j2 index 9cfb3caf7..8a7a60ede 100644 --- a/roles/custom/matrix-bridge-beeper-linkedin/templates/systemd/matrix-beeper-linkedin.service.j2 +++ b/roles/custom/matrix-bridge-beeper-linkedin/templates/systemd/matrix-beeper-linkedin.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 #} diff --git a/roles/custom/matrix-bridge-go-skype-bridge/defaults/main.yml b/roles/custom/matrix-bridge-go-skype-bridge/defaults/main.yml index f2da1d457..17712b255 100644 --- a/roles/custom/matrix-bridge-go-skype-bridge/defaults/main.yml +++ b/roles/custom/matrix-bridge-go-skype-bridge/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 diff --git a/roles/custom/matrix-bridge-go-skype-bridge/tasks/main.yml b/roles/custom/matrix-bridge-go-skype-bridge/tasks/main.yml index 9d421b4c1..d5d6e3b61 100644 --- a/roles/custom/matrix-bridge-go-skype-bridge/tasks/main.yml +++ b/roles/custom/matrix-bridge-go-skype-bridge/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 diff --git a/roles/custom/matrix-bridge-go-skype-bridge/tasks/setup_install.yml b/roles/custom/matrix-bridge-go-skype-bridge/tasks/setup_install.yml index 06e748339..d3d41e846 100644 --- a/roles/custom/matrix-bridge-go-skype-bridge/tasks/setup_install.yml +++ b/roles/custom/matrix-bridge-go-skype-bridge/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 diff --git a/roles/custom/matrix-bridge-go-skype-bridge/tasks/setup_uninstall.yml b/roles/custom/matrix-bridge-go-skype-bridge/tasks/setup_uninstall.yml index 1e237a0c7..49fcaf6c4 100644 --- a/roles/custom/matrix-bridge-go-skype-bridge/tasks/setup_uninstall.yml +++ b/roles/custom/matrix-bridge-go-skype-bridge/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 diff --git a/roles/custom/matrix-bridge-go-skype-bridge/tasks/validate_config.yml b/roles/custom/matrix-bridge-go-skype-bridge/tasks/validate_config.yml index 84d30d3ad..97282d290 100644 --- a/roles/custom/matrix-bridge-go-skype-bridge/tasks/validate_config.yml +++ b/roles/custom/matrix-bridge-go-skype-bridge/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 diff --git a/roles/custom/matrix-bridge-go-skype-bridge/templates/config.yaml.j2 b/roles/custom/matrix-bridge-go-skype-bridge/templates/config.yaml.j2 index b5b11d2ed..ad294786c 100644 --- a/roles/custom/matrix-bridge-go-skype-bridge/templates/config.yaml.j2 +++ b/roles/custom/matrix-bridge-go-skype-bridge/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 #} diff --git a/roles/custom/matrix-bridge-go-skype-bridge/templates/systemd/matrix-go-skype-bridge.service.j2 b/roles/custom/matrix-bridge-go-skype-bridge/templates/systemd/matrix-go-skype-bridge.service.j2 index b33ea22d6..05039a07e 100644 --- a/roles/custom/matrix-bridge-go-skype-bridge/templates/systemd/matrix-go-skype-bridge.service.j2 +++ b/roles/custom/matrix-bridge-go-skype-bridge/templates/systemd/matrix-go-skype-bridge.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 #} diff --git a/roles/custom/matrix-bridge-heisenbridge/defaults/main.yml b/roles/custom/matrix-bridge-heisenbridge/defaults/main.yml index 6f5e6cbff..9273b62f5 100644 --- a/roles/custom/matrix-bridge-heisenbridge/defaults/main.yml +++ b/roles/custom/matrix-bridge-heisenbridge/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 diff --git a/roles/custom/matrix-bridge-heisenbridge/tasks/main.yml b/roles/custom/matrix-bridge-heisenbridge/tasks/main.yml index c9c90a5c7..d78505bf9 100644 --- a/roles/custom/matrix-bridge-heisenbridge/tasks/main.yml +++ b/roles/custom/matrix-bridge-heisenbridge/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 diff --git a/roles/custom/matrix-bridge-heisenbridge/tasks/setup_install.yml b/roles/custom/matrix-bridge-heisenbridge/tasks/setup_install.yml index b2e99d6ba..053ffcdd9 100644 --- a/roles/custom/matrix-bridge-heisenbridge/tasks/setup_install.yml +++ b/roles/custom/matrix-bridge-heisenbridge/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 diff --git a/roles/custom/matrix-bridge-heisenbridge/tasks/setup_uninstall.yml b/roles/custom/matrix-bridge-heisenbridge/tasks/setup_uninstall.yml index 195621617..b7079600a 100644 --- a/roles/custom/matrix-bridge-heisenbridge/tasks/setup_uninstall.yml +++ b/roles/custom/matrix-bridge-heisenbridge/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 diff --git a/roles/custom/matrix-bridge-heisenbridge/templates/systemd/matrix-heisenbridge.service.j2 b/roles/custom/matrix-bridge-heisenbridge/templates/systemd/matrix-heisenbridge.service.j2 index 99e4977d1..c621b1364 100644 --- a/roles/custom/matrix-bridge-heisenbridge/templates/systemd/matrix-heisenbridge.service.j2 +++ b/roles/custom/matrix-bridge-heisenbridge/templates/systemd/matrix-heisenbridge.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 #} diff --git a/roles/custom/matrix-bridge-hookshot/defaults/main.yml b/roles/custom/matrix-bridge-hookshot/defaults/main.yml index ba094dbfc..dc09a5573 100644 --- a/roles/custom/matrix-bridge-hookshot/defaults/main.yml +++ b/roles/custom/matrix-bridge-hookshot/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 diff --git a/roles/custom/matrix-bridge-hookshot/tasks/main.yml b/roles/custom/matrix-bridge-hookshot/tasks/main.yml index 7029774fb..c9d5e20a5 100644 --- a/roles/custom/matrix-bridge-hookshot/tasks/main.yml +++ b/roles/custom/matrix-bridge-hookshot/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 diff --git a/roles/custom/matrix-bridge-hookshot/tasks/setup_install.yml b/roles/custom/matrix-bridge-hookshot/tasks/setup_install.yml index 59d0d8ae8..df5c2dc82 100644 --- a/roles/custom/matrix-bridge-hookshot/tasks/setup_install.yml +++ b/roles/custom/matrix-bridge-hookshot/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 diff --git a/roles/custom/matrix-bridge-hookshot/tasks/setup_uninstall.yml b/roles/custom/matrix-bridge-hookshot/tasks/setup_uninstall.yml index add452ca3..b1e5704b4 100644 --- a/roles/custom/matrix-bridge-hookshot/tasks/setup_uninstall.yml +++ b/roles/custom/matrix-bridge-hookshot/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 diff --git a/roles/custom/matrix-bridge-hookshot/tasks/validate_config.yml b/roles/custom/matrix-bridge-hookshot/tasks/validate_config.yml index 341311630..5bc92b26b 100644 --- a/roles/custom/matrix-bridge-hookshot/tasks/validate_config.yml +++ b/roles/custom/matrix-bridge-hookshot/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 diff --git a/roles/custom/matrix-bridge-hookshot/templates/config.yml.j2 b/roles/custom/matrix-bridge-hookshot/templates/config.yml.j2 index 0209058b4..1c755082d 100644 --- a/roles/custom/matrix-bridge-hookshot/templates/config.yml.j2 +++ b/roles/custom/matrix-bridge-hookshot/templates/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 #} diff --git a/roles/custom/matrix-bridge-hookshot/templates/registration.yml.j2 b/roles/custom/matrix-bridge-hookshot/templates/registration.yml.j2 index f7ef66590..d1afe2abb 100644 --- a/roles/custom/matrix-bridge-hookshot/templates/registration.yml.j2 +++ b/roles/custom/matrix-bridge-hookshot/templates/registration.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 #} diff --git a/roles/custom/matrix-bridge-hookshot/templates/systemd/matrix-hookshot.service.j2 b/roles/custom/matrix-bridge-hookshot/templates/systemd/matrix-hookshot.service.j2 index 44e39782c..858768a7d 100644 --- a/roles/custom/matrix-bridge-hookshot/templates/systemd/matrix-hookshot.service.j2 +++ b/roles/custom/matrix-bridge-hookshot/templates/systemd/matrix-hookshot.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 #} diff --git a/roles/custom/matrix-bridge-mautrix-discord/defaults/main.yml b/roles/custom/matrix-bridge-mautrix-discord/defaults/main.yml index 613495f9c..6d2b55322 100644 --- a/roles/custom/matrix-bridge-mautrix-discord/defaults/main.yml +++ b/roles/custom/matrix-bridge-mautrix-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 diff --git a/roles/custom/matrix-bridge-mautrix-discord/tasks/main.yml b/roles/custom/matrix-bridge-mautrix-discord/tasks/main.yml index ce7d39792..56a9a5fbf 100644 --- a/roles/custom/matrix-bridge-mautrix-discord/tasks/main.yml +++ b/roles/custom/matrix-bridge-mautrix-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 diff --git a/roles/custom/matrix-bridge-mautrix-discord/tasks/setup_install.yml b/roles/custom/matrix-bridge-mautrix-discord/tasks/setup_install.yml index 733b18916..0347215eb 100644 --- a/roles/custom/matrix-bridge-mautrix-discord/tasks/setup_install.yml +++ b/roles/custom/matrix-bridge-mautrix-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 diff --git a/roles/custom/matrix-bridge-mautrix-discord/tasks/setup_uninstall.yml b/roles/custom/matrix-bridge-mautrix-discord/tasks/setup_uninstall.yml index 9814de16f..e4f070131 100644 --- a/roles/custom/matrix-bridge-mautrix-discord/tasks/setup_uninstall.yml +++ b/roles/custom/matrix-bridge-mautrix-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 diff --git a/roles/custom/matrix-bridge-mautrix-discord/tasks/validate_config.yml b/roles/custom/matrix-bridge-mautrix-discord/tasks/validate_config.yml index c33006705..906a42e3d 100644 --- a/roles/custom/matrix-bridge-mautrix-discord/tasks/validate_config.yml +++ b/roles/custom/matrix-bridge-mautrix-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 diff --git a/roles/custom/matrix-bridge-mautrix-discord/templates/config.yaml.j2 b/roles/custom/matrix-bridge-mautrix-discord/templates/config.yaml.j2 index 7c58b07ba..af0e603d1 100644 --- a/roles/custom/matrix-bridge-mautrix-discord/templates/config.yaml.j2 +++ b/roles/custom/matrix-bridge-mautrix-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 #} diff --git a/roles/custom/matrix-bridge-mautrix-discord/templates/systemd/matrix-mautrix-discord.service.j2 b/roles/custom/matrix-bridge-mautrix-discord/templates/systemd/matrix-mautrix-discord.service.j2 index d7339bf3a..7dacda1b2 100644 --- a/roles/custom/matrix-bridge-mautrix-discord/templates/systemd/matrix-mautrix-discord.service.j2 +++ b/roles/custom/matrix-bridge-mautrix-discord/templates/systemd/matrix-mautrix-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 #} diff --git a/roles/custom/matrix-bridge-mautrix-facebook/defaults/main.yml b/roles/custom/matrix-bridge-mautrix-facebook/defaults/main.yml index 987f28e2d..1e51c9135 100644 --- a/roles/custom/matrix-bridge-mautrix-facebook/defaults/main.yml +++ b/roles/custom/matrix-bridge-mautrix-facebook/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 diff --git a/roles/custom/matrix-bridge-mautrix-facebook/tasks/main.yml b/roles/custom/matrix-bridge-mautrix-facebook/tasks/main.yml index cc43371b8..dc81c18ed 100644 --- a/roles/custom/matrix-bridge-mautrix-facebook/tasks/main.yml +++ b/roles/custom/matrix-bridge-mautrix-facebook/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 diff --git a/roles/custom/matrix-bridge-mautrix-facebook/tasks/setup_install.yml b/roles/custom/matrix-bridge-mautrix-facebook/tasks/setup_install.yml index ca8fabf47..1bc475e05 100644 --- a/roles/custom/matrix-bridge-mautrix-facebook/tasks/setup_install.yml +++ b/roles/custom/matrix-bridge-mautrix-facebook/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 diff --git a/roles/custom/matrix-bridge-mautrix-facebook/tasks/setup_uninstall.yml b/roles/custom/matrix-bridge-mautrix-facebook/tasks/setup_uninstall.yml index ae587cda2..d0d3487c4 100644 --- a/roles/custom/matrix-bridge-mautrix-facebook/tasks/setup_uninstall.yml +++ b/roles/custom/matrix-bridge-mautrix-facebook/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 diff --git a/roles/custom/matrix-bridge-mautrix-facebook/tasks/validate_config.yml b/roles/custom/matrix-bridge-mautrix-facebook/tasks/validate_config.yml index 9ab7d9434..85536b221 100644 --- a/roles/custom/matrix-bridge-mautrix-facebook/tasks/validate_config.yml +++ b/roles/custom/matrix-bridge-mautrix-facebook/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 diff --git a/roles/custom/matrix-bridge-mautrix-facebook/templates/config.yaml.j2 b/roles/custom/matrix-bridge-mautrix-facebook/templates/config.yaml.j2 index f9cc0b538..c505925c1 100644 --- a/roles/custom/matrix-bridge-mautrix-facebook/templates/config.yaml.j2 +++ b/roles/custom/matrix-bridge-mautrix-facebook/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 #} diff --git a/roles/custom/matrix-bridge-mautrix-facebook/templates/systemd/matrix-mautrix-facebook.service.j2 b/roles/custom/matrix-bridge-mautrix-facebook/templates/systemd/matrix-mautrix-facebook.service.j2 index 7dde721c4..87a0d7c24 100644 --- a/roles/custom/matrix-bridge-mautrix-facebook/templates/systemd/matrix-mautrix-facebook.service.j2 +++ b/roles/custom/matrix-bridge-mautrix-facebook/templates/systemd/matrix-mautrix-facebook.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 #} diff --git a/roles/custom/matrix-bridge-mautrix-googlechat/defaults/main.yml b/roles/custom/matrix-bridge-mautrix-googlechat/defaults/main.yml index 5beef868c..1cbdf4d22 100644 --- a/roles/custom/matrix-bridge-mautrix-googlechat/defaults/main.yml +++ b/roles/custom/matrix-bridge-mautrix-googlechat/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 diff --git a/roles/custom/matrix-bridge-mautrix-googlechat/tasks/main.yml b/roles/custom/matrix-bridge-mautrix-googlechat/tasks/main.yml index 48a0665ab..1212ebd64 100644 --- a/roles/custom/matrix-bridge-mautrix-googlechat/tasks/main.yml +++ b/roles/custom/matrix-bridge-mautrix-googlechat/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 diff --git a/roles/custom/matrix-bridge-mautrix-googlechat/tasks/setup_install.yml b/roles/custom/matrix-bridge-mautrix-googlechat/tasks/setup_install.yml index 134304787..ff9ef2f9d 100644 --- a/roles/custom/matrix-bridge-mautrix-googlechat/tasks/setup_install.yml +++ b/roles/custom/matrix-bridge-mautrix-googlechat/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 diff --git a/roles/custom/matrix-bridge-mautrix-googlechat/tasks/setup_uninstall.yml b/roles/custom/matrix-bridge-mautrix-googlechat/tasks/setup_uninstall.yml index a9ece1fb8..fbb8c3b6d 100644 --- a/roles/custom/matrix-bridge-mautrix-googlechat/tasks/setup_uninstall.yml +++ b/roles/custom/matrix-bridge-mautrix-googlechat/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 diff --git a/roles/custom/matrix-bridge-mautrix-googlechat/tasks/validate_config.yml b/roles/custom/matrix-bridge-mautrix-googlechat/tasks/validate_config.yml index d325a7f74..370613130 100644 --- a/roles/custom/matrix-bridge-mautrix-googlechat/tasks/validate_config.yml +++ b/roles/custom/matrix-bridge-mautrix-googlechat/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 diff --git a/roles/custom/matrix-bridge-mautrix-googlechat/templates/config.yaml.j2 b/roles/custom/matrix-bridge-mautrix-googlechat/templates/config.yaml.j2 index d726f945d..231ce130d 100644 --- a/roles/custom/matrix-bridge-mautrix-googlechat/templates/config.yaml.j2 +++ b/roles/custom/matrix-bridge-mautrix-googlechat/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 #} diff --git a/roles/custom/matrix-bridge-mautrix-googlechat/templates/systemd/matrix-mautrix-googlechat.service.j2 b/roles/custom/matrix-bridge-mautrix-googlechat/templates/systemd/matrix-mautrix-googlechat.service.j2 index 73b23b191..8b9e0eeb7 100644 --- a/roles/custom/matrix-bridge-mautrix-googlechat/templates/systemd/matrix-mautrix-googlechat.service.j2 +++ b/roles/custom/matrix-bridge-mautrix-googlechat/templates/systemd/matrix-mautrix-googlechat.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 #} diff --git a/roles/custom/matrix-bridge-mautrix-hangouts/defaults/main.yml b/roles/custom/matrix-bridge-mautrix-hangouts/defaults/main.yml index 7e3cfc8ec..69a8081d1 100644 --- a/roles/custom/matrix-bridge-mautrix-hangouts/defaults/main.yml +++ b/roles/custom/matrix-bridge-mautrix-hangouts/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 diff --git a/roles/custom/matrix-bridge-mautrix-hangouts/tasks/main.yml b/roles/custom/matrix-bridge-mautrix-hangouts/tasks/main.yml index 62796307c..c7f112de4 100644 --- a/roles/custom/matrix-bridge-mautrix-hangouts/tasks/main.yml +++ b/roles/custom/matrix-bridge-mautrix-hangouts/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 diff --git a/roles/custom/matrix-bridge-mautrix-hangouts/tasks/setup_install.yml b/roles/custom/matrix-bridge-mautrix-hangouts/tasks/setup_install.yml index 93e26d9e3..0ef874f8f 100644 --- a/roles/custom/matrix-bridge-mautrix-hangouts/tasks/setup_install.yml +++ b/roles/custom/matrix-bridge-mautrix-hangouts/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 diff --git a/roles/custom/matrix-bridge-mautrix-hangouts/tasks/setup_uninstall.yml b/roles/custom/matrix-bridge-mautrix-hangouts/tasks/setup_uninstall.yml index db72735d0..8ce54f17e 100644 --- a/roles/custom/matrix-bridge-mautrix-hangouts/tasks/setup_uninstall.yml +++ b/roles/custom/matrix-bridge-mautrix-hangouts/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 diff --git a/roles/custom/matrix-bridge-mautrix-hangouts/tasks/validate_config.yml b/roles/custom/matrix-bridge-mautrix-hangouts/tasks/validate_config.yml index 4e5a39bc4..98f14988c 100644 --- a/roles/custom/matrix-bridge-mautrix-hangouts/tasks/validate_config.yml +++ b/roles/custom/matrix-bridge-mautrix-hangouts/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 diff --git a/roles/custom/matrix-bridge-mautrix-hangouts/templates/config.yaml.j2 b/roles/custom/matrix-bridge-mautrix-hangouts/templates/config.yaml.j2 index c90fe60ce..a4c2d0d89 100644 --- a/roles/custom/matrix-bridge-mautrix-hangouts/templates/config.yaml.j2 +++ b/roles/custom/matrix-bridge-mautrix-hangouts/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 #} diff --git a/roles/custom/matrix-bridge-mautrix-hangouts/templates/systemd/matrix-mautrix-hangouts.service.j2 b/roles/custom/matrix-bridge-mautrix-hangouts/templates/systemd/matrix-mautrix-hangouts.service.j2 index 42b5cf884..33c14b7a5 100644 --- a/roles/custom/matrix-bridge-mautrix-hangouts/templates/systemd/matrix-mautrix-hangouts.service.j2 +++ b/roles/custom/matrix-bridge-mautrix-hangouts/templates/systemd/matrix-mautrix-hangouts.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 #} diff --git a/roles/custom/matrix-bridge-mautrix-instagram/defaults/main.yml b/roles/custom/matrix-bridge-mautrix-instagram/defaults/main.yml index 40be732ec..b78601122 100644 --- a/roles/custom/matrix-bridge-mautrix-instagram/defaults/main.yml +++ b/roles/custom/matrix-bridge-mautrix-instagram/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 diff --git a/roles/custom/matrix-bridge-mautrix-instagram/tasks/main.yml b/roles/custom/matrix-bridge-mautrix-instagram/tasks/main.yml index affa39019..7b27d33d1 100644 --- a/roles/custom/matrix-bridge-mautrix-instagram/tasks/main.yml +++ b/roles/custom/matrix-bridge-mautrix-instagram/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 diff --git a/roles/custom/matrix-bridge-mautrix-instagram/tasks/setup_install.yml b/roles/custom/matrix-bridge-mautrix-instagram/tasks/setup_install.yml index d9b7fa621..6e2a4f621 100644 --- a/roles/custom/matrix-bridge-mautrix-instagram/tasks/setup_install.yml +++ b/roles/custom/matrix-bridge-mautrix-instagram/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 diff --git a/roles/custom/matrix-bridge-mautrix-instagram/tasks/setup_uninstall.yml b/roles/custom/matrix-bridge-mautrix-instagram/tasks/setup_uninstall.yml index 12f177f5b..930407337 100644 --- a/roles/custom/matrix-bridge-mautrix-instagram/tasks/setup_uninstall.yml +++ b/roles/custom/matrix-bridge-mautrix-instagram/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 diff --git a/roles/custom/matrix-bridge-mautrix-instagram/tasks/validate_config.yml b/roles/custom/matrix-bridge-mautrix-instagram/tasks/validate_config.yml index 4ab4149ee..bd8b16527 100644 --- a/roles/custom/matrix-bridge-mautrix-instagram/tasks/validate_config.yml +++ b/roles/custom/matrix-bridge-mautrix-instagram/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 diff --git a/roles/custom/matrix-bridge-mautrix-instagram/templates/config.yaml.j2 b/roles/custom/matrix-bridge-mautrix-instagram/templates/config.yaml.j2 index 0a8626dbf..ed13e4894 100644 --- a/roles/custom/matrix-bridge-mautrix-instagram/templates/config.yaml.j2 +++ b/roles/custom/matrix-bridge-mautrix-instagram/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 #} diff --git a/roles/custom/matrix-bridge-mautrix-instagram/templates/systemd/matrix-mautrix-instagram.service.j2 b/roles/custom/matrix-bridge-mautrix-instagram/templates/systemd/matrix-mautrix-instagram.service.j2 index 5c87717a8..8fbcbd2a8 100644 --- a/roles/custom/matrix-bridge-mautrix-instagram/templates/systemd/matrix-mautrix-instagram.service.j2 +++ b/roles/custom/matrix-bridge-mautrix-instagram/templates/systemd/matrix-mautrix-instagram.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 #} diff --git a/roles/custom/matrix-bridge-mautrix-signal/defaults/main.yml b/roles/custom/matrix-bridge-mautrix-signal/defaults/main.yml index d4a55ab80..417329c5b 100644 --- a/roles/custom/matrix-bridge-mautrix-signal/defaults/main.yml +++ b/roles/custom/matrix-bridge-mautrix-signal/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 diff --git a/roles/custom/matrix-bridge-mautrix-signal/tasks/main.yml b/roles/custom/matrix-bridge-mautrix-signal/tasks/main.yml index 0c8df663e..9ca192330 100644 --- a/roles/custom/matrix-bridge-mautrix-signal/tasks/main.yml +++ b/roles/custom/matrix-bridge-mautrix-signal/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 diff --git a/roles/custom/matrix-bridge-mautrix-signal/tasks/setup_install.yml b/roles/custom/matrix-bridge-mautrix-signal/tasks/setup_install.yml index 9179913f8..306bc01a5 100644 --- a/roles/custom/matrix-bridge-mautrix-signal/tasks/setup_install.yml +++ b/roles/custom/matrix-bridge-mautrix-signal/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 diff --git a/roles/custom/matrix-bridge-mautrix-signal/tasks/setup_uninstall.yml b/roles/custom/matrix-bridge-mautrix-signal/tasks/setup_uninstall.yml index 5811c07a4..699a06cb5 100644 --- a/roles/custom/matrix-bridge-mautrix-signal/tasks/setup_uninstall.yml +++ b/roles/custom/matrix-bridge-mautrix-signal/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 diff --git a/roles/custom/matrix-bridge-mautrix-signal/tasks/validate_config.yml b/roles/custom/matrix-bridge-mautrix-signal/tasks/validate_config.yml index fa7821d6f..6211c26fd 100644 --- a/roles/custom/matrix-bridge-mautrix-signal/tasks/validate_config.yml +++ b/roles/custom/matrix-bridge-mautrix-signal/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 diff --git a/roles/custom/matrix-bridge-mautrix-signal/templates/config.yaml.j2 b/roles/custom/matrix-bridge-mautrix-signal/templates/config.yaml.j2 index 211c43a3e..5c0932e0b 100644 --- a/roles/custom/matrix-bridge-mautrix-signal/templates/config.yaml.j2 +++ b/roles/custom/matrix-bridge-mautrix-signal/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 #} diff --git a/roles/custom/matrix-bridge-mautrix-signal/templates/systemd/matrix-mautrix-signal.service.j2 b/roles/custom/matrix-bridge-mautrix-signal/templates/systemd/matrix-mautrix-signal.service.j2 index 135d61c5a..001527acf 100644 --- a/roles/custom/matrix-bridge-mautrix-signal/templates/systemd/matrix-mautrix-signal.service.j2 +++ b/roles/custom/matrix-bridge-mautrix-signal/templates/systemd/matrix-mautrix-signal.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 #} diff --git a/roles/custom/matrix-bridge-mautrix-telegram/defaults/main.yml b/roles/custom/matrix-bridge-mautrix-telegram/defaults/main.yml index f26fb7985..990acfae6 100644 --- a/roles/custom/matrix-bridge-mautrix-telegram/defaults/main.yml +++ b/roles/custom/matrix-bridge-mautrix-telegram/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 diff --git a/roles/custom/matrix-bridge-mautrix-telegram/tasks/main.yml b/roles/custom/matrix-bridge-mautrix-telegram/tasks/main.yml index 23f37d529..5e453412f 100644 --- a/roles/custom/matrix-bridge-mautrix-telegram/tasks/main.yml +++ b/roles/custom/matrix-bridge-mautrix-telegram/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 diff --git a/roles/custom/matrix-bridge-mautrix-telegram/tasks/setup_install.yml b/roles/custom/matrix-bridge-mautrix-telegram/tasks/setup_install.yml index 192f1e47c..2e3e9bd8c 100644 --- a/roles/custom/matrix-bridge-mautrix-telegram/tasks/setup_install.yml +++ b/roles/custom/matrix-bridge-mautrix-telegram/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 diff --git a/roles/custom/matrix-bridge-mautrix-telegram/tasks/setup_uninstall.yml b/roles/custom/matrix-bridge-mautrix-telegram/tasks/setup_uninstall.yml index e30b56adb..ba41012b8 100644 --- a/roles/custom/matrix-bridge-mautrix-telegram/tasks/setup_uninstall.yml +++ b/roles/custom/matrix-bridge-mautrix-telegram/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 diff --git a/roles/custom/matrix-bridge-mautrix-telegram/tasks/validate_config.yml b/roles/custom/matrix-bridge-mautrix-telegram/tasks/validate_config.yml index c0ce3ca93..1b86803e6 100644 --- a/roles/custom/matrix-bridge-mautrix-telegram/tasks/validate_config.yml +++ b/roles/custom/matrix-bridge-mautrix-telegram/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 diff --git a/roles/custom/matrix-bridge-mautrix-telegram/templates/config.yaml.j2 b/roles/custom/matrix-bridge-mautrix-telegram/templates/config.yaml.j2 index 8b85c6290..555722469 100644 --- a/roles/custom/matrix-bridge-mautrix-telegram/templates/config.yaml.j2 +++ b/roles/custom/matrix-bridge-mautrix-telegram/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 #} diff --git a/roles/custom/matrix-bridge-mautrix-telegram/templates/systemd/matrix-mautrix-telegram.service.j2 b/roles/custom/matrix-bridge-mautrix-telegram/templates/systemd/matrix-mautrix-telegram.service.j2 index 7a91aecb8..52916cdff 100644 --- a/roles/custom/matrix-bridge-mautrix-telegram/templates/systemd/matrix-mautrix-telegram.service.j2 +++ b/roles/custom/matrix-bridge-mautrix-telegram/templates/systemd/matrix-mautrix-telegram.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 #} diff --git a/roles/custom/matrix-bridge-mautrix-twitter/defaults/main.yml b/roles/custom/matrix-bridge-mautrix-twitter/defaults/main.yml index c18bebb6c..7a10b539d 100644 --- a/roles/custom/matrix-bridge-mautrix-twitter/defaults/main.yml +++ b/roles/custom/matrix-bridge-mautrix-twitter/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 diff --git a/roles/custom/matrix-bridge-mautrix-twitter/tasks/main.yml b/roles/custom/matrix-bridge-mautrix-twitter/tasks/main.yml index 67b4ffb1c..546c543f0 100644 --- a/roles/custom/matrix-bridge-mautrix-twitter/tasks/main.yml +++ b/roles/custom/matrix-bridge-mautrix-twitter/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 diff --git a/roles/custom/matrix-bridge-mautrix-twitter/tasks/setup_install.yml b/roles/custom/matrix-bridge-mautrix-twitter/tasks/setup_install.yml index da226a3c2..0424dcbe7 100644 --- a/roles/custom/matrix-bridge-mautrix-twitter/tasks/setup_install.yml +++ b/roles/custom/matrix-bridge-mautrix-twitter/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 diff --git a/roles/custom/matrix-bridge-mautrix-twitter/tasks/setup_uninstall.yml b/roles/custom/matrix-bridge-mautrix-twitter/tasks/setup_uninstall.yml index 50f6c69eb..cb70251a2 100644 --- a/roles/custom/matrix-bridge-mautrix-twitter/tasks/setup_uninstall.yml +++ b/roles/custom/matrix-bridge-mautrix-twitter/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 diff --git a/roles/custom/matrix-bridge-mautrix-twitter/tasks/validate_config.yml b/roles/custom/matrix-bridge-mautrix-twitter/tasks/validate_config.yml index 12d98ffde..605ade50a 100644 --- a/roles/custom/matrix-bridge-mautrix-twitter/tasks/validate_config.yml +++ b/roles/custom/matrix-bridge-mautrix-twitter/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 diff --git a/roles/custom/matrix-bridge-mautrix-twitter/templates/config.yaml.j2 b/roles/custom/matrix-bridge-mautrix-twitter/templates/config.yaml.j2 index fa3874051..1ffbd520d 100644 --- a/roles/custom/matrix-bridge-mautrix-twitter/templates/config.yaml.j2 +++ b/roles/custom/matrix-bridge-mautrix-twitter/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 #} diff --git a/roles/custom/matrix-bridge-mautrix-twitter/templates/systemd/matrix-mautrix-twitter.service.j2 b/roles/custom/matrix-bridge-mautrix-twitter/templates/systemd/matrix-mautrix-twitter.service.j2 index 98d3ebbc4..fea072472 100644 --- a/roles/custom/matrix-bridge-mautrix-twitter/templates/systemd/matrix-mautrix-twitter.service.j2 +++ b/roles/custom/matrix-bridge-mautrix-twitter/templates/systemd/matrix-mautrix-twitter.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 #} diff --git a/roles/custom/matrix-bridge-mautrix-whatsapp/defaults/main.yml b/roles/custom/matrix-bridge-mautrix-whatsapp/defaults/main.yml index f8ed3d275..c7cc79c83 100644 --- a/roles/custom/matrix-bridge-mautrix-whatsapp/defaults/main.yml +++ b/roles/custom/matrix-bridge-mautrix-whatsapp/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 diff --git a/roles/custom/matrix-bridge-mautrix-whatsapp/tasks/main.yml b/roles/custom/matrix-bridge-mautrix-whatsapp/tasks/main.yml index b861a029e..19ce43d27 100644 --- a/roles/custom/matrix-bridge-mautrix-whatsapp/tasks/main.yml +++ b/roles/custom/matrix-bridge-mautrix-whatsapp/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 diff --git a/roles/custom/matrix-bridge-mautrix-whatsapp/tasks/setup_install.yml b/roles/custom/matrix-bridge-mautrix-whatsapp/tasks/setup_install.yml index 466cee9a7..327a6c1f0 100644 --- a/roles/custom/matrix-bridge-mautrix-whatsapp/tasks/setup_install.yml +++ b/roles/custom/matrix-bridge-mautrix-whatsapp/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 diff --git a/roles/custom/matrix-bridge-mautrix-whatsapp/tasks/setup_uninstall.yml b/roles/custom/matrix-bridge-mautrix-whatsapp/tasks/setup_uninstall.yml index f1702e605..72f9c56b7 100644 --- a/roles/custom/matrix-bridge-mautrix-whatsapp/tasks/setup_uninstall.yml +++ b/roles/custom/matrix-bridge-mautrix-whatsapp/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 diff --git a/roles/custom/matrix-bridge-mautrix-whatsapp/tasks/validate_config.yml b/roles/custom/matrix-bridge-mautrix-whatsapp/tasks/validate_config.yml index b3aa40432..d7a2052b2 100644 --- a/roles/custom/matrix-bridge-mautrix-whatsapp/tasks/validate_config.yml +++ b/roles/custom/matrix-bridge-mautrix-whatsapp/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 diff --git a/roles/custom/matrix-bridge-mautrix-whatsapp/templates/config.yaml.j2 b/roles/custom/matrix-bridge-mautrix-whatsapp/templates/config.yaml.j2 index 934a578fb..9802d79d0 100644 --- a/roles/custom/matrix-bridge-mautrix-whatsapp/templates/config.yaml.j2 +++ b/roles/custom/matrix-bridge-mautrix-whatsapp/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 #} diff --git a/roles/custom/matrix-bridge-mautrix-whatsapp/templates/systemd/matrix-mautrix-whatsapp.service.j2 b/roles/custom/matrix-bridge-mautrix-whatsapp/templates/systemd/matrix-mautrix-whatsapp.service.j2 index 351275123..8bd845852 100644 --- a/roles/custom/matrix-bridge-mautrix-whatsapp/templates/systemd/matrix-mautrix-whatsapp.service.j2 +++ b/roles/custom/matrix-bridge-mautrix-whatsapp/templates/systemd/matrix-mautrix-whatsapp.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 #} diff --git a/roles/custom/matrix-bridge-mx-puppet-discord/defaults/main.yml b/roles/custom/matrix-bridge-mx-puppet-discord/defaults/main.yml index 1f8935ec8..ad9e3ccba 100644 --- a/roles/custom/matrix-bridge-mx-puppet-discord/defaults/main.yml +++ b/roles/custom/matrix-bridge-mx-puppet-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 diff --git a/roles/custom/matrix-bridge-mx-puppet-discord/tasks/main.yml b/roles/custom/matrix-bridge-mx-puppet-discord/tasks/main.yml index 49232d5e1..e7edda524 100644 --- a/roles/custom/matrix-bridge-mx-puppet-discord/tasks/main.yml +++ b/roles/custom/matrix-bridge-mx-puppet-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 diff --git a/roles/custom/matrix-bridge-mx-puppet-discord/tasks/setup_install.yml b/roles/custom/matrix-bridge-mx-puppet-discord/tasks/setup_install.yml index 591a0cec8..ac7b8064a 100644 --- a/roles/custom/matrix-bridge-mx-puppet-discord/tasks/setup_install.yml +++ b/roles/custom/matrix-bridge-mx-puppet-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 diff --git a/roles/custom/matrix-bridge-mx-puppet-discord/tasks/setup_uninstall.yml b/roles/custom/matrix-bridge-mx-puppet-discord/tasks/setup_uninstall.yml index a9824d7e8..6a468b369 100644 --- a/roles/custom/matrix-bridge-mx-puppet-discord/tasks/setup_uninstall.yml +++ b/roles/custom/matrix-bridge-mx-puppet-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 diff --git a/roles/custom/matrix-bridge-mx-puppet-discord/tasks/validate_config.yml b/roles/custom/matrix-bridge-mx-puppet-discord/tasks/validate_config.yml index ec95c4e7e..2259d27e3 100644 --- a/roles/custom/matrix-bridge-mx-puppet-discord/tasks/validate_config.yml +++ b/roles/custom/matrix-bridge-mx-puppet-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 diff --git a/roles/custom/matrix-bridge-mx-puppet-discord/templates/config.yaml.j2 b/roles/custom/matrix-bridge-mx-puppet-discord/templates/config.yaml.j2 index 168fcdf12..5699c95df 100644 --- a/roles/custom/matrix-bridge-mx-puppet-discord/templates/config.yaml.j2 +++ b/roles/custom/matrix-bridge-mx-puppet-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 #} diff --git a/roles/custom/matrix-bridge-mx-puppet-discord/templates/systemd/matrix-mx-puppet-discord.service.j2 b/roles/custom/matrix-bridge-mx-puppet-discord/templates/systemd/matrix-mx-puppet-discord.service.j2 index 4d4354311..31677394b 100644 --- a/roles/custom/matrix-bridge-mx-puppet-discord/templates/systemd/matrix-mx-puppet-discord.service.j2 +++ b/roles/custom/matrix-bridge-mx-puppet-discord/templates/systemd/matrix-mx-puppet-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 #} diff --git a/roles/custom/matrix-bridge-mx-puppet-groupme/defaults/main.yml b/roles/custom/matrix-bridge-mx-puppet-groupme/defaults/main.yml index 1cfde4e0a..25327b2d6 100644 --- a/roles/custom/matrix-bridge-mx-puppet-groupme/defaults/main.yml +++ b/roles/custom/matrix-bridge-mx-puppet-groupme/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 diff --git a/roles/custom/matrix-bridge-mx-puppet-groupme/tasks/main.yml b/roles/custom/matrix-bridge-mx-puppet-groupme/tasks/main.yml index b4f07ecc1..3c75d731d 100644 --- a/roles/custom/matrix-bridge-mx-puppet-groupme/tasks/main.yml +++ b/roles/custom/matrix-bridge-mx-puppet-groupme/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 diff --git a/roles/custom/matrix-bridge-mx-puppet-groupme/tasks/setup_install.yml b/roles/custom/matrix-bridge-mx-puppet-groupme/tasks/setup_install.yml index cefaeac58..bc43b3a46 100644 --- a/roles/custom/matrix-bridge-mx-puppet-groupme/tasks/setup_install.yml +++ b/roles/custom/matrix-bridge-mx-puppet-groupme/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 diff --git a/roles/custom/matrix-bridge-mx-puppet-groupme/tasks/setup_uninstall.yml b/roles/custom/matrix-bridge-mx-puppet-groupme/tasks/setup_uninstall.yml index 1e5f78a48..c9f06cbe9 100644 --- a/roles/custom/matrix-bridge-mx-puppet-groupme/tasks/setup_uninstall.yml +++ b/roles/custom/matrix-bridge-mx-puppet-groupme/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 diff --git a/roles/custom/matrix-bridge-mx-puppet-groupme/tasks/validate_config.yml b/roles/custom/matrix-bridge-mx-puppet-groupme/tasks/validate_config.yml index 4d314de4d..301c7a4e9 100644 --- a/roles/custom/matrix-bridge-mx-puppet-groupme/tasks/validate_config.yml +++ b/roles/custom/matrix-bridge-mx-puppet-groupme/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 diff --git a/roles/custom/matrix-bridge-mx-puppet-groupme/templates/config.yaml.j2 b/roles/custom/matrix-bridge-mx-puppet-groupme/templates/config.yaml.j2 index cfcd963f7..5b15fbda5 100644 --- a/roles/custom/matrix-bridge-mx-puppet-groupme/templates/config.yaml.j2 +++ b/roles/custom/matrix-bridge-mx-puppet-groupme/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 #} diff --git a/roles/custom/matrix-bridge-mx-puppet-groupme/templates/systemd/matrix-mx-puppet-groupme.service.j2 b/roles/custom/matrix-bridge-mx-puppet-groupme/templates/systemd/matrix-mx-puppet-groupme.service.j2 index 46c41623a..32a25e445 100644 --- a/roles/custom/matrix-bridge-mx-puppet-groupme/templates/systemd/matrix-mx-puppet-groupme.service.j2 +++ b/roles/custom/matrix-bridge-mx-puppet-groupme/templates/systemd/matrix-mx-puppet-groupme.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 #} diff --git a/roles/custom/matrix-bridge-mx-puppet-instagram/defaults/main.yml b/roles/custom/matrix-bridge-mx-puppet-instagram/defaults/main.yml index 65cf7f9b9..6eaa1aed6 100644 --- a/roles/custom/matrix-bridge-mx-puppet-instagram/defaults/main.yml +++ b/roles/custom/matrix-bridge-mx-puppet-instagram/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 diff --git a/roles/custom/matrix-bridge-mx-puppet-instagram/tasks/main.yml b/roles/custom/matrix-bridge-mx-puppet-instagram/tasks/main.yml index 5e8369075..c524a77e8 100644 --- a/roles/custom/matrix-bridge-mx-puppet-instagram/tasks/main.yml +++ b/roles/custom/matrix-bridge-mx-puppet-instagram/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 diff --git a/roles/custom/matrix-bridge-mx-puppet-instagram/tasks/setup_install.yml b/roles/custom/matrix-bridge-mx-puppet-instagram/tasks/setup_install.yml index 03d084f6d..6dd9c41d4 100644 --- a/roles/custom/matrix-bridge-mx-puppet-instagram/tasks/setup_install.yml +++ b/roles/custom/matrix-bridge-mx-puppet-instagram/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 diff --git a/roles/custom/matrix-bridge-mx-puppet-instagram/tasks/setup_uninstall.yml b/roles/custom/matrix-bridge-mx-puppet-instagram/tasks/setup_uninstall.yml index bbd403c66..9b5198334 100644 --- a/roles/custom/matrix-bridge-mx-puppet-instagram/tasks/setup_uninstall.yml +++ b/roles/custom/matrix-bridge-mx-puppet-instagram/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 diff --git a/roles/custom/matrix-bridge-mx-puppet-instagram/tasks/validate_config.yml b/roles/custom/matrix-bridge-mx-puppet-instagram/tasks/validate_config.yml index 90f713ad2..e1be9f894 100644 --- a/roles/custom/matrix-bridge-mx-puppet-instagram/tasks/validate_config.yml +++ b/roles/custom/matrix-bridge-mx-puppet-instagram/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 diff --git a/roles/custom/matrix-bridge-mx-puppet-instagram/templates/config.yaml.j2 b/roles/custom/matrix-bridge-mx-puppet-instagram/templates/config.yaml.j2 index 89158e1f9..38cd16e03 100644 --- a/roles/custom/matrix-bridge-mx-puppet-instagram/templates/config.yaml.j2 +++ b/roles/custom/matrix-bridge-mx-puppet-instagram/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 #} diff --git a/roles/custom/matrix-bridge-mx-puppet-instagram/templates/systemd/matrix-mx-puppet-instagram.service.j2 b/roles/custom/matrix-bridge-mx-puppet-instagram/templates/systemd/matrix-mx-puppet-instagram.service.j2 index fed7c491c..77a09f24e 100644 --- a/roles/custom/matrix-bridge-mx-puppet-instagram/templates/systemd/matrix-mx-puppet-instagram.service.j2 +++ b/roles/custom/matrix-bridge-mx-puppet-instagram/templates/systemd/matrix-mx-puppet-instagram.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 #} diff --git a/roles/custom/matrix-bridge-mx-puppet-slack/defaults/main.yml b/roles/custom/matrix-bridge-mx-puppet-slack/defaults/main.yml index 5f6047114..96ab504d1 100644 --- a/roles/custom/matrix-bridge-mx-puppet-slack/defaults/main.yml +++ b/roles/custom/matrix-bridge-mx-puppet-slack/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 diff --git a/roles/custom/matrix-bridge-mx-puppet-slack/tasks/main.yml b/roles/custom/matrix-bridge-mx-puppet-slack/tasks/main.yml index 7b1e16e4a..e0ef6335d 100644 --- a/roles/custom/matrix-bridge-mx-puppet-slack/tasks/main.yml +++ b/roles/custom/matrix-bridge-mx-puppet-slack/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 diff --git a/roles/custom/matrix-bridge-mx-puppet-slack/tasks/setup_install.yml b/roles/custom/matrix-bridge-mx-puppet-slack/tasks/setup_install.yml index 81add8beb..ad7ef2fc2 100644 --- a/roles/custom/matrix-bridge-mx-puppet-slack/tasks/setup_install.yml +++ b/roles/custom/matrix-bridge-mx-puppet-slack/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 diff --git a/roles/custom/matrix-bridge-mx-puppet-slack/tasks/setup_uninstall.yml b/roles/custom/matrix-bridge-mx-puppet-slack/tasks/setup_uninstall.yml index 728b798fb..8e27f2c9b 100644 --- a/roles/custom/matrix-bridge-mx-puppet-slack/tasks/setup_uninstall.yml +++ b/roles/custom/matrix-bridge-mx-puppet-slack/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 diff --git a/roles/custom/matrix-bridge-mx-puppet-slack/tasks/validate_config.yml b/roles/custom/matrix-bridge-mx-puppet-slack/tasks/validate_config.yml index f863507b4..e1b104ac0 100644 --- a/roles/custom/matrix-bridge-mx-puppet-slack/tasks/validate_config.yml +++ b/roles/custom/matrix-bridge-mx-puppet-slack/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 diff --git a/roles/custom/matrix-bridge-mx-puppet-slack/templates/config.yaml.j2 b/roles/custom/matrix-bridge-mx-puppet-slack/templates/config.yaml.j2 index 8d0cec891..e6118caa6 100644 --- a/roles/custom/matrix-bridge-mx-puppet-slack/templates/config.yaml.j2 +++ b/roles/custom/matrix-bridge-mx-puppet-slack/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 #} diff --git a/roles/custom/matrix-bridge-mx-puppet-slack/templates/systemd/matrix-mx-puppet-slack.service.j2 b/roles/custom/matrix-bridge-mx-puppet-slack/templates/systemd/matrix-mx-puppet-slack.service.j2 index ce818758f..e1a65363a 100644 --- a/roles/custom/matrix-bridge-mx-puppet-slack/templates/systemd/matrix-mx-puppet-slack.service.j2 +++ b/roles/custom/matrix-bridge-mx-puppet-slack/templates/systemd/matrix-mx-puppet-slack.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 #} diff --git a/roles/custom/matrix-bridge-mx-puppet-steam/defaults/main.yml b/roles/custom/matrix-bridge-mx-puppet-steam/defaults/main.yml index c0a49db59..3f38351ab 100644 --- a/roles/custom/matrix-bridge-mx-puppet-steam/defaults/main.yml +++ b/roles/custom/matrix-bridge-mx-puppet-steam/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 diff --git a/roles/custom/matrix-bridge-mx-puppet-steam/tasks/main.yml b/roles/custom/matrix-bridge-mx-puppet-steam/tasks/main.yml index dbf7565ff..aee43d995 100644 --- a/roles/custom/matrix-bridge-mx-puppet-steam/tasks/main.yml +++ b/roles/custom/matrix-bridge-mx-puppet-steam/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 diff --git a/roles/custom/matrix-bridge-mx-puppet-steam/tasks/setup_install.yml b/roles/custom/matrix-bridge-mx-puppet-steam/tasks/setup_install.yml index 0f2112bde..f9e8794dd 100644 --- a/roles/custom/matrix-bridge-mx-puppet-steam/tasks/setup_install.yml +++ b/roles/custom/matrix-bridge-mx-puppet-steam/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 diff --git a/roles/custom/matrix-bridge-mx-puppet-steam/tasks/setup_uninstall.yml b/roles/custom/matrix-bridge-mx-puppet-steam/tasks/setup_uninstall.yml index ab9990783..856f8f2ac 100644 --- a/roles/custom/matrix-bridge-mx-puppet-steam/tasks/setup_uninstall.yml +++ b/roles/custom/matrix-bridge-mx-puppet-steam/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 diff --git a/roles/custom/matrix-bridge-mx-puppet-steam/tasks/validate_config.yml b/roles/custom/matrix-bridge-mx-puppet-steam/tasks/validate_config.yml index 803242108..e366b7edd 100644 --- a/roles/custom/matrix-bridge-mx-puppet-steam/tasks/validate_config.yml +++ b/roles/custom/matrix-bridge-mx-puppet-steam/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 diff --git a/roles/custom/matrix-bridge-mx-puppet-steam/templates/config.yaml.j2 b/roles/custom/matrix-bridge-mx-puppet-steam/templates/config.yaml.j2 index b0ce47105..31a719f1d 100644 --- a/roles/custom/matrix-bridge-mx-puppet-steam/templates/config.yaml.j2 +++ b/roles/custom/matrix-bridge-mx-puppet-steam/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 #} diff --git a/roles/custom/matrix-bridge-mx-puppet-steam/templates/systemd/matrix-mx-puppet-steam.service.j2 b/roles/custom/matrix-bridge-mx-puppet-steam/templates/systemd/matrix-mx-puppet-steam.service.j2 index ae17990cb..987686ba0 100644 --- a/roles/custom/matrix-bridge-mx-puppet-steam/templates/systemd/matrix-mx-puppet-steam.service.j2 +++ b/roles/custom/matrix-bridge-mx-puppet-steam/templates/systemd/matrix-mx-puppet-steam.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 #} diff --git a/roles/custom/matrix-bridge-mx-puppet-twitter/defaults/main.yml b/roles/custom/matrix-bridge-mx-puppet-twitter/defaults/main.yml index 40a60f1f8..888bcd1cc 100644 --- a/roles/custom/matrix-bridge-mx-puppet-twitter/defaults/main.yml +++ b/roles/custom/matrix-bridge-mx-puppet-twitter/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 diff --git a/roles/custom/matrix-bridge-mx-puppet-twitter/tasks/main.yml b/roles/custom/matrix-bridge-mx-puppet-twitter/tasks/main.yml index cd9385600..2eafa87e1 100644 --- a/roles/custom/matrix-bridge-mx-puppet-twitter/tasks/main.yml +++ b/roles/custom/matrix-bridge-mx-puppet-twitter/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 diff --git a/roles/custom/matrix-bridge-mx-puppet-twitter/tasks/setup_install.yml b/roles/custom/matrix-bridge-mx-puppet-twitter/tasks/setup_install.yml index d9099a644..ae6c9fcde 100644 --- a/roles/custom/matrix-bridge-mx-puppet-twitter/tasks/setup_install.yml +++ b/roles/custom/matrix-bridge-mx-puppet-twitter/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 diff --git a/roles/custom/matrix-bridge-mx-puppet-twitter/tasks/setup_uninstall.yml b/roles/custom/matrix-bridge-mx-puppet-twitter/tasks/setup_uninstall.yml index e266f1463..f759b2ab7 100644 --- a/roles/custom/matrix-bridge-mx-puppet-twitter/tasks/setup_uninstall.yml +++ b/roles/custom/matrix-bridge-mx-puppet-twitter/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 diff --git a/roles/custom/matrix-bridge-mx-puppet-twitter/tasks/validate_config.yml b/roles/custom/matrix-bridge-mx-puppet-twitter/tasks/validate_config.yml index 08ff22c8d..3bb6f6a42 100644 --- a/roles/custom/matrix-bridge-mx-puppet-twitter/tasks/validate_config.yml +++ b/roles/custom/matrix-bridge-mx-puppet-twitter/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 diff --git a/roles/custom/matrix-bridge-mx-puppet-twitter/templates/config.yaml.j2 b/roles/custom/matrix-bridge-mx-puppet-twitter/templates/config.yaml.j2 index 6799a8c3f..dcd90e143 100644 --- a/roles/custom/matrix-bridge-mx-puppet-twitter/templates/config.yaml.j2 +++ b/roles/custom/matrix-bridge-mx-puppet-twitter/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 #} diff --git a/roles/custom/matrix-bridge-mx-puppet-twitter/templates/systemd/matrix-mx-puppet-twitter.service.j2 b/roles/custom/matrix-bridge-mx-puppet-twitter/templates/systemd/matrix-mx-puppet-twitter.service.j2 index 6bef8c58c..92d726665 100644 --- a/roles/custom/matrix-bridge-mx-puppet-twitter/templates/systemd/matrix-mx-puppet-twitter.service.j2 +++ b/roles/custom/matrix-bridge-mx-puppet-twitter/templates/systemd/matrix-mx-puppet-twitter.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 #} diff --git a/roles/custom/matrix-bridge-sms/defaults/main.yml b/roles/custom/matrix-bridge-sms/defaults/main.yml index 65f8af1df..b813dc0c9 100644 --- a/roles/custom/matrix-bridge-sms/defaults/main.yml +++ b/roles/custom/matrix-bridge-sms/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 diff --git a/roles/custom/matrix-bridge-sms/tasks/main.yml b/roles/custom/matrix-bridge-sms/tasks/main.yml index fb47c2e4b..ceacc4564 100644 --- a/roles/custom/matrix-bridge-sms/tasks/main.yml +++ b/roles/custom/matrix-bridge-sms/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 diff --git a/roles/custom/matrix-bridge-sms/tasks/setup_install.yml b/roles/custom/matrix-bridge-sms/tasks/setup_install.yml index fb2ae921f..870424daa 100644 --- a/roles/custom/matrix-bridge-sms/tasks/setup_install.yml +++ b/roles/custom/matrix-bridge-sms/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 diff --git a/roles/custom/matrix-bridge-sms/tasks/setup_uninstall.yml b/roles/custom/matrix-bridge-sms/tasks/setup_uninstall.yml index 881ab7fa9..fbb7a52b1 100644 --- a/roles/custom/matrix-bridge-sms/tasks/setup_uninstall.yml +++ b/roles/custom/matrix-bridge-sms/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 diff --git a/roles/custom/matrix-bridge-sms/tasks/validate_config.yml b/roles/custom/matrix-bridge-sms/tasks/validate_config.yml index 2cdfc5110..fa4dc0a4f 100644 --- a/roles/custom/matrix-bridge-sms/tasks/validate_config.yml +++ b/roles/custom/matrix-bridge-sms/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 diff --git a/roles/custom/matrix-bridge-sms/templates/systemd/matrix-sms-bridge.service.j2 b/roles/custom/matrix-bridge-sms/templates/systemd/matrix-sms-bridge.service.j2 index e326b91e8..975036f46 100644 --- a/roles/custom/matrix-bridge-sms/templates/systemd/matrix-sms-bridge.service.j2 +++ b/roles/custom/matrix-bridge-sms/templates/systemd/matrix-sms-bridge.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 #} diff --git a/roles/custom/matrix-cactus-comments/defaults/main.yml b/roles/custom/matrix-cactus-comments/defaults/main.yml index 19ea44a40..323bdcd2c 100644 --- a/roles/custom/matrix-cactus-comments/defaults/main.yml +++ b/roles/custom/matrix-cactus-comments/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 diff --git a/roles/custom/matrix-cactus-comments/tasks/main.yml b/roles/custom/matrix-cactus-comments/tasks/main.yml index d0363ea28..41349ef46 100644 --- a/roles/custom/matrix-cactus-comments/tasks/main.yml +++ b/roles/custom/matrix-cactus-comments/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 diff --git a/roles/custom/matrix-cactus-comments/tasks/setup_install.yml b/roles/custom/matrix-cactus-comments/tasks/setup_install.yml index 77d87dbec..9ba5fa7f4 100644 --- a/roles/custom/matrix-cactus-comments/tasks/setup_install.yml +++ b/roles/custom/matrix-cactus-comments/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 diff --git a/roles/custom/matrix-cactus-comments/tasks/setup_uninstall.yml b/roles/custom/matrix-cactus-comments/tasks/setup_uninstall.yml index 940a270f2..561801738 100644 --- a/roles/custom/matrix-cactus-comments/tasks/setup_uninstall.yml +++ b/roles/custom/matrix-cactus-comments/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 diff --git a/roles/custom/matrix-cactus-comments/tasks/validate_config.yml b/roles/custom/matrix-cactus-comments/tasks/validate_config.yml index e7bc3b15e..7a109a28b 100644 --- a/roles/custom/matrix-cactus-comments/tasks/validate_config.yml +++ b/roles/custom/matrix-cactus-comments/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 diff --git a/roles/custom/matrix-cactus-comments/templates/cactus_appservice.yaml.j2 b/roles/custom/matrix-cactus-comments/templates/cactus_appservice.yaml.j2 index b2eae0258..5ca673283 100644 --- a/roles/custom/matrix-cactus-comments/templates/cactus_appservice.yaml.j2 +++ b/roles/custom/matrix-cactus-comments/templates/cactus_appservice.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 #} diff --git a/roles/custom/matrix-cactus-comments/templates/env.j2 b/roles/custom/matrix-cactus-comments/templates/env.j2 index d7c430d48..efa4bce84 100644 --- a/roles/custom/matrix-cactus-comments/templates/env.j2 +++ b/roles/custom/matrix-cactus-comments/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 #} diff --git a/roles/custom/matrix-cactus-comments/templates/systemd/matrix-cactus-comments.service.j2 b/roles/custom/matrix-cactus-comments/templates/systemd/matrix-cactus-comments.service.j2 index 2e27d50b8..f9eda2e40 100644 --- a/roles/custom/matrix-cactus-comments/templates/systemd/matrix-cactus-comments.service.j2 +++ b/roles/custom/matrix-cactus-comments/templates/systemd/matrix-cactus-comments.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 #} diff --git a/roles/custom/matrix-client-cinny/defaults/main.yml b/roles/custom/matrix-client-cinny/defaults/main.yml index b9b47475d..d159f2fb2 100644 --- a/roles/custom/matrix-client-cinny/defaults/main.yml +++ b/roles/custom/matrix-client-cinny/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 diff --git a/roles/custom/matrix-client-cinny/tasks/main.yml b/roles/custom/matrix-client-cinny/tasks/main.yml index 2bae24040..52b38768d 100644 --- a/roles/custom/matrix-client-cinny/tasks/main.yml +++ b/roles/custom/matrix-client-cinny/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 diff --git a/roles/custom/matrix-client-cinny/tasks/self_check.yml b/roles/custom/matrix-client-cinny/tasks/self_check.yml index 938e9a1da..2fc51211f 100644 --- a/roles/custom/matrix-client-cinny/tasks/self_check.yml +++ b/roles/custom/matrix-client-cinny/tasks/self_check.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 diff --git a/roles/custom/matrix-client-cinny/tasks/setup_install.yml b/roles/custom/matrix-client-cinny/tasks/setup_install.yml index c4a33544d..ebf5098e0 100644 --- a/roles/custom/matrix-client-cinny/tasks/setup_install.yml +++ b/roles/custom/matrix-client-cinny/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 diff --git a/roles/custom/matrix-client-cinny/tasks/setup_uninstall.yml b/roles/custom/matrix-client-cinny/tasks/setup_uninstall.yml index e269f02cd..68414955f 100644 --- a/roles/custom/matrix-client-cinny/tasks/setup_uninstall.yml +++ b/roles/custom/matrix-client-cinny/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 diff --git a/roles/custom/matrix-client-cinny/tasks/validate_config.yml b/roles/custom/matrix-client-cinny/tasks/validate_config.yml index de82e8cac..b245f70a4 100644 --- a/roles/custom/matrix-client-cinny/tasks/validate_config.yml +++ b/roles/custom/matrix-client-cinny/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 diff --git a/roles/custom/matrix-client-cinny/templates/config.json.j2 b/roles/custom/matrix-client-cinny/templates/config.json.j2 index bf9cbb19d..df6a0dd0a 100644 --- a/roles/custom/matrix-client-cinny/templates/config.json.j2 +++ b/roles/custom/matrix-client-cinny/templates/config.json.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 #} diff --git a/roles/custom/matrix-client-cinny/templates/nginx.conf.j2 b/roles/custom/matrix-client-cinny/templates/nginx.conf.j2 index da78fe4e5..c32404e93 100644 --- a/roles/custom/matrix-client-cinny/templates/nginx.conf.j2 +++ b/roles/custom/matrix-client-cinny/templates/nginx.conf.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 #} diff --git a/roles/custom/matrix-client-cinny/templates/systemd/matrix-client-cinny.service.j2 b/roles/custom/matrix-client-cinny/templates/systemd/matrix-client-cinny.service.j2 index a3e98af5b..bfa05c138 100644 --- a/roles/custom/matrix-client-cinny/templates/systemd/matrix-client-cinny.service.j2 +++ b/roles/custom/matrix-client-cinny/templates/systemd/matrix-client-cinny.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 #} diff --git a/roles/custom/matrix-client-element/defaults/main.yml b/roles/custom/matrix-client-element/defaults/main.yml index 9d671af66..0a79373b1 100644 --- a/roles/custom/matrix-client-element/defaults/main.yml +++ b/roles/custom/matrix-client-element/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 diff --git a/roles/custom/matrix-client-element/tasks/main.yml b/roles/custom/matrix-client-element/tasks/main.yml index 9158196ed..b63b1a2c4 100644 --- a/roles/custom/matrix-client-element/tasks/main.yml +++ b/roles/custom/matrix-client-element/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 diff --git a/roles/custom/matrix-client-element/tasks/prepare_themes.yml b/roles/custom/matrix-client-element/tasks/prepare_themes.yml index 2f39c5a6e..381095ae9 100644 --- a/roles/custom/matrix-client-element/tasks/prepare_themes.yml +++ b/roles/custom/matrix-client-element/tasks/prepare_themes.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 diff --git a/roles/custom/matrix-client-element/tasks/self_check.yml b/roles/custom/matrix-client-element/tasks/self_check.yml index 928d974a0..017ba1ff4 100644 --- a/roles/custom/matrix-client-element/tasks/self_check.yml +++ b/roles/custom/matrix-client-element/tasks/self_check.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 diff --git a/roles/custom/matrix-client-element/tasks/setup_install.yml b/roles/custom/matrix-client-element/tasks/setup_install.yml index 40f42274c..7265ed0ef 100644 --- a/roles/custom/matrix-client-element/tasks/setup_install.yml +++ b/roles/custom/matrix-client-element/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 diff --git a/roles/custom/matrix-client-element/tasks/setup_uninstall.yml b/roles/custom/matrix-client-element/tasks/setup_uninstall.yml index f1a88e35d..b03d5576f 100644 --- a/roles/custom/matrix-client-element/tasks/setup_uninstall.yml +++ b/roles/custom/matrix-client-element/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 diff --git a/roles/custom/matrix-client-element/tasks/validate_config.yml b/roles/custom/matrix-client-element/tasks/validate_config.yml index ca7e4f1a2..83d3d4517 100644 --- a/roles/custom/matrix-client-element/tasks/validate_config.yml +++ b/roles/custom/matrix-client-element/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 diff --git a/roles/custom/matrix-client-element/templates/config.json.j2 b/roles/custom/matrix-client-element/templates/config.json.j2 index 70e390403..53a90841b 100644 --- a/roles/custom/matrix-client-element/templates/config.json.j2 +++ b/roles/custom/matrix-client-element/templates/config.json.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 #} diff --git a/roles/custom/matrix-client-element/templates/map_style.json.j2 b/roles/custom/matrix-client-element/templates/map_style.json.j2 index 6d19b487d..29bbb0f8f 100644 --- a/roles/custom/matrix-client-element/templates/map_style.json.j2 +++ b/roles/custom/matrix-client-element/templates/map_style.json.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 #} diff --git a/roles/custom/matrix-client-element/templates/nginx.conf.j2 b/roles/custom/matrix-client-element/templates/nginx.conf.j2 index da9ce2f59..145dc3bac 100644 --- a/roles/custom/matrix-client-element/templates/nginx.conf.j2 +++ b/roles/custom/matrix-client-element/templates/nginx.conf.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 #} diff --git a/roles/custom/matrix-client-element/templates/systemd/matrix-client-element.service.j2 b/roles/custom/matrix-client-element/templates/systemd/matrix-client-element.service.j2 index e08296baa..ff82c3f31 100644 --- a/roles/custom/matrix-client-element/templates/systemd/matrix-client-element.service.j2 +++ b/roles/custom/matrix-client-element/templates/systemd/matrix-client-element.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 #} diff --git a/roles/custom/matrix-client-element/templates/welcome.html.j2 b/roles/custom/matrix-client-element/templates/welcome.html.j2 index f6344f531..3d8c5c366 100644 --- a/roles/custom/matrix-client-element/templates/welcome.html.j2 +++ b/roles/custom/matrix-client-element/templates/welcome.html.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 #} diff --git a/roles/custom/matrix-client-element/vars/main.yml b/roles/custom/matrix-client-element/vars/main.yml index c1c38bd9e..844bb22e5 100644 --- a/roles/custom/matrix-client-element/vars/main.yml +++ b/roles/custom/matrix-client-element/vars/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 diff --git a/roles/custom/matrix-client-hydrogen/defaults/main.yml b/roles/custom/matrix-client-hydrogen/defaults/main.yml index 34dff7fbc..d7f92505b 100644 --- a/roles/custom/matrix-client-hydrogen/defaults/main.yml +++ b/roles/custom/matrix-client-hydrogen/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 diff --git a/roles/custom/matrix-client-hydrogen/tasks/main.yml b/roles/custom/matrix-client-hydrogen/tasks/main.yml index e0680ff7b..1cff32c03 100644 --- a/roles/custom/matrix-client-hydrogen/tasks/main.yml +++ b/roles/custom/matrix-client-hydrogen/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 diff --git a/roles/custom/matrix-client-hydrogen/tasks/self_check.yml b/roles/custom/matrix-client-hydrogen/tasks/self_check.yml index 52343c35a..c34ae18cb 100644 --- a/roles/custom/matrix-client-hydrogen/tasks/self_check.yml +++ b/roles/custom/matrix-client-hydrogen/tasks/self_check.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 diff --git a/roles/custom/matrix-client-hydrogen/tasks/setup_install.yml b/roles/custom/matrix-client-hydrogen/tasks/setup_install.yml index d4b14e5e4..c2e6a9df9 100644 --- a/roles/custom/matrix-client-hydrogen/tasks/setup_install.yml +++ b/roles/custom/matrix-client-hydrogen/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 diff --git a/roles/custom/matrix-client-hydrogen/tasks/setup_uninstall.yml b/roles/custom/matrix-client-hydrogen/tasks/setup_uninstall.yml index 1ac17dcd7..15634750f 100644 --- a/roles/custom/matrix-client-hydrogen/tasks/setup_uninstall.yml +++ b/roles/custom/matrix-client-hydrogen/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 diff --git a/roles/custom/matrix-client-hydrogen/tasks/validate_config.yml b/roles/custom/matrix-client-hydrogen/tasks/validate_config.yml index 5475b0fa1..f897257ae 100644 --- a/roles/custom/matrix-client-hydrogen/tasks/validate_config.yml +++ b/roles/custom/matrix-client-hydrogen/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 diff --git a/roles/custom/matrix-client-hydrogen/templates/config.json.j2 b/roles/custom/matrix-client-hydrogen/templates/config.json.j2 index c66239620..17540a001 100644 --- a/roles/custom/matrix-client-hydrogen/templates/config.json.j2 +++ b/roles/custom/matrix-client-hydrogen/templates/config.json.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 #} diff --git a/roles/custom/matrix-client-hydrogen/templates/nginx.conf.j2 b/roles/custom/matrix-client-hydrogen/templates/nginx.conf.j2 index da9ce2f59..145dc3bac 100644 --- a/roles/custom/matrix-client-hydrogen/templates/nginx.conf.j2 +++ b/roles/custom/matrix-client-hydrogen/templates/nginx.conf.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 #} diff --git a/roles/custom/matrix-client-hydrogen/templates/systemd/matrix-client-hydrogen.service.j2 b/roles/custom/matrix-client-hydrogen/templates/systemd/matrix-client-hydrogen.service.j2 index 7c23d6a53..da6bd9b4e 100644 --- a/roles/custom/matrix-client-hydrogen/templates/systemd/matrix-client-hydrogen.service.j2 +++ b/roles/custom/matrix-client-hydrogen/templates/systemd/matrix-client-hydrogen.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 #} diff --git a/roles/custom/matrix-common-after/tasks/main.yml b/roles/custom/matrix-common-after/tasks/main.yml index 8ca2eddcf..51647fabf 100644 --- a/roles/custom/matrix-common-after/tasks/main.yml +++ b/roles/custom/matrix-common-after/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 diff --git a/roles/custom/matrix-common-after/tasks/run_docker_prune.yml b/roles/custom/matrix-common-after/tasks/run_docker_prune.yml index 3d90bb1f4..2f7fbc6c4 100644 --- a/roles/custom/matrix-common-after/tasks/run_docker_prune.yml +++ b/roles/custom/matrix-common-after/tasks/run_docker_prune.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 diff --git a/roles/custom/matrix-conduit/defaults/main.yml b/roles/custom/matrix-conduit/defaults/main.yml index 3faa2ca85..24fe9944d 100644 --- a/roles/custom/matrix-conduit/defaults/main.yml +++ b/roles/custom/matrix-conduit/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 diff --git a/roles/custom/matrix-conduit/tasks/main.yml b/roles/custom/matrix-conduit/tasks/main.yml index 99b4c9503..7ae167b01 100644 --- a/roles/custom/matrix-conduit/tasks/main.yml +++ b/roles/custom/matrix-conduit/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 diff --git a/roles/custom/matrix-conduit/tasks/setup_install.yml b/roles/custom/matrix-conduit/tasks/setup_install.yml index 566f88a08..6150d9f8b 100644 --- a/roles/custom/matrix-conduit/tasks/setup_install.yml +++ b/roles/custom/matrix-conduit/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 diff --git a/roles/custom/matrix-conduit/tasks/setup_uninstall.yml b/roles/custom/matrix-conduit/tasks/setup_uninstall.yml index 5769622e0..0fa7865db 100644 --- a/roles/custom/matrix-conduit/tasks/setup_uninstall.yml +++ b/roles/custom/matrix-conduit/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 diff --git a/roles/custom/matrix-conduit/vars/main.yml b/roles/custom/matrix-conduit/vars/main.yml index 93c7d2c04..5ccdbfc19 100644 --- a/roles/custom/matrix-conduit/vars/main.yml +++ b/roles/custom/matrix-conduit/vars/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 diff --git a/roles/custom/matrix-corporal/defaults/main.yml b/roles/custom/matrix-corporal/defaults/main.yml index c4ef49ff6..17a27c6a7 100644 --- a/roles/custom/matrix-corporal/defaults/main.yml +++ b/roles/custom/matrix-corporal/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 diff --git a/roles/custom/matrix-corporal/tasks/main.yml b/roles/custom/matrix-corporal/tasks/main.yml index 9b518c32e..ca2c1f109 100644 --- a/roles/custom/matrix-corporal/tasks/main.yml +++ b/roles/custom/matrix-corporal/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 diff --git a/roles/custom/matrix-corporal/tasks/self_check.yml b/roles/custom/matrix-corporal/tasks/self_check.yml index e5a53511b..d0c66a2eb 100644 --- a/roles/custom/matrix-corporal/tasks/self_check.yml +++ b/roles/custom/matrix-corporal/tasks/self_check.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 diff --git a/roles/custom/matrix-corporal/tasks/setup_install.yml b/roles/custom/matrix-corporal/tasks/setup_install.yml index d7339eaba..7b61f4484 100644 --- a/roles/custom/matrix-corporal/tasks/setup_install.yml +++ b/roles/custom/matrix-corporal/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 diff --git a/roles/custom/matrix-corporal/tasks/setup_uninstall.yml b/roles/custom/matrix-corporal/tasks/setup_uninstall.yml index 30793ca23..e80f5a150 100644 --- a/roles/custom/matrix-corporal/tasks/setup_uninstall.yml +++ b/roles/custom/matrix-corporal/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 diff --git a/roles/custom/matrix-corporal/tasks/validate_config.yml b/roles/custom/matrix-corporal/tasks/validate_config.yml index 4e9a6bbb9..77b1d448b 100644 --- a/roles/custom/matrix-corporal/tasks/validate_config.yml +++ b/roles/custom/matrix-corporal/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 diff --git a/roles/custom/matrix-corporal/templates/config.json.j2 b/roles/custom/matrix-corporal/templates/config.json.j2 index 61a1eaaa8..2388cecae 100644 --- a/roles/custom/matrix-corporal/templates/config.json.j2 +++ b/roles/custom/matrix-corporal/templates/config.json.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 #} diff --git a/roles/custom/matrix-corporal/templates/systemd/matrix-corporal.service.j2 b/roles/custom/matrix-corporal/templates/systemd/matrix-corporal.service.j2 index cf0eb214c..da57c737f 100644 --- a/roles/custom/matrix-corporal/templates/systemd/matrix-corporal.service.j2 +++ b/roles/custom/matrix-corporal/templates/systemd/matrix-corporal.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 #} diff --git a/roles/custom/matrix-coturn/defaults/main.yml b/roles/custom/matrix-coturn/defaults/main.yml index e0f1a0d9b..562151225 100644 --- a/roles/custom/matrix-coturn/defaults/main.yml +++ b/roles/custom/matrix-coturn/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 diff --git a/roles/custom/matrix-coturn/tasks/main.yml b/roles/custom/matrix-coturn/tasks/main.yml index 013e40ca0..eef4ac9a7 100644 --- a/roles/custom/matrix-coturn/tasks/main.yml +++ b/roles/custom/matrix-coturn/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 diff --git a/roles/custom/matrix-coturn/tasks/setup_install.yml b/roles/custom/matrix-coturn/tasks/setup_install.yml index af32e8512..18e53658d 100644 --- a/roles/custom/matrix-coturn/tasks/setup_install.yml +++ b/roles/custom/matrix-coturn/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 diff --git a/roles/custom/matrix-coturn/tasks/setup_uninstall.yml b/roles/custom/matrix-coturn/tasks/setup_uninstall.yml index e4f373908..e02602ea5 100644 --- a/roles/custom/matrix-coturn/tasks/setup_uninstall.yml +++ b/roles/custom/matrix-coturn/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 diff --git a/roles/custom/matrix-coturn/tasks/validate_config.yml b/roles/custom/matrix-coturn/tasks/validate_config.yml index d0228a7c4..5dfc5ff66 100644 --- a/roles/custom/matrix-coturn/tasks/validate_config.yml +++ b/roles/custom/matrix-coturn/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 diff --git a/roles/custom/matrix-coturn/templates/systemd/matrix-coturn-reload.service.j2 b/roles/custom/matrix-coturn/templates/systemd/matrix-coturn-reload.service.j2 index 3a4215e08..1ade9e7f4 100644 --- a/roles/custom/matrix-coturn/templates/systemd/matrix-coturn-reload.service.j2 +++ b/roles/custom/matrix-coturn/templates/systemd/matrix-coturn-reload.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 #} diff --git a/roles/custom/matrix-coturn/templates/systemd/matrix-coturn-reload.timer.j2 b/roles/custom/matrix-coturn/templates/systemd/matrix-coturn-reload.timer.j2 index 021e7582b..c9fe85ed7 100644 --- a/roles/custom/matrix-coturn/templates/systemd/matrix-coturn-reload.timer.j2 +++ b/roles/custom/matrix-coturn/templates/systemd/matrix-coturn-reload.timer.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 #} diff --git a/roles/custom/matrix-coturn/templates/systemd/matrix-coturn.service.j2 b/roles/custom/matrix-coturn/templates/systemd/matrix-coturn.service.j2 index 8bdca6128..78d74ae0a 100644 --- a/roles/custom/matrix-coturn/templates/systemd/matrix-coturn.service.j2 +++ b/roles/custom/matrix-coturn/templates/systemd/matrix-coturn.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 #} diff --git a/roles/custom/matrix-coturn/templates/turnserver.conf.j2 b/roles/custom/matrix-coturn/templates/turnserver.conf.j2 index 5d603ede8..55c2a6b5d 100644 --- a/roles/custom/matrix-coturn/templates/turnserver.conf.j2 +++ b/roles/custom/matrix-coturn/templates/turnserver.conf.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 #} diff --git a/roles/custom/matrix-dendrite/defaults/main.yml b/roles/custom/matrix-dendrite/defaults/main.yml index 767cbfe6b..7e85ec54e 100644 --- a/roles/custom/matrix-dendrite/defaults/main.yml +++ b/roles/custom/matrix-dendrite/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 diff --git a/roles/custom/matrix-dendrite/tasks/main.yml b/roles/custom/matrix-dendrite/tasks/main.yml index aab6b0add..f77468a48 100644 --- a/roles/custom/matrix-dendrite/tasks/main.yml +++ b/roles/custom/matrix-dendrite/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 diff --git a/roles/custom/matrix-dendrite/tasks/register_user.yml b/roles/custom/matrix-dendrite/tasks/register_user.yml index 7be2d6940..703a41cb6 100644 --- a/roles/custom/matrix-dendrite/tasks/register_user.yml +++ b/roles/custom/matrix-dendrite/tasks/register_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 diff --git a/roles/custom/matrix-dendrite/tasks/self_check_client_api.yml b/roles/custom/matrix-dendrite/tasks/self_check_client_api.yml index 243fe9e83..584eaea6b 100644 --- a/roles/custom/matrix-dendrite/tasks/self_check_client_api.yml +++ b/roles/custom/matrix-dendrite/tasks/self_check_client_api.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 diff --git a/roles/custom/matrix-dendrite/tasks/self_check_federation_api.yml b/roles/custom/matrix-dendrite/tasks/self_check_federation_api.yml index c0c50d5ae..52083971d 100644 --- a/roles/custom/matrix-dendrite/tasks/self_check_federation_api.yml +++ b/roles/custom/matrix-dendrite/tasks/self_check_federation_api.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 diff --git a/roles/custom/matrix-dendrite/tasks/setup_install.yml b/roles/custom/matrix-dendrite/tasks/setup_install.yml index c6fec7795..7a5320e33 100644 --- a/roles/custom/matrix-dendrite/tasks/setup_install.yml +++ b/roles/custom/matrix-dendrite/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 diff --git a/roles/custom/matrix-dendrite/tasks/setup_uninstall.yml b/roles/custom/matrix-dendrite/tasks/setup_uninstall.yml index 27887fb1d..53dcbeffa 100644 --- a/roles/custom/matrix-dendrite/tasks/setup_uninstall.yml +++ b/roles/custom/matrix-dendrite/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 diff --git a/roles/custom/matrix-dendrite/tasks/validate_config.yml b/roles/custom/matrix-dendrite/tasks/validate_config.yml index d72447693..515b48165 100644 --- a/roles/custom/matrix-dendrite/tasks/validate_config.yml +++ b/roles/custom/matrix-dendrite/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 diff --git a/roles/custom/matrix-dendrite/vars/main.yml b/roles/custom/matrix-dendrite/vars/main.yml index f7ecfad73..b9ea4e91b 100644 --- a/roles/custom/matrix-dendrite/vars/main.yml +++ b/roles/custom/matrix-dendrite/vars/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 diff --git a/roles/custom/matrix-dimension/defaults/main.yml b/roles/custom/matrix-dimension/defaults/main.yml index 934887ee6..267ce9e39 100644 --- a/roles/custom/matrix-dimension/defaults/main.yml +++ b/roles/custom/matrix-dimension/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 diff --git a/roles/custom/matrix-dimension/tasks/main.yml b/roles/custom/matrix-dimension/tasks/main.yml index e2dfb9601..7ebd8b5da 100644 --- a/roles/custom/matrix-dimension/tasks/main.yml +++ b/roles/custom/matrix-dimension/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 diff --git a/roles/custom/matrix-dimension/tasks/setup_install.yml b/roles/custom/matrix-dimension/tasks/setup_install.yml index e6a0f0d86..9a5185cad 100644 --- a/roles/custom/matrix-dimension/tasks/setup_install.yml +++ b/roles/custom/matrix-dimension/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 diff --git a/roles/custom/matrix-dimension/tasks/setup_uninstall.yml b/roles/custom/matrix-dimension/tasks/setup_uninstall.yml index b33f0cf19..70576e4de 100644 --- a/roles/custom/matrix-dimension/tasks/setup_uninstall.yml +++ b/roles/custom/matrix-dimension/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 diff --git a/roles/custom/matrix-dimension/tasks/validate_config.yml b/roles/custom/matrix-dimension/tasks/validate_config.yml index 279589c31..fd7d47430 100644 --- a/roles/custom/matrix-dimension/tasks/validate_config.yml +++ b/roles/custom/matrix-dimension/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 diff --git a/roles/custom/matrix-dimension/templates/config.yaml.j2 b/roles/custom/matrix-dimension/templates/config.yaml.j2 index 572a83989..33537ef29 100644 --- a/roles/custom/matrix-dimension/templates/config.yaml.j2 +++ b/roles/custom/matrix-dimension/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 #} diff --git a/roles/custom/matrix-dimension/templates/systemd/matrix-dimension.service.j2 b/roles/custom/matrix-dimension/templates/systemd/matrix-dimension.service.j2 index 6d1b06e74..247fd5aa9 100644 --- a/roles/custom/matrix-dimension/templates/systemd/matrix-dimension.service.j2 +++ b/roles/custom/matrix-dimension/templates/systemd/matrix-dimension.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 #} diff --git a/roles/custom/matrix-dimension/vars/main.yml b/roles/custom/matrix-dimension/vars/main.yml index 4b7f9a2d8..8b06b1d28 100644 --- a/roles/custom/matrix-dimension/vars/main.yml +++ b/roles/custom/matrix-dimension/vars/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 diff --git a/roles/custom/matrix-dynamic-dns/defaults/main.yml b/roles/custom/matrix-dynamic-dns/defaults/main.yml index 8717a0b9d..d588fa082 100644 --- a/roles/custom/matrix-dynamic-dns/defaults/main.yml +++ b/roles/custom/matrix-dynamic-dns/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 diff --git a/roles/custom/matrix-dynamic-dns/tasks/main.yml b/roles/custom/matrix-dynamic-dns/tasks/main.yml index df6bb5e6e..40ae09d79 100644 --- a/roles/custom/matrix-dynamic-dns/tasks/main.yml +++ b/roles/custom/matrix-dynamic-dns/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 diff --git a/roles/custom/matrix-dynamic-dns/tasks/setup_install.yml b/roles/custom/matrix-dynamic-dns/tasks/setup_install.yml index 6574c78bb..7b912655a 100644 --- a/roles/custom/matrix-dynamic-dns/tasks/setup_install.yml +++ b/roles/custom/matrix-dynamic-dns/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 diff --git a/roles/custom/matrix-dynamic-dns/tasks/setup_uninstall.yml b/roles/custom/matrix-dynamic-dns/tasks/setup_uninstall.yml index 44a8b4267..48d3249e7 100644 --- a/roles/custom/matrix-dynamic-dns/tasks/setup_uninstall.yml +++ b/roles/custom/matrix-dynamic-dns/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 diff --git a/roles/custom/matrix-dynamic-dns/tasks/validate_config.yml b/roles/custom/matrix-dynamic-dns/tasks/validate_config.yml index cffeb5ba1..8d1faf8ef 100644 --- a/roles/custom/matrix-dynamic-dns/tasks/validate_config.yml +++ b/roles/custom/matrix-dynamic-dns/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 diff --git a/roles/custom/matrix-dynamic-dns/templates/ddclient.conf.j2 b/roles/custom/matrix-dynamic-dns/templates/ddclient.conf.j2 index 566364400..2e3b4adff 100644 --- a/roles/custom/matrix-dynamic-dns/templates/ddclient.conf.j2 +++ b/roles/custom/matrix-dynamic-dns/templates/ddclient.conf.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 #} diff --git a/roles/custom/matrix-dynamic-dns/templates/systemd/matrix-dynamic-dns.service.j2 b/roles/custom/matrix-dynamic-dns/templates/systemd/matrix-dynamic-dns.service.j2 index 4f9f47e5b..1436d51c1 100644 --- a/roles/custom/matrix-dynamic-dns/templates/systemd/matrix-dynamic-dns.service.j2 +++ b/roles/custom/matrix-dynamic-dns/templates/systemd/matrix-dynamic-dns.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 #} diff --git a/roles/custom/matrix-email2matrix/defaults/main.yml b/roles/custom/matrix-email2matrix/defaults/main.yml index f0a7f7f47..189369207 100644 --- a/roles/custom/matrix-email2matrix/defaults/main.yml +++ b/roles/custom/matrix-email2matrix/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 diff --git a/roles/custom/matrix-email2matrix/tasks/main.yml b/roles/custom/matrix-email2matrix/tasks/main.yml index 29f97fe8e..a08c9195a 100644 --- a/roles/custom/matrix-email2matrix/tasks/main.yml +++ b/roles/custom/matrix-email2matrix/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 diff --git a/roles/custom/matrix-email2matrix/tasks/setup_install.yml b/roles/custom/matrix-email2matrix/tasks/setup_install.yml index 8e10c7808..1e51fcd11 100644 --- a/roles/custom/matrix-email2matrix/tasks/setup_install.yml +++ b/roles/custom/matrix-email2matrix/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 diff --git a/roles/custom/matrix-email2matrix/tasks/setup_uninstall.yml b/roles/custom/matrix-email2matrix/tasks/setup_uninstall.yml index 3ee9f3f33..d6ed19b1f 100644 --- a/roles/custom/matrix-email2matrix/tasks/setup_uninstall.yml +++ b/roles/custom/matrix-email2matrix/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 diff --git a/roles/custom/matrix-email2matrix/tasks/validate_config.yml b/roles/custom/matrix-email2matrix/tasks/validate_config.yml index 70d2bcf60..51ecec9b0 100644 --- a/roles/custom/matrix-email2matrix/tasks/validate_config.yml +++ b/roles/custom/matrix-email2matrix/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 diff --git a/roles/custom/matrix-email2matrix/templates/config.json.j2 b/roles/custom/matrix-email2matrix/templates/config.json.j2 index 8df594f0b..637123310 100644 --- a/roles/custom/matrix-email2matrix/templates/config.json.j2 +++ b/roles/custom/matrix-email2matrix/templates/config.json.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 #} diff --git a/roles/custom/matrix-email2matrix/templates/systemd/matrix-email2matrix.service.j2 b/roles/custom/matrix-email2matrix/templates/systemd/matrix-email2matrix.service.j2 index 1044b6164..55049000c 100644 --- a/roles/custom/matrix-email2matrix/templates/systemd/matrix-email2matrix.service.j2 +++ b/roles/custom/matrix-email2matrix/templates/systemd/matrix-email2matrix.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 #} diff --git a/roles/custom/matrix-ldap-registration-proxy/defaults/main.yml b/roles/custom/matrix-ldap-registration-proxy/defaults/main.yml index 1c3e86c54..ed07b4746 100644 --- a/roles/custom/matrix-ldap-registration-proxy/defaults/main.yml +++ b/roles/custom/matrix-ldap-registration-proxy/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 diff --git a/roles/custom/matrix-ldap-registration-proxy/tasks/main.yml b/roles/custom/matrix-ldap-registration-proxy/tasks/main.yml index 5cfdd01b7..9b2ca0627 100644 --- a/roles/custom/matrix-ldap-registration-proxy/tasks/main.yml +++ b/roles/custom/matrix-ldap-registration-proxy/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 diff --git a/roles/custom/matrix-ldap-registration-proxy/tasks/setup_install.yml b/roles/custom/matrix-ldap-registration-proxy/tasks/setup_install.yml index f0c5261f2..fa92823cb 100644 --- a/roles/custom/matrix-ldap-registration-proxy/tasks/setup_install.yml +++ b/roles/custom/matrix-ldap-registration-proxy/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 diff --git a/roles/custom/matrix-ldap-registration-proxy/tasks/setup_uninstall.yml b/roles/custom/matrix-ldap-registration-proxy/tasks/setup_uninstall.yml index ee353c7e7..892e6abdd 100644 --- a/roles/custom/matrix-ldap-registration-proxy/tasks/setup_uninstall.yml +++ b/roles/custom/matrix-ldap-registration-proxy/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 diff --git a/roles/custom/matrix-ldap-registration-proxy/tasks/validate_config.yml b/roles/custom/matrix-ldap-registration-proxy/tasks/validate_config.yml index dced1043f..d070272c1 100644 --- a/roles/custom/matrix-ldap-registration-proxy/tasks/validate_config.yml +++ b/roles/custom/matrix-ldap-registration-proxy/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 diff --git a/roles/custom/matrix-ldap-registration-proxy/templates/ldap-registration-proxy.env.j2 b/roles/custom/matrix-ldap-registration-proxy/templates/ldap-registration-proxy.env.j2 index 4e7872785..7e51945b9 100644 --- a/roles/custom/matrix-ldap-registration-proxy/templates/ldap-registration-proxy.env.j2 +++ b/roles/custom/matrix-ldap-registration-proxy/templates/ldap-registration-proxy.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 #} diff --git a/roles/custom/matrix-ldap-registration-proxy/templates/systemd/matrix-ldap-registration-proxy.service.j2 b/roles/custom/matrix-ldap-registration-proxy/templates/systemd/matrix-ldap-registration-proxy.service.j2 index 4f98f6cca..dc11124fb 100644 --- a/roles/custom/matrix-ldap-registration-proxy/templates/systemd/matrix-ldap-registration-proxy.service.j2 +++ b/roles/custom/matrix-ldap-registration-proxy/templates/systemd/matrix-ldap-registration-proxy.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 #} diff --git a/roles/custom/matrix-ma1sd/defaults/main.yml b/roles/custom/matrix-ma1sd/defaults/main.yml index 0ad319320..6145f05ca 100644 --- a/roles/custom/matrix-ma1sd/defaults/main.yml +++ b/roles/custom/matrix-ma1sd/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 diff --git a/roles/custom/matrix-ma1sd/tasks/main.yml b/roles/custom/matrix-ma1sd/tasks/main.yml index 176a94cc3..daf29d2a5 100644 --- a/roles/custom/matrix-ma1sd/tasks/main.yml +++ b/roles/custom/matrix-ma1sd/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 diff --git a/roles/custom/matrix-ma1sd/tasks/self_check.yml b/roles/custom/matrix-ma1sd/tasks/self_check.yml index af26beb1e..b38d790a5 100644 --- a/roles/custom/matrix-ma1sd/tasks/self_check.yml +++ b/roles/custom/matrix-ma1sd/tasks/self_check.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 diff --git a/roles/custom/matrix-ma1sd/tasks/setup_install.yml b/roles/custom/matrix-ma1sd/tasks/setup_install.yml index 343ef342b..dc94d5e9c 100644 --- a/roles/custom/matrix-ma1sd/tasks/setup_install.yml +++ b/roles/custom/matrix-ma1sd/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 diff --git a/roles/custom/matrix-ma1sd/tasks/setup_uninstall.yml b/roles/custom/matrix-ma1sd/tasks/setup_uninstall.yml index be4d85db2..84849dbb6 100644 --- a/roles/custom/matrix-ma1sd/tasks/setup_uninstall.yml +++ b/roles/custom/matrix-ma1sd/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 diff --git a/roles/custom/matrix-ma1sd/tasks/validate_config.yml b/roles/custom/matrix-ma1sd/tasks/validate_config.yml index bdd6d9907..d5ea65eef 100644 --- a/roles/custom/matrix-ma1sd/tasks/validate_config.yml +++ b/roles/custom/matrix-ma1sd/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 diff --git a/roles/custom/matrix-ma1sd/templates/ma1sd.yaml.j2 b/roles/custom/matrix-ma1sd/templates/ma1sd.yaml.j2 index 083be5977..82be3641c 100644 --- a/roles/custom/matrix-ma1sd/templates/ma1sd.yaml.j2 +++ b/roles/custom/matrix-ma1sd/templates/ma1sd.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 #} diff --git a/roles/custom/matrix-ma1sd/templates/systemd/matrix-ma1sd.service.j2 b/roles/custom/matrix-ma1sd/templates/systemd/matrix-ma1sd.service.j2 index fc538d78c..40c39785c 100644 --- a/roles/custom/matrix-ma1sd/templates/systemd/matrix-ma1sd.service.j2 +++ b/roles/custom/matrix-ma1sd/templates/systemd/matrix-ma1sd.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 #} diff --git a/roles/custom/matrix-ma1sd/vars/main.yml b/roles/custom/matrix-ma1sd/vars/main.yml index 969f1c502..0494608ad 100644 --- a/roles/custom/matrix-ma1sd/vars/main.yml +++ b/roles/custom/matrix-ma1sd/vars/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 diff --git a/roles/custom/matrix-prometheus-nginxlog-exporter/defaults/main.yml b/roles/custom/matrix-prometheus-nginxlog-exporter/defaults/main.yml index 241d2a0ea..373d231cd 100644 --- a/roles/custom/matrix-prometheus-nginxlog-exporter/defaults/main.yml +++ b/roles/custom/matrix-prometheus-nginxlog-exporter/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 diff --git a/roles/custom/matrix-prometheus-nginxlog-exporter/tasks/main.yml b/roles/custom/matrix-prometheus-nginxlog-exporter/tasks/main.yml index 314438702..90c57886f 100644 --- a/roles/custom/matrix-prometheus-nginxlog-exporter/tasks/main.yml +++ b/roles/custom/matrix-prometheus-nginxlog-exporter/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 diff --git a/roles/custom/matrix-prometheus-nginxlog-exporter/tasks/setup_install.yml b/roles/custom/matrix-prometheus-nginxlog-exporter/tasks/setup_install.yml index 78dae9f12..1590358b7 100644 --- a/roles/custom/matrix-prometheus-nginxlog-exporter/tasks/setup_install.yml +++ b/roles/custom/matrix-prometheus-nginxlog-exporter/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 diff --git a/roles/custom/matrix-prometheus-nginxlog-exporter/tasks/setup_uninstall.yml b/roles/custom/matrix-prometheus-nginxlog-exporter/tasks/setup_uninstall.yml index 0fa056ac0..016a6ba41 100644 --- a/roles/custom/matrix-prometheus-nginxlog-exporter/tasks/setup_uninstall.yml +++ b/roles/custom/matrix-prometheus-nginxlog-exporter/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 diff --git a/roles/custom/matrix-prometheus-nginxlog-exporter/tasks/validate_config.yml b/roles/custom/matrix-prometheus-nginxlog-exporter/tasks/validate_config.yml index eee898239..cdeb23e65 100644 --- a/roles/custom/matrix-prometheus-nginxlog-exporter/tasks/validate_config.yml +++ b/roles/custom/matrix-prometheus-nginxlog-exporter/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 diff --git a/roles/custom/matrix-prometheus-nginxlog-exporter/templates/prometheus-nginxlog-exporter.yaml.j2 b/roles/custom/matrix-prometheus-nginxlog-exporter/templates/prometheus-nginxlog-exporter.yaml.j2 index ed38232fa..04a6e3ffd 100644 --- a/roles/custom/matrix-prometheus-nginxlog-exporter/templates/prometheus-nginxlog-exporter.yaml.j2 +++ b/roles/custom/matrix-prometheus-nginxlog-exporter/templates/prometheus-nginxlog-exporter.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 #} diff --git a/roles/custom/matrix-prometheus-nginxlog-exporter/templates/systemd/matrix-prometheus-nginxlog-exporter.service.j2 b/roles/custom/matrix-prometheus-nginxlog-exporter/templates/systemd/matrix-prometheus-nginxlog-exporter.service.j2 index a4e4d9592..b903ec29a 100644 --- a/roles/custom/matrix-prometheus-nginxlog-exporter/templates/systemd/matrix-prometheus-nginxlog-exporter.service.j2 +++ b/roles/custom/matrix-prometheus-nginxlog-exporter/templates/systemd/matrix-prometheus-nginxlog-exporter.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 #} diff --git a/roles/custom/matrix-registration/defaults/main.yml b/roles/custom/matrix-registration/defaults/main.yml index 58750ccdd..9170109cd 100644 --- a/roles/custom/matrix-registration/defaults/main.yml +++ b/roles/custom/matrix-registration/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 diff --git a/roles/custom/matrix-registration/tasks/generate_token.yml b/roles/custom/matrix-registration/tasks/generate_token.yml index 1d1d70953..b229977fe 100644 --- a/roles/custom/matrix-registration/tasks/generate_token.yml +++ b/roles/custom/matrix-registration/tasks/generate_token.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 diff --git a/roles/custom/matrix-registration/tasks/list_tokens.yml b/roles/custom/matrix-registration/tasks/list_tokens.yml index 4a9ce305e..ae9bccf0b 100644 --- a/roles/custom/matrix-registration/tasks/list_tokens.yml +++ b/roles/custom/matrix-registration/tasks/list_tokens.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 diff --git a/roles/custom/matrix-registration/tasks/main.yml b/roles/custom/matrix-registration/tasks/main.yml index ec4c06340..ebebac560 100644 --- a/roles/custom/matrix-registration/tasks/main.yml +++ b/roles/custom/matrix-registration/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 diff --git a/roles/custom/matrix-registration/tasks/setup_install.yml b/roles/custom/matrix-registration/tasks/setup_install.yml index 4017bd3f8..3fe656f8f 100644 --- a/roles/custom/matrix-registration/tasks/setup_install.yml +++ b/roles/custom/matrix-registration/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 diff --git a/roles/custom/matrix-registration/tasks/setup_uninstall.yml b/roles/custom/matrix-registration/tasks/setup_uninstall.yml index 88a9e26e4..b8e35e53a 100644 --- a/roles/custom/matrix-registration/tasks/setup_uninstall.yml +++ b/roles/custom/matrix-registration/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 diff --git a/roles/custom/matrix-registration/tasks/validate_config.yml b/roles/custom/matrix-registration/tasks/validate_config.yml index 1b939abee..07f9d51c4 100644 --- a/roles/custom/matrix-registration/tasks/validate_config.yml +++ b/roles/custom/matrix-registration/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 diff --git a/roles/custom/matrix-registration/templates/config.yaml.j2 b/roles/custom/matrix-registration/templates/config.yaml.j2 index 40a593e31..1fa4ab76d 100644 --- a/roles/custom/matrix-registration/templates/config.yaml.j2 +++ b/roles/custom/matrix-registration/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 #} diff --git a/roles/custom/matrix-registration/templates/systemd/matrix-registration.service.j2 b/roles/custom/matrix-registration/templates/systemd/matrix-registration.service.j2 index 33528a3df..611f24994 100644 --- a/roles/custom/matrix-registration/templates/systemd/matrix-registration.service.j2 +++ b/roles/custom/matrix-registration/templates/systemd/matrix-registration.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 #} diff --git a/roles/custom/matrix-sygnal/defaults/main.yml b/roles/custom/matrix-sygnal/defaults/main.yml index 5aff5d44d..776de99eb 100644 --- a/roles/custom/matrix-sygnal/defaults/main.yml +++ b/roles/custom/matrix-sygnal/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 diff --git a/roles/custom/matrix-sygnal/tasks/main.yml b/roles/custom/matrix-sygnal/tasks/main.yml index c54e64541..32245c35f 100644 --- a/roles/custom/matrix-sygnal/tasks/main.yml +++ b/roles/custom/matrix-sygnal/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 diff --git a/roles/custom/matrix-sygnal/tasks/validate_config.yml b/roles/custom/matrix-sygnal/tasks/validate_config.yml index 789c5a5dd..a17baca25 100644 --- a/roles/custom/matrix-sygnal/tasks/validate_config.yml +++ b/roles/custom/matrix-sygnal/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 diff --git a/roles/custom/matrix-sygnal/templates/sygnal.yaml.j2 b/roles/custom/matrix-sygnal/templates/sygnal.yaml.j2 index d8d34c6e1..68e315b62 100644 --- a/roles/custom/matrix-sygnal/templates/sygnal.yaml.j2 +++ b/roles/custom/matrix-sygnal/templates/sygnal.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 #} diff --git a/roles/custom/matrix-sygnal/templates/systemd/matrix-sygnal.service.j2 b/roles/custom/matrix-sygnal/templates/systemd/matrix-sygnal.service.j2 index 2bd82d857..e26a88161 100644 --- a/roles/custom/matrix-sygnal/templates/systemd/matrix-sygnal.service.j2 +++ b/roles/custom/matrix-sygnal/templates/systemd/matrix-sygnal.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 #} diff --git a/roles/custom/matrix-synapse-admin/defaults/main.yml b/roles/custom/matrix-synapse-admin/defaults/main.yml index 3e03915df..c47a86afd 100644 --- a/roles/custom/matrix-synapse-admin/defaults/main.yml +++ b/roles/custom/matrix-synapse-admin/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 diff --git a/roles/custom/matrix-synapse-admin/tasks/main.yml b/roles/custom/matrix-synapse-admin/tasks/main.yml index 97ce3d2e6..da5e36cd8 100644 --- a/roles/custom/matrix-synapse-admin/tasks/main.yml +++ b/roles/custom/matrix-synapse-admin/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 diff --git a/roles/custom/matrix-synapse-admin/tasks/setup_install.yml b/roles/custom/matrix-synapse-admin/tasks/setup_install.yml index b6c168b56..f31f6c8cc 100644 --- a/roles/custom/matrix-synapse-admin/tasks/setup_install.yml +++ b/roles/custom/matrix-synapse-admin/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 diff --git a/roles/custom/matrix-synapse-admin/tasks/setup_uninstall.yml b/roles/custom/matrix-synapse-admin/tasks/setup_uninstall.yml index 3048d3a2f..79ba56e45 100644 --- a/roles/custom/matrix-synapse-admin/tasks/setup_uninstall.yml +++ b/roles/custom/matrix-synapse-admin/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 diff --git a/roles/custom/matrix-synapse-admin/tasks/validate_config.yml b/roles/custom/matrix-synapse-admin/tasks/validate_config.yml index eb21df35c..3a0d9f369 100644 --- a/roles/custom/matrix-synapse-admin/tasks/validate_config.yml +++ b/roles/custom/matrix-synapse-admin/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 diff --git a/roles/custom/matrix-synapse-admin/templates/systemd/matrix-synapse-admin.service.j2 b/roles/custom/matrix-synapse-admin/templates/systemd/matrix-synapse-admin.service.j2 index a47625375..5d467761e 100644 --- a/roles/custom/matrix-synapse-admin/templates/systemd/matrix-synapse-admin.service.j2 +++ b/roles/custom/matrix-synapse-admin/templates/systemd/matrix-synapse-admin.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 #} diff --git a/roles/custom/matrix-synapse-reverse-proxy-companion/defaults/main.yml b/roles/custom/matrix-synapse-reverse-proxy-companion/defaults/main.yml index 1d25f7e5d..94ea6c2fe 100644 --- a/roles/custom/matrix-synapse-reverse-proxy-companion/defaults/main.yml +++ b/roles/custom/matrix-synapse-reverse-proxy-companion/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 diff --git a/roles/custom/matrix-synapse-reverse-proxy-companion/tasks/main.yml b/roles/custom/matrix-synapse-reverse-proxy-companion/tasks/main.yml index 3e818faa6..3fbc7f08d 100644 --- a/roles/custom/matrix-synapse-reverse-proxy-companion/tasks/main.yml +++ b/roles/custom/matrix-synapse-reverse-proxy-companion/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 diff --git a/roles/custom/matrix-synapse-reverse-proxy-companion/tasks/setup_install.yml b/roles/custom/matrix-synapse-reverse-proxy-companion/tasks/setup_install.yml index 1a544daca..ac3a271d9 100644 --- a/roles/custom/matrix-synapse-reverse-proxy-companion/tasks/setup_install.yml +++ b/roles/custom/matrix-synapse-reverse-proxy-companion/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 diff --git a/roles/custom/matrix-synapse-reverse-proxy-companion/tasks/setup_uninstall.yml b/roles/custom/matrix-synapse-reverse-proxy-companion/tasks/setup_uninstall.yml index 62e1237c1..429001c06 100644 --- a/roles/custom/matrix-synapse-reverse-proxy-companion/tasks/setup_uninstall.yml +++ b/roles/custom/matrix-synapse-reverse-proxy-companion/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 diff --git a/roles/custom/matrix-synapse-reverse-proxy-companion/templates/nginx/conf.d/matrix-synapse-reverse-proxy-companion.conf.j2 b/roles/custom/matrix-synapse-reverse-proxy-companion/templates/nginx/conf.d/matrix-synapse-reverse-proxy-companion.conf.j2 index fe35d7bcb..a638e421e 100644 --- a/roles/custom/matrix-synapse-reverse-proxy-companion/templates/nginx/conf.d/matrix-synapse-reverse-proxy-companion.conf.j2 +++ b/roles/custom/matrix-synapse-reverse-proxy-companion/templates/nginx/conf.d/matrix-synapse-reverse-proxy-companion.conf.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 #} diff --git a/roles/custom/matrix-synapse-reverse-proxy-companion/templates/nginx/conf.d/nginx-http.conf.j2 b/roles/custom/matrix-synapse-reverse-proxy-companion/templates/nginx/conf.d/nginx-http.conf.j2 index 9859ff539..4da7bfb40 100644 --- a/roles/custom/matrix-synapse-reverse-proxy-companion/templates/nginx/conf.d/nginx-http.conf.j2 +++ b/roles/custom/matrix-synapse-reverse-proxy-companion/templates/nginx/conf.d/nginx-http.conf.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 #} diff --git a/roles/custom/matrix-synapse-reverse-proxy-companion/templates/nginx/nginx.conf.j2 b/roles/custom/matrix-synapse-reverse-proxy-companion/templates/nginx/nginx.conf.j2 index 848b83ac9..e21256200 100644 --- a/roles/custom/matrix-synapse-reverse-proxy-companion/templates/nginx/nginx.conf.j2 +++ b/roles/custom/matrix-synapse-reverse-proxy-companion/templates/nginx/nginx.conf.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 #} diff --git a/roles/custom/matrix-synapse-reverse-proxy-companion/templates/systemd/matrix-synapse-reverse-proxy-companion.service.j2 b/roles/custom/matrix-synapse-reverse-proxy-companion/templates/systemd/matrix-synapse-reverse-proxy-companion.service.j2 index 090474e38..bab5d5d0c 100755 --- a/roles/custom/matrix-synapse-reverse-proxy-companion/templates/systemd/matrix-synapse-reverse-proxy-companion.service.j2 +++ b/roles/custom/matrix-synapse-reverse-proxy-companion/templates/systemd/matrix-synapse-reverse-proxy-companion.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 #} diff --git a/roles/custom/matrix-synapse/defaults/main.yml b/roles/custom/matrix-synapse/defaults/main.yml index 7568c1a57..8fdc62e0c 100644 --- a/roles/custom/matrix-synapse/defaults/main.yml +++ b/roles/custom/matrix-synapse/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 diff --git a/roles/custom/matrix-synapse/tasks/ext/encryption-disabler/setup_install.yml b/roles/custom/matrix-synapse/tasks/ext/encryption-disabler/setup_install.yml index 191584b9c..d20a4186b 100644 --- a/roles/custom/matrix-synapse/tasks/ext/encryption-disabler/setup_install.yml +++ b/roles/custom/matrix-synapse/tasks/ext/encryption-disabler/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 diff --git a/roles/custom/matrix-synapse/tasks/ext/encryption-disabler/setup_uninstall.yml b/roles/custom/matrix-synapse/tasks/ext/encryption-disabler/setup_uninstall.yml index ec7b70b23..08dcac7dc 100644 --- a/roles/custom/matrix-synapse/tasks/ext/encryption-disabler/setup_uninstall.yml +++ b/roles/custom/matrix-synapse/tasks/ext/encryption-disabler/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 diff --git a/roles/custom/matrix-synapse/tasks/ext/ldap-auth/setup_install.yml b/roles/custom/matrix-synapse/tasks/ext/ldap-auth/setup_install.yml index 4baa66d5c..e16169b94 100644 --- a/roles/custom/matrix-synapse/tasks/ext/ldap-auth/setup_install.yml +++ b/roles/custom/matrix-synapse/tasks/ext/ldap-auth/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 diff --git a/roles/custom/matrix-synapse/tasks/ext/mjolnir-antispam/setup_install.yml b/roles/custom/matrix-synapse/tasks/ext/mjolnir-antispam/setup_install.yml index 705ddad7b..d5c367238 100644 --- a/roles/custom/matrix-synapse/tasks/ext/mjolnir-antispam/setup_install.yml +++ b/roles/custom/matrix-synapse/tasks/ext/mjolnir-antispam/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 diff --git a/roles/custom/matrix-synapse/tasks/ext/mjolnir-antispam/setup_uninstall.yml b/roles/custom/matrix-synapse/tasks/ext/mjolnir-antispam/setup_uninstall.yml index 1c92901ef..a22341418 100644 --- a/roles/custom/matrix-synapse/tasks/ext/mjolnir-antispam/setup_uninstall.yml +++ b/roles/custom/matrix-synapse/tasks/ext/mjolnir-antispam/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 diff --git a/roles/custom/matrix-synapse/tasks/ext/rest-auth/setup_install.yml b/roles/custom/matrix-synapse/tasks/ext/rest-auth/setup_install.yml index 82811f60a..267b77a19 100644 --- a/roles/custom/matrix-synapse/tasks/ext/rest-auth/setup_install.yml +++ b/roles/custom/matrix-synapse/tasks/ext/rest-auth/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 diff --git a/roles/custom/matrix-synapse/tasks/ext/rest-auth/setup_uninstall.yml b/roles/custom/matrix-synapse/tasks/ext/rest-auth/setup_uninstall.yml index bea1129ac..fc9a0b917 100644 --- a/roles/custom/matrix-synapse/tasks/ext/rest-auth/setup_uninstall.yml +++ b/roles/custom/matrix-synapse/tasks/ext/rest-auth/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 diff --git a/roles/custom/matrix-synapse/tasks/ext/s3-storage-provider/setup_install.yml b/roles/custom/matrix-synapse/tasks/ext/s3-storage-provider/setup_install.yml index 552e43735..ed2ca4e25 100644 --- a/roles/custom/matrix-synapse/tasks/ext/s3-storage-provider/setup_install.yml +++ b/roles/custom/matrix-synapse/tasks/ext/s3-storage-provider/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 diff --git a/roles/custom/matrix-synapse/tasks/ext/s3-storage-provider/setup_uninstall.yml b/roles/custom/matrix-synapse/tasks/ext/s3-storage-provider/setup_uninstall.yml index 63d9a028f..6e40e33bb 100644 --- a/roles/custom/matrix-synapse/tasks/ext/s3-storage-provider/setup_uninstall.yml +++ b/roles/custom/matrix-synapse/tasks/ext/s3-storage-provider/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 diff --git a/roles/custom/matrix-synapse/tasks/ext/s3-storage-provider/validate_config.yml b/roles/custom/matrix-synapse/tasks/ext/s3-storage-provider/validate_config.yml index 0722626fe..61856c26e 100644 --- a/roles/custom/matrix-synapse/tasks/ext/s3-storage-provider/validate_config.yml +++ b/roles/custom/matrix-synapse/tasks/ext/s3-storage-provider/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 diff --git a/roles/custom/matrix-synapse/tasks/ext/setup_install.yml b/roles/custom/matrix-synapse/tasks/ext/setup_install.yml index c5829154d..7f0ca13bb 100644 --- a/roles/custom/matrix-synapse/tasks/ext/setup_install.yml +++ b/roles/custom/matrix-synapse/tasks/ext/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 diff --git a/roles/custom/matrix-synapse/tasks/ext/setup_uninstall.yml b/roles/custom/matrix-synapse/tasks/ext/setup_uninstall.yml index 2526ffa61..61bee107a 100644 --- a/roles/custom/matrix-synapse/tasks/ext/setup_uninstall.yml +++ b/roles/custom/matrix-synapse/tasks/ext/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 diff --git a/roles/custom/matrix-synapse/tasks/ext/shared-secret-auth/setup_install.yml b/roles/custom/matrix-synapse/tasks/ext/shared-secret-auth/setup_install.yml index 76a211676..a26ddecce 100644 --- a/roles/custom/matrix-synapse/tasks/ext/shared-secret-auth/setup_install.yml +++ b/roles/custom/matrix-synapse/tasks/ext/shared-secret-auth/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 diff --git a/roles/custom/matrix-synapse/tasks/ext/shared-secret-auth/setup_uninstall.yml b/roles/custom/matrix-synapse/tasks/ext/shared-secret-auth/setup_uninstall.yml index 61904360c..ad71d6567 100644 --- a/roles/custom/matrix-synapse/tasks/ext/shared-secret-auth/setup_uninstall.yml +++ b/roles/custom/matrix-synapse/tasks/ext/shared-secret-auth/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 diff --git a/roles/custom/matrix-synapse/tasks/ext/synapse-simple-antispam/setup_install.yml b/roles/custom/matrix-synapse/tasks/ext/synapse-simple-antispam/setup_install.yml index 5dde64d6e..b93fcc4cb 100644 --- a/roles/custom/matrix-synapse/tasks/ext/synapse-simple-antispam/setup_install.yml +++ b/roles/custom/matrix-synapse/tasks/ext/synapse-simple-antispam/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 diff --git a/roles/custom/matrix-synapse/tasks/ext/synapse-simple-antispam/setup_uninstall.yml b/roles/custom/matrix-synapse/tasks/ext/synapse-simple-antispam/setup_uninstall.yml index d0bdc4f06..2812cfecd 100644 --- a/roles/custom/matrix-synapse/tasks/ext/synapse-simple-antispam/setup_uninstall.yml +++ b/roles/custom/matrix-synapse/tasks/ext/synapse-simple-antispam/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 diff --git a/roles/custom/matrix-synapse/tasks/goofys/setup_install.yml b/roles/custom/matrix-synapse/tasks/goofys/setup_install.yml index d50f10f02..2e6fcab4f 100644 --- a/roles/custom/matrix-synapse/tasks/goofys/setup_install.yml +++ b/roles/custom/matrix-synapse/tasks/goofys/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 diff --git a/roles/custom/matrix-synapse/tasks/goofys/setup_uninstall.yml b/roles/custom/matrix-synapse/tasks/goofys/setup_uninstall.yml index 057fecbc5..b9817ca08 100644 --- a/roles/custom/matrix-synapse/tasks/goofys/setup_uninstall.yml +++ b/roles/custom/matrix-synapse/tasks/goofys/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 diff --git a/roles/custom/matrix-synapse/tasks/import_media_store.yml b/roles/custom/matrix-synapse/tasks/import_media_store.yml index a84be7a1c..c7acaee54 100644 --- a/roles/custom/matrix-synapse/tasks/import_media_store.yml +++ b/roles/custom/matrix-synapse/tasks/import_media_store.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 diff --git a/roles/custom/matrix-synapse/tasks/init.yml b/roles/custom/matrix-synapse/tasks/init.yml index 640dd347c..bc1529056 100644 --- a/roles/custom/matrix-synapse/tasks/init.yml +++ b/roles/custom/matrix-synapse/tasks/init.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 diff --git a/roles/custom/matrix-synapse/tasks/main.yml b/roles/custom/matrix-synapse/tasks/main.yml index 250f92891..15b5b9961 100644 --- a/roles/custom/matrix-synapse/tasks/main.yml +++ b/roles/custom/matrix-synapse/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 diff --git a/roles/custom/matrix-synapse/tasks/register_user.yml b/roles/custom/matrix-synapse/tasks/register_user.yml index 62fc1edc6..26c0f0133 100644 --- a/roles/custom/matrix-synapse/tasks/register_user.yml +++ b/roles/custom/matrix-synapse/tasks/register_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 diff --git a/roles/custom/matrix-synapse/tasks/rust-synapse-compress-state/compress_room.yml b/roles/custom/matrix-synapse/tasks/rust-synapse-compress-state/compress_room.yml index 4ac0f25cd..fc365b0fd 100644 --- a/roles/custom/matrix-synapse/tasks/rust-synapse-compress-state/compress_room.yml +++ b/roles/custom/matrix-synapse/tasks/rust-synapse-compress-state/compress_room.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 diff --git a/roles/custom/matrix-synapse/tasks/rust-synapse-compress-state/main.yml b/roles/custom/matrix-synapse/tasks/rust-synapse-compress-state/main.yml index b281c29e9..f92ed699d 100644 --- a/roles/custom/matrix-synapse/tasks/rust-synapse-compress-state/main.yml +++ b/roles/custom/matrix-synapse/tasks/rust-synapse-compress-state/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 diff --git a/roles/custom/matrix-synapse/tasks/self_check_client_api.yml b/roles/custom/matrix-synapse/tasks/self_check_client_api.yml index a7c54e4ee..76c571864 100644 --- a/roles/custom/matrix-synapse/tasks/self_check_client_api.yml +++ b/roles/custom/matrix-synapse/tasks/self_check_client_api.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 diff --git a/roles/custom/matrix-synapse/tasks/self_check_federation_api.yml b/roles/custom/matrix-synapse/tasks/self_check_federation_api.yml index aef4c7b3e..2c58031b6 100644 --- a/roles/custom/matrix-synapse/tasks/self_check_federation_api.yml +++ b/roles/custom/matrix-synapse/tasks/self_check_federation_api.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 diff --git a/roles/custom/matrix-synapse/tasks/setup_install.yml b/roles/custom/matrix-synapse/tasks/setup_install.yml index 7b2893e19..0b012ace6 100644 --- a/roles/custom/matrix-synapse/tasks/setup_install.yml +++ b/roles/custom/matrix-synapse/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 diff --git a/roles/custom/matrix-synapse/tasks/setup_uninstall.yml b/roles/custom/matrix-synapse/tasks/setup_uninstall.yml index af2fa2737..4a1ff44fa 100644 --- a/roles/custom/matrix-synapse/tasks/setup_uninstall.yml +++ b/roles/custom/matrix-synapse/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 diff --git a/roles/custom/matrix-synapse/tasks/synapse/setup.yml b/roles/custom/matrix-synapse/tasks/synapse/setup.yml index 16301e950..7e939a2d0 100644 --- a/roles/custom/matrix-synapse/tasks/synapse/setup.yml +++ b/roles/custom/matrix-synapse/tasks/synapse/setup.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 diff --git a/roles/custom/matrix-synapse/tasks/synapse/setup_install.yml b/roles/custom/matrix-synapse/tasks/synapse/setup_install.yml index a87c8c406..789ec9e71 100644 --- a/roles/custom/matrix-synapse/tasks/synapse/setup_install.yml +++ b/roles/custom/matrix-synapse/tasks/synapse/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 diff --git a/roles/custom/matrix-synapse/tasks/synapse/setup_uninstall.yml b/roles/custom/matrix-synapse/tasks/synapse/setup_uninstall.yml index 95c74e6db..3c655956f 100644 --- a/roles/custom/matrix-synapse/tasks/synapse/setup_uninstall.yml +++ b/roles/custom/matrix-synapse/tasks/synapse/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 diff --git a/roles/custom/matrix-synapse/tasks/synapse/workers/init.yml b/roles/custom/matrix-synapse/tasks/synapse/workers/init.yml index ee4094d2d..093947180 100644 --- a/roles/custom/matrix-synapse/tasks/synapse/workers/init.yml +++ b/roles/custom/matrix-synapse/tasks/synapse/workers/init.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 diff --git a/roles/custom/matrix-synapse/tasks/synapse/workers/setup_install.yml b/roles/custom/matrix-synapse/tasks/synapse/workers/setup_install.yml index bc59eeff4..d9a6010ed 100644 --- a/roles/custom/matrix-synapse/tasks/synapse/workers/setup_install.yml +++ b/roles/custom/matrix-synapse/tasks/synapse/workers/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 diff --git a/roles/custom/matrix-synapse/tasks/synapse/workers/setup_uninstall.yml b/roles/custom/matrix-synapse/tasks/synapse/workers/setup_uninstall.yml index e4e435444..fdbce6f94 100644 --- a/roles/custom/matrix-synapse/tasks/synapse/workers/setup_uninstall.yml +++ b/roles/custom/matrix-synapse/tasks/synapse/workers/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 diff --git a/roles/custom/matrix-synapse/tasks/synapse/workers/util/inject_worker.yml b/roles/custom/matrix-synapse/tasks/synapse/workers/util/inject_worker.yml index 11bbe7719..6dd7b164b 100644 --- a/roles/custom/matrix-synapse/tasks/synapse/workers/util/inject_worker.yml +++ b/roles/custom/matrix-synapse/tasks/synapse/workers/util/inject_worker.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 diff --git a/roles/custom/matrix-synapse/tasks/synapse/workers/util/setup_files_for_worker.yml b/roles/custom/matrix-synapse/tasks/synapse/workers/util/setup_files_for_worker.yml index da2c92c54..625173636 100644 --- a/roles/custom/matrix-synapse/tasks/synapse/workers/util/setup_files_for_worker.yml +++ b/roles/custom/matrix-synapse/tasks/synapse/workers/util/setup_files_for_worker.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 diff --git a/roles/custom/matrix-synapse/tasks/update_user_password.yml b/roles/custom/matrix-synapse/tasks/update_user_password.yml index fe2de786f..78bee5893 100644 --- a/roles/custom/matrix-synapse/tasks/update_user_password.yml +++ b/roles/custom/matrix-synapse/tasks/update_user_password.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 diff --git a/roles/custom/matrix-synapse/tasks/validate_config.yml b/roles/custom/matrix-synapse/tasks/validate_config.yml index a3ffe43d6..8309f5d78 100644 --- a/roles/custom/matrix-synapse/tasks/validate_config.yml +++ b/roles/custom/matrix-synapse/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 diff --git a/roles/custom/matrix-synapse/templates/goofys/env-goofys.j2 b/roles/custom/matrix-synapse/templates/goofys/env-goofys.j2 index abe10b77b..12b5211ee 100644 --- a/roles/custom/matrix-synapse/templates/goofys/env-goofys.j2 +++ b/roles/custom/matrix-synapse/templates/goofys/env-goofys.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 #} diff --git a/roles/custom/matrix-synapse/templates/goofys/systemd/matrix-goofys.service.j2 b/roles/custom/matrix-synapse/templates/goofys/systemd/matrix-goofys.service.j2 index 33c7f54d3..a28750b6b 100644 --- a/roles/custom/matrix-synapse/templates/goofys/systemd/matrix-goofys.service.j2 +++ b/roles/custom/matrix-synapse/templates/goofys/systemd/matrix-goofys.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 #} diff --git a/roles/custom/matrix-synapse/templates/synapse/bin/register-user.j2 b/roles/custom/matrix-synapse/templates/synapse/bin/register-user.j2 index 329e7edaa..e4ae74a29 100644 --- a/roles/custom/matrix-synapse/templates/synapse/bin/register-user.j2 +++ b/roles/custom/matrix-synapse/templates/synapse/bin/register-user.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 #} diff --git a/roles/custom/matrix-synapse/templates/synapse/customizations/Dockerfile.j2 b/roles/custom/matrix-synapse/templates/synapse/customizations/Dockerfile.j2 index f2a38c6a0..a2f2911d7 100644 --- a/roles/custom/matrix-synapse/templates/synapse/customizations/Dockerfile.j2 +++ b/roles/custom/matrix-synapse/templates/synapse/customizations/Dockerfile.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 #} diff --git a/roles/custom/matrix-synapse/templates/synapse/ext/s3-storage-provider/bin/migrate.j2 b/roles/custom/matrix-synapse/templates/synapse/ext/s3-storage-provider/bin/migrate.j2 index edb55bef3..0e0f6f4b3 100644 --- a/roles/custom/matrix-synapse/templates/synapse/ext/s3-storage-provider/bin/migrate.j2 +++ b/roles/custom/matrix-synapse/templates/synapse/ext/s3-storage-provider/bin/migrate.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 #} diff --git a/roles/custom/matrix-synapse/templates/synapse/ext/s3-storage-provider/bin/shell.j2 b/roles/custom/matrix-synapse/templates/synapse/ext/s3-storage-provider/bin/shell.j2 index 82e18408d..3e66705bd 100644 --- a/roles/custom/matrix-synapse/templates/synapse/ext/s3-storage-provider/bin/shell.j2 +++ b/roles/custom/matrix-synapse/templates/synapse/ext/s3-storage-provider/bin/shell.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 #} diff --git a/roles/custom/matrix-synapse/templates/synapse/ext/s3-storage-provider/database.yaml.j2 b/roles/custom/matrix-synapse/templates/synapse/ext/s3-storage-provider/database.yaml.j2 index b58e12fab..7214a0d7e 100644 --- a/roles/custom/matrix-synapse/templates/synapse/ext/s3-storage-provider/database.yaml.j2 +++ b/roles/custom/matrix-synapse/templates/synapse/ext/s3-storage-provider/database.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 #} diff --git a/roles/custom/matrix-synapse/templates/synapse/ext/s3-storage-provider/env.j2 b/roles/custom/matrix-synapse/templates/synapse/ext/s3-storage-provider/env.j2 index 32ead989c..b11782971 100644 --- a/roles/custom/matrix-synapse/templates/synapse/ext/s3-storage-provider/env.j2 +++ b/roles/custom/matrix-synapse/templates/synapse/ext/s3-storage-provider/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 #} diff --git a/roles/custom/matrix-synapse/templates/synapse/ext/s3-storage-provider/media_storage_provider.yaml.j2 b/roles/custom/matrix-synapse/templates/synapse/ext/s3-storage-provider/media_storage_provider.yaml.j2 index 3b19c00c5..3251472c9 100644 --- a/roles/custom/matrix-synapse/templates/synapse/ext/s3-storage-provider/media_storage_provider.yaml.j2 +++ b/roles/custom/matrix-synapse/templates/synapse/ext/s3-storage-provider/media_storage_provider.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 #} diff --git a/roles/custom/matrix-synapse/templates/synapse/ext/s3-storage-provider/systemd/matrix-synapse-s3-storage-provider-migrate.service.j2 b/roles/custom/matrix-synapse/templates/synapse/ext/s3-storage-provider/systemd/matrix-synapse-s3-storage-provider-migrate.service.j2 index 24808ab9d..38279008c 100644 --- a/roles/custom/matrix-synapse/templates/synapse/ext/s3-storage-provider/systemd/matrix-synapse-s3-storage-provider-migrate.service.j2 +++ b/roles/custom/matrix-synapse/templates/synapse/ext/s3-storage-provider/systemd/matrix-synapse-s3-storage-provider-migrate.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 #} diff --git a/roles/custom/matrix-synapse/templates/synapse/ext/s3-storage-provider/systemd/matrix-synapse-s3-storage-provider-migrate.timer.j2 b/roles/custom/matrix-synapse/templates/synapse/ext/s3-storage-provider/systemd/matrix-synapse-s3-storage-provider-migrate.timer.j2 index 7d6487b5f..119ba624a 100644 --- a/roles/custom/matrix-synapse/templates/synapse/ext/s3-storage-provider/systemd/matrix-synapse-s3-storage-provider-migrate.timer.j2 +++ b/roles/custom/matrix-synapse/templates/synapse/ext/s3-storage-provider/systemd/matrix-synapse-s3-storage-provider-migrate.timer.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 #} diff --git a/roles/custom/matrix-synapse/templates/synapse/homeserver.yaml.j2 b/roles/custom/matrix-synapse/templates/synapse/homeserver.yaml.j2 index c898409dd..53c4d9ccd 100644 --- a/roles/custom/matrix-synapse/templates/synapse/homeserver.yaml.j2 +++ b/roles/custom/matrix-synapse/templates/synapse/homeserver.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 #} diff --git a/roles/custom/matrix-synapse/templates/synapse/prometheus/external_prometheus.yml.example.j2 b/roles/custom/matrix-synapse/templates/synapse/prometheus/external_prometheus.yml.example.j2 index 43c89747b..7237bbe2a 100644 --- a/roles/custom/matrix-synapse/templates/synapse/prometheus/external_prometheus.yml.example.j2 +++ b/roles/custom/matrix-synapse/templates/synapse/prometheus/external_prometheus.yml.example.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 #} diff --git a/roles/custom/matrix-synapse/templates/synapse/synapse.log.config.j2 b/roles/custom/matrix-synapse/templates/synapse/synapse.log.config.j2 index 074a16e64..37f2f3285 100644 --- a/roles/custom/matrix-synapse/templates/synapse/synapse.log.config.j2 +++ b/roles/custom/matrix-synapse/templates/synapse/synapse.log.config.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 #} diff --git a/roles/custom/matrix-synapse/templates/synapse/systemd/matrix-synapse-worker.service.j2 b/roles/custom/matrix-synapse/templates/synapse/systemd/matrix-synapse-worker.service.j2 index 7c1b9902a..6c9ac67e5 100644 --- a/roles/custom/matrix-synapse/templates/synapse/systemd/matrix-synapse-worker.service.j2 +++ b/roles/custom/matrix-synapse/templates/synapse/systemd/matrix-synapse-worker.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 #} diff --git a/roles/custom/matrix-synapse/templates/synapse/systemd/matrix-synapse.service.j2 b/roles/custom/matrix-synapse/templates/synapse/systemd/matrix-synapse.service.j2 index 316a38141..2f49ad185 100644 --- a/roles/custom/matrix-synapse/templates/synapse/systemd/matrix-synapse.service.j2 +++ b/roles/custom/matrix-synapse/templates/synapse/systemd/matrix-synapse.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 #} diff --git a/roles/custom/matrix-synapse/templates/synapse/worker.yaml.j2 b/roles/custom/matrix-synapse/templates/synapse/worker.yaml.j2 index f79af5780..a8f073274 100644 --- a/roles/custom/matrix-synapse/templates/synapse/worker.yaml.j2 +++ b/roles/custom/matrix-synapse/templates/synapse/worker.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 #} diff --git a/roles/custom/matrix-synapse/vars/main.yml b/roles/custom/matrix-synapse/vars/main.yml index df40bedea..973ee95f0 100644 --- a/roles/custom/matrix-synapse/vars/main.yml +++ b/roles/custom/matrix-synapse/vars/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 diff --git a/roles/custom/matrix-user-creator/defaults/main.yml b/roles/custom/matrix-user-creator/defaults/main.yml index 60b45b715..4dcead7eb 100644 --- a/roles/custom/matrix-user-creator/defaults/main.yml +++ b/roles/custom/matrix-user-creator/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 diff --git a/roles/custom/matrix-user-creator/tasks/main.yml b/roles/custom/matrix-user-creator/tasks/main.yml index d23147f9d..47e154e31 100644 --- a/roles/custom/matrix-user-creator/tasks/main.yml +++ b/roles/custom/matrix-user-creator/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 diff --git a/roles/custom/matrix-user-creator/tasks/setup.yml b/roles/custom/matrix-user-creator/tasks/setup.yml index 2cb18835a..3da26859c 100644 --- a/roles/custom/matrix-user-creator/tasks/setup.yml +++ b/roles/custom/matrix-user-creator/tasks/setup.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 diff --git a/roles/custom/matrix-user-creator/tasks/util/ensure_user_registered_conduit.yml b/roles/custom/matrix-user-creator/tasks/util/ensure_user_registered_conduit.yml index acd0b033d..3f4ddaf85 100644 --- a/roles/custom/matrix-user-creator/tasks/util/ensure_user_registered_conduit.yml +++ b/roles/custom/matrix-user-creator/tasks/util/ensure_user_registered_conduit.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 diff --git a/roles/custom/matrix-user-creator/tasks/util/ensure_user_registered_dendrite.yml b/roles/custom/matrix-user-creator/tasks/util/ensure_user_registered_dendrite.yml index a4a072490..111f980f5 100644 --- a/roles/custom/matrix-user-creator/tasks/util/ensure_user_registered_dendrite.yml +++ b/roles/custom/matrix-user-creator/tasks/util/ensure_user_registered_dendrite.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 diff --git a/roles/custom/matrix-user-creator/tasks/util/ensure_user_registered_synapse.yml b/roles/custom/matrix-user-creator/tasks/util/ensure_user_registered_synapse.yml index 9935e2287..082988528 100644 --- a/roles/custom/matrix-user-creator/tasks/util/ensure_user_registered_synapse.yml +++ b/roles/custom/matrix-user-creator/tasks/util/ensure_user_registered_synapse.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 diff --git a/roles/custom/matrix-user-creator/tasks/util/validate_user.yml b/roles/custom/matrix-user-creator/tasks/util/validate_user.yml index a887f9e43..e5ee7a779 100644 --- a/roles/custom/matrix-user-creator/tasks/util/validate_user.yml +++ b/roles/custom/matrix-user-creator/tasks/util/validate_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 diff --git a/roles/custom/matrix-user-creator/vars/main.yml b/roles/custom/matrix-user-creator/vars/main.yml index 351ed1135..eb2652490 100644 --- a/roles/custom/matrix-user-creator/vars/main.yml +++ b/roles/custom/matrix-user-creator/vars/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 diff --git a/roles/custom/matrix_playbook_migration/tasks/cleanup_usr_local_bin.yml b/roles/custom/matrix_playbook_migration/tasks/cleanup_usr_local_bin.yml index 1d41e5e2e..660237be8 100644 --- a/roles/custom/matrix_playbook_migration/tasks/cleanup_usr_local_bin.yml +++ b/roles/custom/matrix_playbook_migration/tasks/cleanup_usr_local_bin.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 diff --git a/roles/custom/matrix_playbook_migration/tasks/main.yml b/roles/custom/matrix_playbook_migration/tasks/main.yml index 1c3e47d8c..078089d4e 100644 --- a/roles/custom/matrix_playbook_migration/tasks/main.yml +++ b/roles/custom/matrix_playbook_migration/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 diff --git a/roles/custom/matrix_playbook_migration/tasks/validate_config.yml b/roles/custom/matrix_playbook_migration/tasks/validate_config.yml index 29f03bccf..f2a9a8410 100644 --- a/roles/custom/matrix_playbook_migration/tasks/validate_config.yml +++ b/roles/custom/matrix_playbook_migration/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