Update version year

This commit is contained in:
Martin Lund 2022-02-13 18:28:04 +01:00
parent 3599b84ad2
commit 32113076d6

View file

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