From 7245cdf24084f32e42e535677020767fd7ef2c3f Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Tue, 26 Jun 2018 18:58:20 +0200 Subject: [PATCH] Update date --- man/tio.1 | 2 +- src/options.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/man/tio.1 b/man/tio.1 index e98db4d..c9e7ca5 100644 --- a/man/tio.1 +++ b/man/tio.1 @@ -1,4 +1,4 @@ -.TH "tio" "1" "April 2018" +.TH "tio" "1" "June 2018" .SH "NAME" tio \- a simple TTY terminal I/O application diff --git a/src/options.c b/src/options.c index 2df3827..f50f30b 100644 --- a/src/options.c +++ b/src/options.c @@ -1,7 +1,7 @@ /* * tio - a simple TTY terminal I/O application * - * Copyright (c) 2014-2017 Martin Lund + * Copyright (c) 2014-2018 Martin Lund * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -184,7 +184,7 @@ void parse_options(int argc, char *argv[]) case 'v': printf("tio v%s\n", VERSION); - printf("Copyright (c) 2014-2017 Martin Lund\n"); + printf("Copyright (c) 2014-2018 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");