diff options
Diffstat (limited to 'src/GenSVMgrid.c')
| -rw-r--r-- | src/GenSVMgrid.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/GenSVMgrid.c b/src/GenSVMgrid.c index 41d1070..6f5843d 100644 --- a/src/GenSVMgrid.c +++ b/src/GenSVMgrid.c @@ -68,7 +68,10 @@ void read_grid_from_file(char *input_filename, struct GenGrid *grid); */ void exit_with_help(char **argv) { - printf("This is GenSVM, version %1.1f\n\n", VERSION); + printf("This is GenSVM, version %1.1f.\n", VERSION); + printf("Copyright (C) 2016, G.J.J. van den Burg.\n"); + printf("This program is free software, see the LICENSE file " + "for details.\n\n"); printf("Usage: %s [options] grid_file\n", argv[0]); printf("Options:\n"); printf("-h | -help : print this help.\n"); |
