From ab512c8f68a15e1de8f48482df0cd2cf18e12acc Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Sun, 24 Sep 2017 22:16:19 +0200 Subject: [PATCH] Update copyright year --- src/options.c | 4 ++-- src/tty.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/options.c b/src/options.c index e280fff..67275c3 100644 --- a/src/options.c +++ b/src/options.c @@ -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 .\n"); printf("This is free software: you are free to change and redistribute it.\n"); diff --git a/src/tty.c b/src/tty.c index 5173f5a..6b6723c 100644 --- a/src/tty.c +++ b/src/tty.c @@ -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