Add license information to files in bin/

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
This commit is contained in:
Suguru Hirahara 2025-03-02 01:04:48 +09:00
parent 0b23167773
commit 76326e3c57
No known key found for this signature in database
GPG Key ID: E4F9743DAB4B7B75
2 changed files with 11 additions and 0 deletions

View File

@ -1,4 +1,10 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# SPDX-FileCopyrightText: 2022 - 2024 MDAD project contributors
# SPDX-FileCopyrightText: 2024 Slavi Pantaleev
#
# SPDX-License-Identifier: AGPL-3.0-or-later
# #
# Run the playbook on multiple hosts with different credentials with this script # Run the playbook on multiple hosts with different credentials with this script
# It defaults to ansible tags "setup-all,start". You can pass alternative tags # It defaults to ansible tags "setup-all,start". You can pass alternative tags

View File

@ -1,4 +1,9 @@
#!/bin/bash #!/bin/bash
# SPDX-FileCopyrightText: 2024 Slavi Pantaleev
#
# SPDX-License-Identifier: AGPL-3.0-or-later
set -euxo pipefail set -euxo pipefail
# This script rebuilds the mautrix-meta-instagram Ansible role, using the mautrix-meta-messenger role as a source. # This script rebuilds the mautrix-meta-instagram Ansible role, using the mautrix-meta-messenger role as a source.