From f5e6c99721752ea223a1515b0713f62c371fc2be Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Thu, 28 Sep 2017 18:15:07 +0200 Subject: [PATCH] Update copyright headers --- src/error.c | 2 +- src/include/tio/error.h | 2 +- src/include/tio/log.h | 2 +- src/include/tio/options.h | 2 +- src/include/tio/print.h | 2 +- src/include/tio/time.h | 2 +- src/include/tio/tty.h | 2 +- src/log.c | 2 +- src/main.c | 2 +- src/time.c | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/error.c b/src/error.c index 9f1fbd7..b7624d8 100644 --- a/src/error.c +++ b/src/error.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 diff --git a/src/include/tio/error.h b/src/include/tio/error.h index d41dcaa..81c29c9 100644 --- a/src/include/tio/error.h +++ b/src/include/tio/error.h @@ -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 diff --git a/src/include/tio/log.h b/src/include/tio/log.h index a8e9656..41b5103 100644 --- a/src/include/tio/log.h +++ b/src/include/tio/log.h @@ -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 diff --git a/src/include/tio/options.h b/src/include/tio/options.h index b89ad1a..15f3cf7 100644 --- a/src/include/tio/options.h +++ b/src/include/tio/options.h @@ -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 diff --git a/src/include/tio/print.h b/src/include/tio/print.h index 7254174..56894c2 100644 --- a/src/include/tio/print.h +++ b/src/include/tio/print.h @@ -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 diff --git a/src/include/tio/time.h b/src/include/tio/time.h index fe15558..b395f5a 100644 --- a/src/include/tio/time.h +++ b/src/include/tio/time.h @@ -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 diff --git a/src/include/tio/tty.h b/src/include/tio/tty.h index 3004009..9b48751 100644 --- a/src/include/tio/tty.h +++ b/src/include/tio/tty.h @@ -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 diff --git a/src/log.c b/src/log.c index 7850381..f246bc2 100644 --- a/src/log.c +++ b/src/log.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 diff --git a/src/main.c b/src/main.c index 02019cc..683c627 100644 --- a/src/main.c +++ b/src/main.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 diff --git a/src/time.c b/src/time.c index 0acc9f8..68f160c 100644 --- a/src/time.c +++ b/src/time.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