Ver código fonte

matrix-tuwunel: adjust SPDX year ranges to 2025 - 2026

Files in this role were ported from matrix-continuwuity (which carries
2025 attribution), so the year range should reflect that the underlying
content predates 2026.

Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/5200.
pull/5209/head
Slavi Pantaleev 1 dia atrás
pai
commit
8c87f68d5b
15 arquivos alterados com 30 adições e 30 exclusões
  1. +2
    -2
      roles/custom/matrix-tuwunel/defaults/main.yml
  2. +2
    -2
      roles/custom/matrix-tuwunel/tasks/install.yml
  3. +2
    -2
      roles/custom/matrix-tuwunel/tasks/main.yml
  4. +2
    -2
      roles/custom/matrix-tuwunel/tasks/migrate_from_conduwuit.yml
  5. +2
    -2
      roles/custom/matrix-tuwunel/tasks/self_check_client_api.yml
  6. +2
    -2
      roles/custom/matrix-tuwunel/tasks/self_check_federation_api.yml
  7. +2
    -2
      roles/custom/matrix-tuwunel/tasks/setup_install.yml
  8. +2
    -2
      roles/custom/matrix-tuwunel/tasks/setup_uninstall.yml
  9. +2
    -2
      roles/custom/matrix-tuwunel/tasks/uninstall.yml
  10. +2
    -2
      roles/custom/matrix-tuwunel/tasks/validate_config.yml
  11. +2
    -2
      roles/custom/matrix-tuwunel/templates/env.j2.license
  12. +2
    -2
      roles/custom/matrix-tuwunel/templates/labels.j2
  13. +2
    -2
      roles/custom/matrix-tuwunel/templates/systemd/matrix-tuwunel.service.j2.license
  14. +2
    -2
      roles/custom/matrix-tuwunel/templates/tuwunel.toml.j2
  15. +2
    -2
      roles/custom/matrix-tuwunel/vars/main.yml

+ 2
- 2
roles/custom/matrix-tuwunel/defaults/main.yml Ver arquivo

@@ -1,5 +1,5 @@
# SPDX-FileCopyrightText: 2026 MDAD project contributors
# SPDX-FileCopyrightText: 2026 Slavi Pantaleev
# SPDX-FileCopyrightText: 2025 - 2026 MDAD project contributors
# SPDX-FileCopyrightText: 2025 - 2026 Slavi Pantaleev
#
# SPDX-License-Identifier: AGPL-3.0-or-later



+ 2
- 2
roles/custom/matrix-tuwunel/tasks/install.yml Ver arquivo

@@ -1,5 +1,5 @@
# SPDX-FileCopyrightText: 2026 MDAD project contributors
# SPDX-FileCopyrightText: 2026 Slavi Pantaleev
# SPDX-FileCopyrightText: 2025 - 2026 MDAD project contributors
# SPDX-FileCopyrightText: 2025 - 2026 Slavi Pantaleev
#
# SPDX-License-Identifier: AGPL-3.0-or-later



+ 2
- 2
roles/custom/matrix-tuwunel/tasks/main.yml Ver arquivo

@@ -1,5 +1,5 @@
# SPDX-FileCopyrightText: 2026 MDAD project contributors
# SPDX-FileCopyrightText: 2026 Slavi Pantaleev
# SPDX-FileCopyrightText: 2025 - 2026 MDAD project contributors
# SPDX-FileCopyrightText: 2025 - 2026 Slavi Pantaleev
#
# SPDX-License-Identifier: AGPL-3.0-or-later



+ 2
- 2
roles/custom/matrix-tuwunel/tasks/migrate_from_conduwuit.yml Ver arquivo

@@ -1,5 +1,5 @@
# SPDX-FileCopyrightText: 2026 MDAD project contributors
# SPDX-FileCopyrightText: 2026 Slavi Pantaleev
# SPDX-FileCopyrightText: 2025 - 2026 MDAD project contributors
# SPDX-FileCopyrightText: 2025 - 2026 Slavi Pantaleev
#
# SPDX-License-Identifier: AGPL-3.0-or-later



+ 2
- 2
roles/custom/matrix-tuwunel/tasks/self_check_client_api.yml Ver arquivo

@@ -1,5 +1,5 @@
# SPDX-FileCopyrightText: 2026 MDAD project contributors
# SPDX-FileCopyrightText: 2026 Slavi Pantaleev
# SPDX-FileCopyrightText: 2025 - 2026 MDAD project contributors
# SPDX-FileCopyrightText: 2025 - 2026 Slavi Pantaleev
#
# SPDX-License-Identifier: AGPL-3.0-or-later



+ 2
- 2
roles/custom/matrix-tuwunel/tasks/self_check_federation_api.yml Ver arquivo

