update licence comments

This commit is contained in:
rick 2022-05-14 01:51:28 +02:00
parent fd1da18903
commit 4c65f2fa0a
Signed by: Rick
GPG Key ID: 4A6223D66294EB20
2 changed files with 7 additions and 0 deletions

View File

@ -1,5 +1,6 @@
#!/bin/bash
################################################################################
# Génère les fichiers HTML de mon site
#
# Copyright (C) 2022 rick G. <rick@gnous.eu>
@ -15,6 +16,7 @@
#
# You should have received a copy of the GNU General Public License along with
# this program. If not, see <https://www.gnu.org/licenses/>.
################################################################################
# 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] [<dossier>]"
echo -e "\tgénère les fichiers HTML du site. Il est possible de changer"

View File

@ -1,5 +1,6 @@
#!/bin/bash
################################################################################
# importe les fichiers org modifiés pour une publication
#
# Copyright (C) 2022 rick G. <rick@gnous.eu>
@ -15,6 +16,7 @@
#
# You should have received a copy of the GNU General Public License along with
# this program. If not, see <https://www.gnu.org/licenses/>.
################################################################################
# couleurs
red="\e[31m"