This commit adds copyright attributions in SPDX format to the files for matrix-ma1sd following REUSE's specification. Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>pull/4104/head
| @@ -1,3 +1,14 @@ | |||||
| <!-- | |||||
| SPDX-FileCopyrightText: 2018 - 2024 Slavi Pantaleev | |||||
| SPDX-FileCopyrightText: 2019 Noah Fleischmann | |||||
| SPDX-FileCopyrightText: 2019 - 2020 MDAD project contributors | |||||
| SPDX-FileCopyrightText: 2020 Marcel Partap | |||||
| SPDX-FileCopyrightText: 2020 Justin Croonenberghs | |||||
| SPDX-FileCopyrightText: 2024 Suguru Hirahara | |||||
| SPDX-License-Identifier: AGPL-3.0-or-later | |||||
| --> | |||||
| # Setting up ma1sd Identity Server (optional) | # Setting up ma1sd Identity Server (optional) | ||||
| **⚠️Note**: ma1sd itself has also been unmaintained for years (the latest commit and release being from 2021). The role of identity servers in the Matrix specification also has an uncertain future. **We recommend not bothering with installing it unless it's the only way you can do what you need to do**. For example, certain things like LDAP integration can also be implemented via [the LDAP provider module for Synapse](./configuring-playbook-ldap-auth.md). | **⚠️Note**: ma1sd itself has also been unmaintained for years (the latest commit and release being from 2021). The role of identity servers in the Matrix specification also has an uncertain future. **We recommend not bothering with installing it unless it's the only way you can do what you need to do**. For example, certain things like LDAP integration can also be implemented via [the LDAP provider module for Synapse](./configuring-playbook-ldap-auth.md). | ||||
| @@ -1,3 +1,17 @@ | |||||
| # SPDX-FileCopyrightText: 2020 Marcel Partap | |||||
| # SPDX-FileCopyrightText: 2020 - 2024 Slavi Pantaleev | |||||
| # SPDX-FileCopyrightText: 2020 - 2022 MDAD project contributors | |||||
| # SPDX-FileCopyrightText: 2020 Matt Cengia | |||||
| # SPDX-FileCopyrightText: 2021 Ahmad Haghighi | |||||
| # SPDX-FileCopyrightText: 2021 boris runakov | |||||
| # SPDX-FileCopyrightText: 2021 Aaron Raimist | |||||
| # SPDX-FileCopyrightText: 2022 Marko Weltzer | |||||
| # SPDX-FileCopyrightText: 2022 Nikita Chernyi | |||||
| # SPDX-FileCopyrightText: 2023 Samuel Meenzen | |||||
| # SPDX-FileCopyrightText: 2024 - 2025 Suguru Hirahara | |||||
| # | |||||
| # SPDX-License-Identifier: AGPL-3.0-or-later | |||||
| --- | --- | ||||
| # ma1sd is a Federated Matrix Identity Server | # ma1sd is a Federated Matrix Identity Server | ||||
| # Project source code URL: https://github.com/ma1uta/ma1sd | # Project source code URL: https://github.com/ma1uta/ma1sd | ||||
| @@ -1,3 +1,9 @@ | |||||
| # SPDX-FileCopyrightText: 2020 Marcel Partap | |||||
| # SPDX-FileCopyrightText: 2020 - 2024 Slavi Pantaleev | |||||
| # SPDX-FileCopyrightText: 2022 Marko Weltzer | |||||
| # | |||||
| # SPDX-License-Identifier: AGPL-3.0-or-later | |||||
| --- | --- | ||||
| - tags: | - tags: | ||||
| @@ -1,3 +1,10 @@ | |||||
| # SPDX-FileCopyrightText: 2020 Marcel Partap | |||||
| # SPDX-FileCopyrightText: 2020 MDAD project contributors | |||||
| # SPDX-FileCopyrightText: 2022 Marko Weltzer | |||||
| # SPDX-FileCopyrightText: 2022 - 2024 Slavi Pantaleev | |||||
| # | |||||
| # SPDX-License-Identifier: AGPL-3.0-or-later | |||||
| --- | --- | ||||
| - name: Check ma1sd Identity Service | - name: Check ma1sd Identity Service | ||||
| @@ -1,3 +1,17 @@ | |||||
| # SPDX-FileCopyrightText: 2020 Marcel Partap | |||||
| # SPDX-FileCopyrightText: 2020 - 2024 Slavi Pantaleev | |||||
| # SPDX-FileCopyrightText: 2020 Chris van Dijk | |||||
| # SPDX-FileCopyrightText: 2020 Matt Cengia | |||||
| # SPDX-FileCopyrightText: 2020 Stuart Mumford | |||||
| # SPDX-FileCopyrightText: 2022 Marko Weltzer | |||||
| # SPDX-FileCopyrightText: 2022 MDAD project contributors | |||||
| # SPDX-FileCopyrightText: 2022 Jim Myhrberg | |||||
| # SPDX-FileCopyrightText: 2022 Nikita Chernyi | |||||
| # SPDX-FileCopyrightText: 2022 Sebastian Gumprich | |||||
| # SPDX-FileCopyrightText: 2024 David Mehren | |||||
| # | |||||
| # SPDX-License-Identifier: AGPL-3.0-or-later | |||||
| --- | --- | ||||
| - name: Ensure ma1sd paths exist | - name: Ensure ma1sd paths exist | ||||
| @@ -1,3 +1,9 @@ | |||||
| # SPDX-FileCopyrightText: 2020 - 2024 Slavi Pantaleev | |||||
| # SPDX-FileCopyrightText: 2022 Marko Weltzer | |||||
| # SPDX-FileCopyrightText: 2022 Sebastian Gumprich | |||||
| # | |||||
| # SPDX-License-Identifier: AGPL-3.0-or-later | |||||
| --- | --- | ||||
| - name: Check existence of matrix-ma1sd service | - name: Check existence of matrix-ma1sd service | ||||
| @@ -1,3 +1,9 @@ | |||||
| # SPDX-FileCopyrightText: 2020 Marcel Partap | |||||
| # SPDX-FileCopyrightText: 2020 - 2025 Slavi Pantaleev | |||||
| # SPDX-FileCopyrightText: 2021 boris runakov | |||||
| # | |||||
| # SPDX-License-Identifier: AGPL-3.0-or-later | |||||
| --- | --- | ||||
| - name: (Deprecation) Warn about ma1sd variables that are not used anymore | - name: (Deprecation) Warn about ma1sd variables that are not used anymore | ||||
| @@ -1,3 +1,9 @@ | |||||
| {# | |||||
| SPDX-FileCopyrightText: 2024 Slavi Pantaleev | |||||
| SPDX-License-Identifier: AGPL-3.0-or-later | |||||
| #} | |||||
| {% if matrix_ma1sd_container_labels_traefik_enabled %} | {% if matrix_ma1sd_container_labels_traefik_enabled %} | ||||
| traefik.enable=true | traefik.enable=true | ||||
| @@ -0,0 +1,4 @@ | |||||
| SPDX-FileCopyrightText: 2020 - 2022 Slavi Pantaleev | |||||
| SPDX-FileCopyrightText: 2020 MDAD project contributors | |||||
| SPDX-License-Identifier: AGPL-3.0-or-later | |||||
| @@ -0,0 +1,7 @@ | |||||
| SPDX-FileCopyrightText: 2020 Marcel Partap | |||||
| SPDX-FileCopyrightText: 2020 Chris van Dijk | |||||
| SPDX-FileCopyrightText: 2020 - 2025 Slavi Pantaleev | |||||
| SPDX-FileCopyrightText: 2021 - 2022 MDAD project contributors | |||||
| SPDX-FileCopyrightText: 2021 boris runakov | |||||
| SPDX-License-Identifier: AGPL-3.0-or-later | |||||
| @@ -1,3 +1,8 @@ | |||||
| # SPDX-FileCopyrightText: 2020 Marcel Partap | |||||
| # SPDX-FileCopyrightText: 2022 Slavi Pantaleev | |||||
| # | |||||
| # SPDX-License-Identifier: AGPL-3.0-or-later | |||||
| --- | --- | ||||
| # Doing `|from_yaml` when the extension contains nothing yields an empty string (""). | # Doing `|from_yaml` when the extension contains nothing yields an empty string (""). | ||||