commit 771449add63621e5c4c45e634d7d6a58266932b5 parent 7c3dd6ccc28a7fda1dfe2aa8f0fcbbcb4ee64f28 Author: Christophe Coustet <christophe.coustet@meso-star.com> Date: Wed, 30 Jun 2021 17:00:08 +0200 Add copyright and license information to short help Diffstat:
| M | src/stardis-parsing.c | | | 7 | +++++++ |
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/src/stardis-parsing.c b/src/stardis-parsing.c @@ -508,6 +508,13 @@ short_help fprintf(stream, "\n -X <FILE>\n"); fprintf(stream, " Save the final random generator's state in a file.\n"); + + fprintf(stream, +"\nCopyright (C) 2018-2021 |Meso|Star> <contact@meso-star.com>.\n" +"stardis 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"); + } #define FREE_AARRAY(ARRAY) \