瀏覽代碼

Add license information to files for matrix-bridge-wechat

This commit adds copyright attributions in SPDX format to the files for matrix-bridge-wechat following REUSE's specification.

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/4104/head
Suguru Hirahara 1 年之前
父節點
當前提交
3efc5099c3
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: E4F9743DAB4B7B75
共有 10 個文件被更改,包括 46 次插入0 次删除
  1. +7
    -0
      docs/configuring-playbook-bridge-wechat.md
  2. +5
    -0
      roles/custom/matrix-bridge-wechat/defaults/main.yml
  3. +5
    -0
      roles/custom/matrix-bridge-wechat/tasks/install.yml
  4. +4
    -0
      roles/custom/matrix-bridge-wechat/tasks/main.yml
  5. +4
    -0
      roles/custom/matrix-bridge-wechat/tasks/uninstall.yml
  6. +5
    -0
      roles/custom/matrix-bridge-wechat/tasks/validate_config.yml
  7. +6
    -0
      roles/custom/matrix-bridge-wechat/templates/agent-config.yaml.j2
  8. +4
    -0
      roles/custom/matrix-bridge-wechat/templates/config.yaml.j2.license
  9. +3
    -0
      roles/custom/matrix-bridge-wechat/templates/systemd/matrix-wechat-agent.service.j2.license
  10. +3
    -0
      roles/custom/matrix-bridge-wechat/templates/systemd/matrix-wechat.service.j2.license

+ 7
- 0
docs/configuring-playbook-bridge-wechat.md 查看文件

@@ -1,3 +1,10 @@
<!--
SPDX-FileCopyrightText: 2024 - 2025 Slavi Pantaleev
SPDX-FileCopyrightText: 2024 - 2025 Suguru Hirahara

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

# Setting up WeChat bridging (optional)

The playbook can install and configure [matrix-wechat](https://github.com/duo/matrix-wechat) for you, for bridging to [WeChat](https://www.wechat.com/).


+ 5
- 0
roles/custom/matrix-bridge-wechat/defaults/main.yml 查看文件

@@ -1,3 +1,8 @@
# SPDX-FileCopyrightText: 2024 - 2025 Slavi Pantaleev
# SPDX-FileCopyrightText: 2024 - 2025 Suguru Hirahara
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---

# WeChat Bridge is a Matrix <-> WeChat bridge


+ 5
- 0
roles/custom/matrix-bridge-wechat/tasks/install.yml 查看文件

@@ -1,3 +1,8 @@
# SPDX-FileCopyrightText: 2024 - 2025 Slavi Pantaleev
# SPDX-FileCopyrightText: 2024 - 2025 Suguru Hirahara
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---

- name: Ensure WeChat Bridge paths exists


+ 4
- 0
roles/custom/matrix-bridge-wechat/tasks/main.yml 查看文件

@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2024 Slavi Pantaleev
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---

- tags:


+ 4
- 0
roles/custom/matrix-bridge-wechat/tasks/uninstall.yml 查看文件

@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2024 - 2025 Slavi Pantaleev
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---

- name: Check existence of matrix-wechat service


+ 5
- 0
roles/custom/matrix-bridge-wechat/tasks/validate_config.yml 查看文件

@@ -1,3 +1,8 @@
# SPDX-FileCopyrightText: 2024 - 2025 Slavi Pantaleev
#
# SPDX-License-Identifier: AGPL-3.0-or-later


---

- name: Fail if required WeChat settings not defined


+ 6
- 0
roles/custom/matrix-bridge-wechat/templates/agent-config.yaml.j2 查看文件

@@ -1,3 +1,9 @@
{#
SPDX-FileCopyrightText: 2024 Slavi Pantaleev

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

wechat:
version: 3.8.1.26
listen_port: 22222


+ 4
- 0
roles/custom/matrix-bridge-wechat/templates/config.yaml.j2.license 查看文件

@@ -0,0 +1,4 @@
SPDX-FileCopyrightText: 2024 Slavi Pantaleev
SPDX-FileCopyrightText: 2024 Nikita Chernyi

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

+ 3
- 0
roles/custom/matrix-bridge-wechat/templates/systemd/matrix-wechat-agent.service.j2.license 查看文件

@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2024 - 2025 Slavi Pantaleev

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

+ 3
- 0
roles/custom/matrix-bridge-wechat/templates/systemd/matrix-wechat.service.j2.license 查看文件

@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2024 - 2025 Slavi Pantaleev

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

Loading…
取消
儲存