Skip to content

Commit afd1223

Browse files
author
Suguru Hirahara
committed
Add license information to files for matrix-client-hydrogen
This commit adds copyright attributions in SPDX to the files for matrix-client-hydrogen following REUSE's specification. Signed-off-by: Suguru Hirahara <[email protected]>
1 parent 379229c commit afd1223

File tree

11 files changed

+77
-0
lines changed

11 files changed

+77
-0
lines changed

docs/configuring-playbook-client-hydrogen.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
<!--
2+
SPDX-FileCopyrightText: 2021 Aaron Raimist
3+
SPDX-FileCopyrightText: 2021 MDAD project contributors
4+
SPDX-FileCopyrightText: 2023 Pierre 'McFly' Marty
5+
SPDX-FileCopyrightText: 2024 Suguru Hirahara
6+
7+
SPDX-License-Identifier: AGPL-3.0-or-later
8+
-->
9+
110
# Setting up Hydrogen (optional)
211

312
The playbook can install and configure the [Hydrogen](https://github.com/element-hq/hydrogen-web) Matrix web client for you.

roles/custom/matrix-client-hydrogen/defaults/main.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# SPDX-FileCopyrightText: 2021 - 2022 Aaron Raimist
2+
# SPDX-FileCopyrightText: 2021 - 2022 MDAD project contributors
3+
# SPDX-FileCopyrightText: 2021 - 2025 Slavi Pantaleev
4+
# SPDX-FileCopyrightText: 2022 Marko Weltzer
5+
# SPDX-FileCopyrightText: 2022 - 2023 Nikita Chernyi
6+
# SPDX-FileCopyrightText: 2022 Matthew Cengia
7+
# SPDX-FileCopyrightText: 2023 Samuel Meenzen
8+
# SPDX-FileCopyrightText: 2023 Pierre 'McFly' Marty
9+
#
10+
# SPDX-License-Identifier: AGPL-3.0-or-later
11+
112
---
213
# Project source code URL: https://github.com/element-hq/hydrogen-web
314

roles/custom/matrix-client-hydrogen/tasks/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# SPDX-FileCopyrightText: 2021 Aaron Raimist
2+
# SPDX-FileCopyrightText: 2021 - 2023 Slavi Pantaleev
3+
# SPDX-FileCopyrightText: 2022 Marko Weltzer
4+
#
5+
# SPDX-License-Identifier: AGPL-3.0-or-later
6+
17
---
28

39
- tags:

roles/custom/matrix-client-hydrogen/tasks/self_check.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# SPDX-FileCopyrightText: 2021 - 2022 Aaron Raimist
2+
# SPDX-FileCopyrightText: 2022 Marko Weltzer
3+
# SPDX-FileCopyrightText: 2022 - 2024 Slavi Pantaleev
4+
#
5+
# SPDX-License-Identifier: AGPL-3.0-or-later
6+
17
---
28

39
- ansible.builtin.set_fact:

roles/custom/matrix-client-hydrogen/tasks/setup_install.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# SPDX-FileCopyrightText: 2021 - 2022 Aaron Raimist
2+
# SPDX-FileCopyrightText: 2021 - 2024 Slavi Pantaleev
3+
# SPDX-FileCopyrightText: 2022 Marko Weltzer
4+
# SPDX-FileCopyrightText: 2022 Nikita Chernyi
5+
# SPDX-FileCopyrightText: 2022 Sebastian Gumprich
6+
# SPDX-FileCopyrightText: 2022 Matthew Cengia
7+
# SPDX-FileCopyrightText: 2023 Julian Foad
8+
# SPDX-FileCopyrightText: 2024 David Mehren
9+
#
10+
# SPDX-License-Identifier: AGPL-3.0-or-later
11+
112
---
213

314
- name: Ensure Hydrogen paths exists

roles/custom/matrix-client-hydrogen/tasks/setup_uninstall.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# SPDX-FileCopyrightText: 2021 - 2022 Slavi Pantaleev
2+
# SPDX-FileCopyrightText: 2022 Marko Weltzer
3+
# SPDX-FileCopyrightText: 2022 Sebastian Gumprich
4+
#
5+
# SPDX-License-Identifier: AGPL-3.0-or-later
6+
17
---
28

39
- name: Check existence of matrix-client-hydrogen.service

roles/custom/matrix-client-hydrogen/tasks/validate_config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# SPDX-FileCopyrightText: 2021 Aaron Raimist
2+
# SPDX-FileCopyrightText: 2022 - 2025 Slavi Pantaleev
3+
# SPDX-FileCopyrightText: 2024 Suguru Hirahara
4+
#
5+
# SPDX-License-Identifier: AGPL-3.0-or-later
6+
17
---
28

39
- name: Fail if required Hydrogen settings not defined
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
SPDX-FileCopyrightText: 2021 - 2022 Aaron Raimist
2+
SPDX-FileCopyrightText: 2022 Nikita Chernyi
3+
SPDX-FileCopyrightText: 2022 - 2023 Slavi Pantaleev
4+
SPDX-FileCopyrightText: 2022 Matthew Cengia
5+
SPDX-FileCopyrightText: 2023 Sergio Durigan Junior
6+
7+
SPDX-License-Identifier: AGPL-3.0-or-later

roles/custom/matrix-client-hydrogen/templates/labels.j2

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
{#
2+
SPDX-FileCopyrightText: 2023 - 2024 Slavi Pantaleev
3+
4+
SPDX-License-Identifier: AGPL-3.0-or-later
5+
#}
6+
17
{% if matrix_client_hydrogen_container_labels_traefik_enabled %}
28
traefik.enable=true
39

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
SPDX-FileCopyrightText: 2021 Aaron Raimist
2+
SPDX-FileCopyrightText: 2022 Slavi Pantaleev
3+
4+
SPDX-License-Identifier: AGPL-3.0-or-later
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
SPDX-FileCopyrightText: 2021 Aaron Raimist
2+
SPDX-FileCopyrightText: 2021 - 2025 Slavi Pantaleev
3+
SPDX-FileCopyrightText: 2022 Matthew Cengia
4+
5+
SPDX-License-Identifier: AGPL-3.0-or-later

0 commit comments

Comments
 (0)