Fixed license string

This commit is contained in:
Martin Lund 2016-05-23 18:11:08 +02:00
parent e920cc9b32
commit aecc829829

View file

@ -153,7 +153,7 @@ void parse_options(int argc, char *argv[])
printf("tio v%s\n", VERSION); printf("tio v%s\n", VERSION);
printf("Copyright (c) 2014-2016 Martin Lund\n"); printf("Copyright (c) 2014-2016 Martin Lund\n");
printf("\n"); printf("\n");
printf("License GPLv2: GNU GPL version 2 or later <http://gnu.org/licenses/gpl-2.0.html>.\n"); printf("License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl-2.0.html>.\n");
printf("This is free software: you are free to change and redistribute it.\n"); printf("This is free software: you are free to change and redistribute it.\n");
printf("There is NO WARRANTY, to the extent permitted by law.\n"); printf("There is NO WARRANTY, to the extent permitted by law.\n");
exit(EXIT_SUCCESS); exit(EXIT_SUCCESS);