licence!: switched to AGPL

This commit is contained in:
Tobias Schmidl 2023-10-17 13:25:13 +02:00
parent 1513f469ba
commit 14ad9f2acd
8 changed files with 269 additions and 24 deletions

View file

@ -1,4 +1,9 @@
#! /bin/bash
# SPDX-FileCopyrightText: 2023 Tobias Schmidl
#
# SPDX-License-Identifier: AGPL-3.0-or-later
# fail immediately on error
set -e
CURLOPT=${CURLOPT:-"--location --remote-time --remote-name --show-error --silent --fail --tlsv1.2"}