This commit adds copyright attirbutions in SPDX format to files for matrix-bot-chatgpt, following the REUSE's specification. Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>pull/4101/head
| @@ -1,3 +1,11 @@ | |||||
| <!-- | |||||
| SPDX-FileCopyrightText: 2023 MDAD project contributors | |||||
| SPDX-FileCopyrightText: 2023 - 2024 Slavi Pantaleev | |||||
| SPDX-FileCopyrightText: 2024 - 2025 Suguru Hirahara | |||||
| SPDX-License-Identifier: AGPL-3.0-or-later | |||||
| --> | |||||
| # Setting up matrix-bot-chatgpt (optional, unmaintained) | # Setting up matrix-bot-chatgpt (optional, unmaintained) | ||||
| **Note**: [matrix-chatgpt-bot](https://github.com/matrixgpt/matrix-chatgpt-bot) is now an archived (**unmaintained**) project. Talking to ChatGPT (and many other LLM providers) can happen via the much more featureful [baibot](https://github.com/etkecc/baibot), which can be installed using [this playbook](configuring-playbook-bot-baibot.md). Consider using that bot instead of this one. | **Note**: [matrix-chatgpt-bot](https://github.com/matrixgpt/matrix-chatgpt-bot) is now an archived (**unmaintained**) project. Talking to ChatGPT (and many other LLM providers) can happen via the much more featureful [baibot](https://github.com/etkecc/baibot), which can be installed using [this playbook](configuring-playbook-bot-baibot.md). Consider using that bot instead of this one. | ||||
| @@ -1,3 +1,12 @@ | |||||
| # SPDX-FileCopyrightText: 2023 MDAD project contributors | |||||
| # SPDX-FileCopyrightText: 2023 - 2024 Slavi Pantaleev | |||||
| # SPDX-FileCopyrightText: 2023 Joe Kappus | |||||
| # SPDX-FileCopyrightText: 2023 Nikita Chernyi | |||||
| # SPDX-FileCopyrightText: 2023 Samuel Meenzen | |||||
| # SPDX-FileCopyrightText: 2024 Suguru Hirahara | |||||
| # | |||||
| # SPDX-License-Identifier: AGPL-3.0-or-later | |||||
| --- | --- | ||||
| # chatgpt is a bot for chatting to openAI chatgpt Matrix bot | # chatgpt is a bot for chatting to openAI chatgpt Matrix bot | ||||
| # Project source code URL: https://github.com/matrixgpt/matrix-chatgpt-bot | # Project source code URL: https://github.com/matrixgpt/matrix-chatgpt-bot | ||||
| @@ -1,3 +1,8 @@ | |||||
| # SPDX-FileCopyrightText: 2023 - 2024 Slavi Pantaleev | |||||
| # SPDX-FileCopyrightText: 2024 David Mehren | |||||
| # | |||||
| # SPDX-License-Identifier: AGPL-3.0-or-later | |||||
| --- | --- | ||||
| - name: Ensure chatgpt paths exist | - name: Ensure chatgpt paths exist | ||||
| @@ -1,3 +1,8 @@ | |||||
| # SPDX-FileCopyrightText: 2023 MDAD project contributors | |||||
| # SPDX-FileCopyrightText: 2023 Slavi Pantaleev | |||||
| # | |||||
| # SPDX-License-Identifier: AGPL-3.0-or-later | |||||
| --- | --- | ||||
| - | - | ||||
| @@ -1,3 +1,8 @@ | |||||
| # SPDX-FileCopyrightText: 2023 MDAD project contributors | |||||
| # SPDX-FileCopyrightText: 2023 Slavi Pantaleev | |||||
| # | |||||
| # SPDX-License-Identifier: AGPL-3.0-or-later | |||||
| --- | --- | ||||
| - name: Check existence of matrix-chatgpt service | - name: Check existence of matrix-chatgpt service | ||||
| @@ -1,3 +1,8 @@ | |||||
| # SPDX-FileCopyrightText: 2023 MDAD project contributors | |||||
| # SPDX-FileCopyrightText: 2023 Slavi Pantaleev | |||||
| # | |||||
| # SPDX-License-Identifier: AGPL-3.0-or-later | |||||
| --- | --- | ||||
| - name: Fail if required Chatgpt settings not defined | - name: Fail if required Chatgpt settings not defined | ||||
| @@ -1,3 +1,12 @@ | |||||
| {# | |||||
| SPDX-FileCopyrightText: 2023 MDAD project contributors | |||||
| SPDX-FileCopyrightText: 2023 Slavi Pantaleev | |||||
| SPDX-FileCopyrightText: 2023 Joe Kappus | |||||
| SPDX-FileCopyrightText: 2024 Suguru Hirahara | |||||
| SPDX-License-Identifier: AGPL-3.0-or-later | |||||
| #} | |||||
| MATRIX_HOMESERVER_URL={{ matrix_bot_chatgpt_matrix_homeserver_url }} | MATRIX_HOMESERVER_URL={{ matrix_bot_chatgpt_matrix_homeserver_url }} | ||||
| MATRIX_ACCESS_TOKEN={{ matrix_bot_chatgpt_matrix_access_token }} | MATRIX_ACCESS_TOKEN={{ matrix_bot_chatgpt_matrix_access_token }} | ||||
| @@ -0,0 +1,5 @@ | |||||
| SPDX-FileCopyrightText: 2023 MDAD project contributors | |||||
| SPDX-FileCopyrightText: 2023 Vladimir Panteleev | |||||
| SPDX-FileCopyrightText: 2023 - 2025 Slavi Pantaleev | |||||
| SPDX-License-Identifier: AGPL-3.0-or-later | |||||