From 8c87f68d5b23ed4bff41c7b4cc07a49e0c9fc561 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Thu, 7 May 2026 17:01:55 +0300 Subject: [PATCH] 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. --- roles/custom/matrix-tuwunel/defaults/main.yml | 4 ++-- roles/custom/matrix-tuwunel/tasks/install.yml | 4 ++-- roles/custom/matrix-tuwunel/tasks/main.yml | 4 ++-- roles/custom/matrix-tuwunel/tasks/migrate_from_conduwuit.yml | 4 ++-- roles/custom/matrix-tuwunel/tasks/self_check_client_api.yml | 4 ++-- .../custom/matrix-tuwunel/tasks/self_check_federation_api.yml | 4 ++-- roles/custom/matrix-tuwunel/tasks/setup_install.yml | 4 ++-- roles/custom/matrix-tuwunel/tasks/setup_uninstall.yml | 4 ++-- roles/custom/matrix-tuwunel/tasks/uninstall.yml | 4 ++-- roles/custom/matrix-tuwunel/tasks/validate_config.yml | 4 ++-- roles/custom/matrix-tuwunel/templates/env.j2.license | 4 ++-- roles/custom/matrix-tuwunel/templates/labels.j2 | 4 ++-- .../templates/systemd/matrix-tuwunel.service.j2.license | 4 ++-- roles/custom/matrix-tuwunel/templates/tuwunel.toml.j2 | 4 ++-- roles/custom/matrix-tuwunel/vars/main.yml | 4 ++-- 15 files changed, 30 insertions(+), 30 deletions(-) diff --git a/roles/custom/matrix-tuwunel/defaults/main.yml b/roles/custom/matrix-tuwunel/defaults/main.yml index 22e477ffa..f1f22571c 100644 --- a/roles/custom/matrix-tuwunel/defaults/main.yml +++ b/roles/custom/matrix-tuwunel/defaults/main.yml @@ -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 diff --git a/roles/custom/matrix-tuwunel/tasks/install.yml b/roles/custom/matrix-tuwunel/tasks/install.yml index d3ac3eceb..08b7f56e5 100644 --- a/roles/custom/matrix-tuwunel/tasks/install.yml +++ b/roles/custom/matrix-tuwunel/tasks/install.yml @@ -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 diff --git a/roles/custom/matrix-tuwunel/tasks/main.yml b/roles/custom/matrix-tuwunel/tasks/main.yml index edb309c93..9f81c2bcc 100644 --- a/roles/custom/matrix-tuwunel/tasks/main.yml +++ b/roles/custom/matrix-tuwunel/tasks/main.yml @@ -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 diff --git a/roles/custom/matrix-tuwunel/tasks/migrate_from_conduwuit.yml b/roles/custom/matrix-tuwunel/tasks/migrate_from_conduwuit.yml index ecaa1a7a8..4b18a2f9c 100644 --- a/roles/custom/matrix-tuwunel/tasks/migrate_from_conduwuit.yml +++ b/roles/custom/matrix-tuwunel/tasks/migrate_from_conduwuit.yml @@ -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 diff --git a/roles/custom/matrix-tuwunel/tasks/self_check_client_api.yml b/roles/custom/matrix-tuwunel/tasks/self_check_client_api.yml index 7199958e6..76b4fbae8 100644 --- a/roles/custom/matrix-tuwunel/tasks/self_check_client_api.yml +++ b/roles/custom/matrix-tuwunel/tasks/self_check_client_api.yml @@ -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 diff --git a/roles/custom/matrix-tuwunel/tasks/self_check_federation_api.yml b/roles/custom/matrix-tuwunel/tasks/self_check_federation_api.yml index 1d4c2fe37..250e2309b 100644 --- a/roles/custom/matrix-tuwunel/tasks/self_check_federation_api.yml +++ b/roles/custom/matrix-tuwunel/tasks/self_check_federation_api.yml @@ -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 diff --git a/roles/custom/matrix-tuwunel/tasks/setup_install.yml b/roles/custom/matrix-tuwunel/tasks/setup_install.yml index 5f0d848c0..ad902b413 100644 --- a/roles/custom/matrix-tuwunel/tasks/setup_install.yml +++ b/roles/custom/matrix-tuwunel/tasks/setup_install.yml @@ -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 diff --git a/roles/custom/matrix-tuwunel/tasks/setup_uninstall.yml b/roles/custom/matrix-tuwunel/tasks/setup_uninstall.yml index 159de8d6b..ffa4482df 100644 --- a/roles/custom/matrix-tuwunel/tasks/setup_uninstall.yml +++ b/roles/custom/matrix-tuwunel/tasks/setup_uninstall.yml @@ -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 diff --git a/roles/custom/matrix-tuwunel/tasks/uninstall.yml b/roles/custom/matrix-tuwunel/tasks/uninstall.yml index 1ef8ea3f7..af62b7589 100644 --- a/roles/custom/matrix-tuwunel/tasks/uninstall.yml +++ b/roles/custom/matrix-tuwunel/tasks/uninstall.yml @@ -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 diff --git a/roles/custom/matrix-tuwunel/tasks/validate_config.yml b/roles/custom/matrix-tuwunel/tasks/validate_config.yml index c8a41c9d6..a693e43bf 100644 --- a/roles/custom/matrix-tuwunel/tasks/validate_config.yml +++ b/roles/custom/matrix-tuwunel/tasks/validate_config.yml @@ -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 diff --git a/roles/custom/matrix-tuwunel/templates/env.j2.license b/roles/custom/matrix-tuwunel/templates/env.j2.license index 71b91553b..d9e39e34f 100644 --- a/roles/custom/matrix-tuwunel/templates/env.j2.license +++ b/roles/custom/matrix-tuwunel/templates/env.j2.license @@ -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 diff --git a/roles/custom/matrix-tuwunel/templates/labels.j2 b/roles/custom/matrix-tuwunel/templates/labels.j2 index 756ec3d57..376b8312e 100644 --- a/roles/custom/matrix-tuwunel/templates/labels.j2 +++ b/roles/custom/matrix-tuwunel/templates/labels.j2 @@ -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 #} diff --git a/roles/custom/matrix-tuwunel/templates/systemd/matrix-tuwunel.service.j2.license b/roles/custom/matrix-tuwunel/templates/systemd/matrix-tuwunel.service.j2.license index 71b91553b..d9e39e34f 100644 --- a/roles/custom/matrix-tuwunel/templates/systemd/matrix-tuwunel.service.j2.license +++ b/roles/custom/matrix-tuwunel/templates/systemd/matrix-tuwunel.service.j2.license @@ -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 diff --git a/roles/custom/matrix-tuwunel/templates/tuwunel.toml.j2 b/roles/custom/matrix-tuwunel/templates/tuwunel.toml.j2 index 364d3a5df..07ad0b5f2 100644 --- a/roles/custom/matrix-tuwunel/templates/tuwunel.toml.j2 +++ b/roles/custom/matrix-tuwunel/templates/tuwunel.toml.j2 @@ -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 #} diff --git a/roles/custom/matrix-tuwunel/vars/main.yml b/roles/custom/matrix-tuwunel/vars/main.yml index 0d0797b72..22924cc4a 100644 --- a/roles/custom/matrix-tuwunel/vars/main.yml +++ b/roles/custom/matrix-tuwunel/vars/main.yml @@ -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