From dee58e5561db333989aac950ef3ee1510d49ed14 Mon Sep 17 00:00:00 2001 From: Harald Pfeiffer Date: Mon, 21 Apr 2025 10:46:57 +0200 Subject: + licence --- bin/nextcloud-upgrade | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bin/nextcloud-upgrade') diff --git a/bin/nextcloud-upgrade b/bin/nextcloud-upgrade index 7b222de..b805afd 100755 --- a/bin/nextcloud-upgrade +++ b/bin/nextcloud-upgrade @@ -1,5 +1,8 @@ #!/usr/bin/env bash +# AUTHOR: coding@lirion.de +# LICENCE: LGPL-3.0-only + # Error codes: 131-159 (130 is reserved for sigint et al!) [ -z "$1" ] && printf 'Usage: %b VERSION\n' "$(basename "$0")" >&2 && exit 101 -- cgit v1.2.3