mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-03-08 22:04:12 +01:00
Add license information to files for matrix-cactus-comments and matrix-cactus-comments-client
This commit adds copyright attributions in SPDX to the files for matrix-cactus-comments and matrix-cactus-comments-client, following REUSE's specification. Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
This commit is contained in:
parent
59890c2805
commit
d49e9f81da
@ -1,3 +1,12 @@
|
|||||||
|
<!--
|
||||||
|
SPDX-FileCopyrightText: 2022 Julian-Samuel Gebühr
|
||||||
|
SPDX-FileCopyrightText: 2022 - 2024 Slavi Pantaleev
|
||||||
|
SPDX-FileCopyrightText: 2023 MDAD project contributors
|
||||||
|
SPDX-FileCopyrightText: 2024 Suguru Hirahara
|
||||||
|
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
-->
|
||||||
|
|
||||||
# Setting up Cactus Comments (optional)
|
# Setting up Cactus Comments (optional)
|
||||||
|
|
||||||
The playbook can install and configure the [Cactus Comments](https://cactus.chat) system for you.
|
The playbook can install and configure the [Cactus Comments](https://cactus.chat) system for you.
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2024 - 2025 Slavi Pantaleev
|
||||||
|
# SPDX-FileCopyrightText: 2024 Suguru Hirahara
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
---
|
---
|
||||||
# Cactus Comments is a federated comment system built on Matrix.
|
# Cactus Comments is a federated comment system built on Matrix.
|
||||||
# This role installs the client assets (JS, CSS files).
|
# This role installs the client assets (JS, CSS files).
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2024 Slavi Pantaleev
|
||||||
|
# SPDX-FileCopyrightText: 2024 David Mehren
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
- name: Ensure matrix-cactus-comments-client paths exist
|
- name: Ensure matrix-cactus-comments-client paths exist
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2024 Slavi Pantaleev
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
- tags:
|
- tags:
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2024 Slavi Pantaleev
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
- name: Check existence of matrix-cactus-comments-client service
|
- name: Check existence of matrix-cactus-comments-client service
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2024 Slavi Pantaleev
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
- name: Fail if required matrix-cactus-comments-client settings not defined
|
- name: Fail if required matrix-cactus-comments-client settings not defined
|
||||||
|
@ -0,0 +1,3 @@
|
|||||||
|
SPDX-FileCopyrightText: 2024 Slavi Pantaleev
|
||||||
|
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
@ -1,3 +1,9 @@
|
|||||||
|
{#
|
||||||
|
SPDX-FileCopyrightText: 2024 Slavi Pantaleev
|
||||||
|
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
#}
|
||||||
|
|
||||||
{% if matrix_cactus_comments_client_container_labels_traefik_enabled %}
|
{% if matrix_cactus_comments_client_container_labels_traefik_enabled %}
|
||||||
traefik.enable=true
|
traefik.enable=true
|
||||||
|
|
||||||
|
@ -0,0 +1,3 @@
|
|||||||
|
SPDX-FileCopyrightText: 2024 Slavi Pantaleev
|
||||||
|
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
@ -1,3 +1,9 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2022 - 2023 Julian-Samuel Gebühr
|
||||||
|
# SPDX-FileCopyrightText: 2022 - 2025 Slavi Pantaleev
|
||||||
|
# SPDX-FileCopyrightText: 2023 Samuel Meenzen
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
---
|
---
|
||||||
# Cactus Comments is a federated comment system built on Matrix.
|
# Cactus Comments is a federated comment system built on Matrix.
|
||||||
# This role installs the backend appservice.
|
# This role installs the backend appservice.
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2022 Julian-Samuel Gebühr
|
||||||
|
# SPDX-FileCopyrightText: 2022 - 2024 Slavi Pantaleev
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
- tags:
|
- tags:
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2022 - 2023 Julian-Samuel Gebühr
|
||||||
|
# SPDX-FileCopyrightText: 2022 - 2024 Slavi Pantaleev
|
||||||
|
# SPDX-FileCopyrightText: 2022 Sebastian Gumprich
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
- name: Ensure matrix-cactus-comments paths exist
|
- name: Ensure matrix-cactus-comments paths exist
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2022 Julian-Samuel Gebühr
|
||||||
|
# SPDX-FileCopyrightText: 2022 - 2024 Slavi Pantaleev
|
||||||
|
# SPDX-FileCopyrightText: 2022 Sebastian Gumprich
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
- name: Check existence of matrix-cactus-comments service
|
- name: Check existence of matrix-cactus-comments service
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2022 Julian-Samuel Gebühr
|
||||||
|
# SPDX-FileCopyrightText: 2019 - 2024 Slavi Pantaleev
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
- name: (Deprecation) Catch and report renamed matrix-cactus-comments settings
|
- name: (Deprecation) Catch and report renamed matrix-cactus-comments settings
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
{#
|
||||||
|
SPDX-FileCopyrightText: 2022 Julian-Samuel Gebühr
|
||||||
|
SPDX-FileCopyrightText: 2022 Slavi Pantaleev
|
||||||
|
SPDX-FileCopyrightText: 2024 Suguru Hirahara
|
||||||
|
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
#}
|
||||||
|
|
||||||
# A unique, user-defined ID of the application service which will never change.
|
# A unique, user-defined ID of the application service which will never change.
|
||||||
id: "Cactus Comments"
|
id: "Cactus Comments"
|
||||||
|
|
||||||
|
@ -0,0 +1,4 @@
|
|||||||
|
SPDX-FileCopyrightText: 2022 Julian-Samuel Gebühr
|
||||||
|
SPDX-FileCopyrightText: 2022 Slavi Pantaleev
|
||||||
|
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
@ -0,0 +1,4 @@
|
|||||||
|
SPDX-FileCopyrightText: 2022 Julian-Samuel Gebühr
|
||||||
|
SPDX-FileCopyrightText: 2022 - 2025 Slavi Pantaleev
|
||||||
|
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
Loading…
x
Reference in New Issue
Block a user