From debce3fa070efd829a91ccbef93955e114fed16c Mon Sep 17 00:00:00 2001 From: Sergei Solovev Date: Sat, 9 Mar 2024 21:51:32 +0300 Subject: [PATCH] Adding "Copyright" block --- install.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/install.sh b/install.sh index 2bedd4b..d4f01ae 100644 --- a/install.sh +++ b/install.sh @@ -1,4 +1,11 @@ #!/bin/bash +######### Copyright ######### +# Copyright (c) 2023 Solovev Sergei +# Copyright (c) 2024 Сontributors +# MIT License: https://github.com/EngineGPDev/Autoinstall/blob/main/LICENSE +# When distributing, it is necessary to attach the LICENSE file or this block. +######### Copyright ######### + # Обновление таблиц и системы sysUpdate (){ echo "===================================" >> $logsINST 2>&1