bibic

bibliothèques pour l'interpréteur de commande
git clone git://git.asteride.xyz/~ldp/bibic.git
Journaux | Fichiers | Références | LICENCE

commit 00031f5d74f7784cd18f86aae2a898bd11ec2c8b
parent da837ef458c04181335f75e17b0cafd431452640
Auteur: Selve <selve@asteride.xyz>
Date:   Sun,  3 Dec 2023 09:55:02 -0500

modification de la présentation de la licence

Les termes de la licences ne changent pas.

Diffstat:
MLICENCE | 6+++---
Miusc.c | 8++++++++
2 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/LICENCE b/LICENCE @@ -631,8 +631,8 @@ to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. - iusc, interface utilisateur style coque - Copyright (C) 2023 Selve + <one line to give the program's name and a brief idea of what it does.> + Copyright (C) <year> <name of author> 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 @@ -652,7 +652,7 @@ Also add information on how to contact you by electronic and paper mail. If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: - iusc Copyright (C) 2023 Selve + <program> Copyright (C) <year> <name of author> This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. diff --git a/iusc.c b/iusc.c @@ -1,3 +1,11 @@ +/* + * Copyright (c) 2023 Selve <selve@asteride.xyz> + * + * Ce fichier fait partie de iusc, publié sous la licence GPLv3 (seulement). + * Consultez le fichier LICENCE ou le site <https://www.gnu.org/licenses/> + * pour plus de détails. + */ + #include <stdio.h> #include <stdlib.h> #include <unistd.h>