From 45a65bcdf97446fff69d4b5cbe618124391380a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavi=20Lle=C3=B3=20Tom=C3=A1s?= Date: Mon, 13 Jan 2025 09:14:23 +0100 Subject: [PATCH] Add GPL license to PVE backup script --- scripts/backup_pve.sh | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/scripts/backup_pve.sh b/scripts/backup_pve.sh index 326058a..0a86659 100644 --- a/scripts/backup_pve.sh +++ b/scripts/backup_pve.sh @@ -4,7 +4,19 @@ # Author: Xavi Lleó # Copyright (c) 2025 Verdnatura S.L. All rights reserved. # Version: 1.0.3 -# ¿Juan Wants add GPL License? +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . # # A configuration file is required in the user's home directory who runs this command. # The file should be sourced using CONFIG_FILE before execution.