Explorar el Código

Add license information to files for matrix-bridge-go-skype-bridge

This commit adds copyright attributions in SPDX to the files for go-skype-bridge, following REUSE's specification.

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/4111/head
Suguru Hirahara hace 1 año
padre
commit
b0d53d1b53
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: E4F9743DAB4B7B75
Se han modificado 8 ficheros con 49 adiciones y 0 borrados
  1. +7
    -0
      docs/configuring-playbook-bridge-go-skype-bridge.md
  2. +10
    -0
      roles/custom/matrix-bridge-go-skype-bridge/defaults/main.yml
  3. +5
    -0
      roles/custom/matrix-bridge-go-skype-bridge/tasks/main.yml
  4. +7
    -0
      roles/custom/matrix-bridge-go-skype-bridge/tasks/setup_install.yml
  5. +5
    -0
      roles/custom/matrix-bridge-go-skype-bridge/tasks/setup_uninstall.yml
  6. +5
    -0
      roles/custom/matrix-bridge-go-skype-bridge/tasks/validate_config.yml
  7. +6
    -0
      roles/custom/matrix-bridge-go-skype-bridge/templates/config.yaml.j2.license
  8. +4
    -0
      roles/custom/matrix-bridge-go-skype-bridge/templates/systemd/matrix-go-skype-bridge.service.j2.license

+ 7
- 0
docs/configuring-playbook-bridge-go-skype-bridge.md Ver fichero

@@ -1,3 +1,10 @@
<!--
SPDX-FileCopyrightText: 2022 Vladimir Panteleev
SPDX-FileCopyrightText: 2024 Suguru Hirahara

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

# Setting up Go Skype Bridge bridging (optional)

The playbook can install and configure [go-skype-bridge](https://github.com/kelaresg/go-skype-bridge) for you, for bridging to [Skype](https://www.skype.com/). This bridge was created based on [mautrix-whatsapp](https://github.com/mautrix/whatsapp) and can be configured in a similar way to it.


+ 10
- 0
roles/custom/matrix-bridge-go-skype-bridge/defaults/main.yml Ver fichero

@@ -1,3 +1,13 @@
# SPDX-FileCopyrightText: 2022 Vladimir Panteleev
# SPDX-FileCopyrightText: 2022 - 2025 MDAD project contributors
# SPDX-FileCopyrightText: 2022 - 2023 Nikita Chernyi
# SPDX-FileCopyrightText: 2022 - 2024 Slavi Pantaleev
# SPDX-FileCopyrightText: 2022 Arthur Brugière
# SPDX-FileCopyrightText: 2023 Samuel Meenzen
# SPDX-FileCopyrightText: 2024 Suguru Hirahara
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---
# Go Skype Bridge is a Matrix <-> Skype bridge
# Project source code URL: https://github.com/kelaresg/go-skype-bridge


+ 5
- 0
roles/custom/matrix-bridge-go-skype-bridge/tasks/main.yml Ver fichero

@@ -1,3 +1,8 @@
# SPDX-FileCopyrightText: 2022 Vladimir Panteleev
# SPDX-FileCopyrightText: 2019 - 2023 Slavi Pantaleev
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---

- tags:


+ 7
- 0
roles/custom/matrix-bridge-go-skype-bridge/tasks/setup_install.yml Ver fichero

@@ -1,3 +1,10 @@
# SPDX-FileCopyrightText: 2022 Vladimir Panteleev
# SPDX-FileCopyrightText: 2022 - 2024 Slavi Pantaleev
# SPDX-FileCopyrightText: 2022 Sebastian Gumprich
# SPDX-FileCopyrightText: 2024 David Mehren
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---

- ansible.builtin.set_fact:


+ 5
- 0
roles/custom/matrix-bridge-go-skype-bridge/tasks/setup_uninstall.yml Ver fichero

@@ -1,3 +1,8 @@
# SPDX-FileCopyrightText: 2022 Vladimir Panteleev
# SPDX-FileCopyrightText: 2022 Slavi Pantaleev
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---

- name: Check existence of matrix-go-skype-bridge service


+ 5
- 0
roles/custom/matrix-bridge-go-skype-bridge/tasks/validate_config.yml Ver fichero

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

---

- name: Fail if required go-skype-bridge settings not defined


+ 6
- 0
roles/custom/matrix-bridge-go-skype-bridge/templates/config.yaml.j2.license Ver fichero

@@ -0,0 +1,6 @@
SPDX-FileCopyrightText: 2022 Vladimir Panteleev
SPDX-FileCopyrightText: 2022 Nikita Chernyi
SPDX-FileCopyrightText: 2022 MDAD project contributors
SPDX-FileCopyrightText: 2024 Suguru Hirahara

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

+ 4
- 0
roles/custom/matrix-bridge-go-skype-bridge/templates/systemd/matrix-go-skype-bridge.service.j2.license Ver fichero

@@ -0,0 +1,4 @@
SPDX-FileCopyrightText: 2022 Vladimir Panteleev
SPDX-FileCopyrightText: 2022 - 2025 Slavi Pantaleev

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

Cargando…
Cancelar
Guardar