Browse Source

Add license information to files for matrix-bot-matrix-reminder-bot

This commit adds copyright attributions in SPDX to the files for matrix-reminder-bot, following REUSE's specification.

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/4111/head
Suguru Hirahara 1 year ago
parent
commit
68e9dc85e9
No known key found for this signature in database GPG Key ID: E4F9743DAB4B7B75
8 changed files with 54 additions and 0 deletions
  1. +8
    -0
      docs/configuring-playbook-bot-matrix-reminder-bot.md
  2. +10
    -0
      roles/custom/matrix-bot-matrix-reminder-bot/defaults/main.yml
  3. +5
    -0
      roles/custom/matrix-bot-matrix-reminder-bot/tasks/main.yml
  4. +11
    -0
      roles/custom/matrix-bot-matrix-reminder-bot/tasks/setup_install.yml
  5. +6
    -0
      roles/custom/matrix-bot-matrix-reminder-bot/tasks/setup_uninstall.yml
  6. +5
    -0
      roles/custom/matrix-bot-matrix-reminder-bot/tasks/validate_config.yml
  7. +5
    -0
      roles/custom/matrix-bot-matrix-reminder-bot/templates/config.yaml.j2.license
  8. +4
    -0
      roles/custom/matrix-bot-matrix-reminder-bot/templates/systemd/matrix-bot-matrix-reminder-bot.service.j2.license

+ 8
- 0
docs/configuring-playbook-bot-matrix-reminder-bot.md View File

@@ -1,3 +1,11 @@
<!--
SPDX-FileCopyrightText: 2020 - 2022 Slavi Pantaleev
SPDX-FileCopyrightText: 2022 MDAD project contributors
SPDX-FileCopyrightText: 2024 Suguru Hirahara

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

# Setting up matrix-reminder-bot (optional)

The playbook can install and configure [matrix-reminder-bot](https://github.com/anoadragon453/matrix-reminder-bot) for you.


+ 10
- 0
roles/custom/matrix-bot-matrix-reminder-bot/defaults/main.yml View File

@@ -1,3 +1,13 @@
# SPDX-FileCopyrightText: 2020 - 2025 Slavi Pantaleev
# SPDX-FileCopyrightText: 2021 - 2022 MDAD project contributors
# SPDX-FileCopyrightText: 2021 Ahmad Haghighi
# SPDX-FileCopyrightText: 2021 Richard Meyer
# SPDX-FileCopyrightText: 2022 Marko Weltzer
# SPDX-FileCopyrightText: 2022 Nikita Chernyi
# SPDX-FileCopyrightText: 2023 Samuel Meenzen
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---
# matrix-reminder-bot is a bot for one-off and recurring reminders
# Project source code URL: https://github.com/anoadragon453/matrix-reminder-bot


+ 5
- 0
roles/custom/matrix-bot-matrix-reminder-bot/tasks/main.yml View File

@@ -1,3 +1,8 @@
# SPDX-FileCopyrightText: 2020 - 2023 Slavi Pantaleev
# SPDX-FileCopyrightText: 2022 Marko Weltzer
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---

- tags:


+ 11
- 0
roles/custom/matrix-bot-matrix-reminder-bot/tasks/setup_install.yml View File

@@ -1,3 +1,14 @@
# SPDX-FileCopyrightText: 2020 - 2024 Slavi Pantaleev
# SPDX-FileCopyrightText: 2020 Stuart Mumford
# SPDX-FileCopyrightText: 2021 - 2022 MDAD project contributors
# SPDX-FileCopyrightText: 2022 Marko Weltzer
# 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

---

- ansible.builtin.set_fact:


+ 6
- 0
roles/custom/matrix-bot-matrix-reminder-bot/tasks/setup_uninstall.yml View File

@@ -1,3 +1,9 @@
# SPDX-FileCopyrightText: 2020 - 2022 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-matrix-reminder-bot service


+ 5
- 0
roles/custom/matrix-bot-matrix-reminder-bot/tasks/validate_config.yml View File

@@ -1,3 +1,8 @@
# SPDX-FileCopyrightText: 2020 - 2025 Slavi Pantaleev
# SPDX-FileCopyrightText: 2022 MDAD project contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---

- name: Fail if required matrix-reminder-bot settings not defined


+ 5
- 0
roles/custom/matrix-bot-matrix-reminder-bot/templates/config.yaml.j2.license View File

@@ -0,0 +1,5 @@
SPDX-FileCopyrightText: 2020 - 2024 Slavi Pantaleev
SPDX-FileCopyrightText: 2022 MDAD project contributors
SPDX-FileCopyrightText: 2024 Suguru Hirahara

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

+ 4
- 0
roles/custom/matrix-bot-matrix-reminder-bot/templates/systemd/matrix-bot-matrix-reminder-bot.service.j2.license View File

@@ -0,0 +1,4 @@
SPDX-FileCopyrightText: 2020 - 2025 Slavi Pantaleev
SPDX-FileCopyrightText: 2020 Scott Crossen

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

Loading…
Cancel
Save