Updated version text

This commit is contained in:
Martin Lund 2016-04-24 08:44:52 +02:00
parent da6847b79a
commit 362976354b

View file

@ -308,7 +308,7 @@ void parse_options(int argc, char *argv[])
case 'v': case 'v':
printf("Go TTY v%s\n", VERSION); printf("Go TTY v%s\n", VERSION);
printf("Copyright (c) 2014 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");