From 4c65f2fa0a54a3448009c3bf72fb76bef2cdebdb Mon Sep 17 00:00:00 2001 From: rick Date: Sat, 14 May 2022 01:51:28 +0200 Subject: [PATCH] update licence comments --- generate.sh | 5 +++++ import.sh | 2 ++ 2 files changed, 7 insertions(+) diff --git a/generate.sh b/generate.sh index 0a230dd..fadbea3 100755 --- a/generate.sh +++ b/generate.sh @@ -1,5 +1,6 @@ #!/bin/bash +################################################################################ # Génère les fichiers HTML de mon site # # Copyright (C) 2022 rick G. @@ -15,6 +16,7 @@ # # You should have received a copy of the GNU General Public License along with # this program. If not, see . +################################################################################ # liste des fichiers html à générer files="autres.html copaings.html index.html ou.html projets.html rss.html" @@ -26,6 +28,9 @@ header="header.html" footer="footer.html" org=1 +################################################################################ +# Génère un message d'aide +################################################################################ function print_help { echo "usage : generate.sh [-o] []" echo -e "\tgénère les fichiers HTML du site. Il est possible de changer" diff --git a/import.sh b/import.sh index 9bd8991..897ca02 100755 --- a/import.sh +++ b/import.sh @@ -1,5 +1,6 @@ #!/bin/bash +################################################################################ # importe les fichiers org modifiés pour une publication # # Copyright (C) 2022 rick G. @@ -15,6 +16,7 @@ # # You should have received a copy of the GNU General Public License along with # this program. If not, see . +################################################################################ # couleurs red="\e[31m"