diff --git a/src/options.c b/src/options.c index ce71455..554a2cc 100644 --- a/src/options.c +++ b/src/options.c @@ -308,7 +308,7 @@ void parse_options(int argc, char *argv[]) case 'v': 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("License GPLv2: GNU GPL version 2 or later .\n"); printf("This is free software: you are free to change and redistribute it.\n");