Update copyright year

This commit is contained in:
Martin Lund 2017-09-24 22:16:19 +02:00
parent c257126a33
commit ab512c8f68
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
/*
* tio - a simple TTY terminal I/O application
*
* Copyright (c) 2014-2016 Martin Lund
* Copyright (c) 2014-2017 Martin Lund
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@ -167,7 +167,7 @@ void parse_options(int argc, char *argv[])
case 'v':
printf("tio v%s\n", VERSION);
printf("Copyright (c) 2014-2016 Martin Lund\n");
printf("Copyright (c) 2014-2017 Martin Lund\n");
printf("\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");