@@ -1,5 +1,5 @@
# SPDX-FileCopyrightText: 2026 MDAD project contributors
# SPDX-FileCopyrightText: 2026 Slavi Pantaleev
# SPDX-FileCopyrightText: 2025 - 2026 MDAD project contributors
# SPDX-FileCopyrightText: 2025 - 2026 Slavi Pantaleev
#
# SPDX-License-Identifier: AGPL-3.0-or-later



+ 2
- 2
roles/custom/matrix-tuwunel/tasks/setup_install.yml Ver arquivo

@@ -1,5 +1,5 @@
# SPDX-FileCopyrightText: 2026 MDAD project contributors
# SPDX-FileCopyrightText: 2026 Slavi Pantaleev
# SPDX-FileCopyrightText: 2025 - 2026 MDAD project contributors
# SPDX-FileCopyrightText: 2025 - 2026 Slavi Pantaleev
#
# SPDX-License-Identifier: AGPL-3.0-or-later



+ 2
- 2
roles/custom/matrix-tuwunel/tasks/setup_uninstall.yml Ver arquivo

@@ -1,5 +1,5 @@
# SPDX-FileCopyrightText: 2026 MDAD project contributors
# SPDX-FileCopyrightText: 2026 Slavi Pantaleev
# SPDX-FileCopyrightText: 2025 - 2026 MDAD project contributors
# SPDX-FileCopyrightText: 2025 - 2026 Slavi Pantaleev
#
# SPDX-License-Identifier: AGPL-3.0-or-later



+ 2
- 2
roles/custom/matrix-tuwunel/tasks/uninstall.yml Ver arquivo

@@ -1,5 +1,5 @@
# SPDX-FileCopyrightText: 2026 MDAD project contributors
# SPDX-FileCopyrightText: 2026 Slavi Pantaleev
# SPDX-FileCopyrightText: 2025 - 2026 MDAD project contributors
# SPDX-FileCopyrightText: 2025 - 2026 Slavi Pantaleev
#
# SPDX-License-Identifier: AGPL-3.0-or-later



+ 2
- 2
roles/custom/matrix-tuwunel/tasks/validate_config.yml Ver arquivo

@@ -1,5 +1,5 @@
# SPDX-FileCopyrightText: 2026 MDAD project contributors
# SPDX-FileCopyrightText: 2026 Slavi Pantaleev
# SPDX-FileCopyrightText: 2025 - 2026 MDAD project contributors
# SPDX-FileCopyrightText: 2025 - 2026 Slavi Pantaleev
#
# SPDX-License-Identifier: AGPL-3.0-or-later



+ 2
- 2
roles/custom/matrix-tuwunel/templates/env.j2.license Ver arquivo

@@ -1,4 +1,4 @@
SPDX-FileCopyrightText: 2026 MDAD project contributors
SPDX-FileCopyrightText: 2026 Slavi Pantaleev
SPDX-FileCopyrightText: 2025 - 2026 MDAD project contributors
SPDX-FileCopyrightText: 2025 - 2026 Slavi Pantaleev

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

+ 2
- 2
roles/custom/matrix-tuwunel/templates/labels.j2 Ver arquivo

@@ -1,6 +1,6 @@
{#
SPDX-FileCopyrightText: 2026 MDAD project contributors
SPDX-FileCopyrightText: 2026 Slavi Pantaleev
SPDX-FileCopyrightText: 2025 - 2026 MDAD project contributors
SPDX-FileCopyrightText: 2025 - 2026 Slavi Pantaleev

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


+ 2
- 2
roles/custom/matrix-tuwunel/templates/systemd/matrix-tuwunel.service.j2.license Ver arquivo

@@ -1,4 +1,4 @@
SPDX-FileCopyrightText: 2026 MDAD project contributors
SPDX-FileCopyrightText: 2026 Slavi Pantaleev
SPDX-FileCopyrightText: 2025 - 2026 MDAD project contributors
SPDX-FileCopyrightText: 2025 - 2026 Slavi Pantaleev

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

+ 2
- 2
roles/custom/matrix-tuwunel/templates/tuwunel.toml.j2 Ver arquivo

@@ -1,6 +1,6 @@
{#
SPDX-FileCopyrightText: 2026 MDAD project contributors
SPDX-FileCopyrightText: 2026 Slavi Pantaleev
SPDX-FileCopyrightText: 2025 - 2026 MDAD project contributors
SPDX-FileCopyrightText: 2025 - 2026 Slavi Pantaleev

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


+ 2
- 2
roles/custom/matrix-tuwunel/vars/main.yml Ver arquivo

@@ -1,5 +1,5 @@
# SPDX-FileCopyrightText: 2026 MDAD project contributors
# SPDX-FileCopyrightText: 2026 Slavi Pantaleev
# SPDX-FileCopyrightText: 2025 - 2026 MDAD project contributors
# SPDX-FileCopyrightText: 2025 - 2026 Slavi Pantaleev
#
# SPDX-License-Identifier: AGPL-3.0-or-later



Carregando…
Cancelar
Salvar