commit 7f76e14a7966f3f56fcd422788041ea3cbe0efb3
parent 65bfb76f881986f5c6197fadad0e669daafc3f10
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date: Wed, 30 Jun 2021 16:58:31 +0200
Add copyright and license information to short help
Diffstat:
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/src/green-output.c b/src/green-output.c
@@ -97,6 +97,12 @@ short_help
fprintf(stream, "\n -V LEVEL\n");
fprintf(stream, " Set the verbosity level.\n");
+
+ fprintf(stream,
+"\nCopyright (C) 2020-2021 |Meso|Star> <contact@meso-star.com>.\n"
+"stardis-green is free software released under the GNU GPL license, version 3 or later.\n"
+"You are free to change or redistribute it under certain conditions\n"
+"<http://gnu.org/licenses/gpl.html>.\n");
}
void
@@ -604,4 +610,4 @@ dump_green_info
}
#undef CELL
-#undef VAR_CELL
-\ No newline at end of file
+#undef VAR_CELL