From 8965b7b42c07dfc89bb337bfb4bff8d361aa7e15 Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Fri, 11 Mar 2022 15:15:39 +0100 Subject: [PATCH] Update headers --- src/configfile.c | 2 +- src/configfile.h | 2 +- src/error.c | 2 +- src/error.h | 2 +- src/iossiospeed.c | 2 +- src/log.c | 2 +- src/log.h | 2 +- src/main.c | 2 +- src/misc.c | 2 +- src/misc.h | 2 +- src/options.h | 2 +- src/print.c | 2 +- src/print.h | 2 +- src/setspeed2.c | 2 +- src/tty.c | 2 +- src/tty.h | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/src/configfile.c b/src/configfile.c index 918df60..fc9bbd6 100644 --- a/src/configfile.c +++ b/src/configfile.c @@ -1,5 +1,5 @@ /* - * tio - a simple serial terminal I/O application + * tio - a simple serial terminal I/O tool * * Copyright (c) 2020-2022 Liam Beguin * Copyright (c) 2022 Martin Lund diff --git a/src/configfile.h b/src/configfile.h index a743795..e7fc195 100644 --- a/src/configfile.h +++ b/src/configfile.h @@ -1,5 +1,5 @@ /* - * tio - a simple serial terminal I/O application + * tio - a simple serial terminal I/O tool * * Copyright (c) 2020 Liam Beguin * Copyright (c) 2022 Martin Lund diff --git a/src/error.c b/src/error.c index 3090b35..96969f7 100644 --- a/src/error.c +++ b/src/error.c @@ -1,5 +1,5 @@ /* - * tio - a simple TTY terminal I/O tool + * tio - a simple serial terminal I/O tool * * Copyright (c) 2014-2022 Martin Lund * diff --git a/src/error.h b/src/error.h index 01e9d5f..a7c9d45 100644 --- a/src/error.h +++ b/src/error.h @@ -1,5 +1,5 @@ /* - * tio - a simple TTY terminal I/O tool + * tio - a simple serial terminal I/O tool * * Copyright (c) 2014-2022 Martin Lund * diff --git a/src/iossiospeed.c b/src/iossiospeed.c index 3b0c62f..8fa0d5f 100644 --- a/src/iossiospeed.c +++ b/src/iossiospeed.c @@ -1,5 +1,5 @@ /* - * tio - a simple TTY terminal I/O application + * tio - a simple serial terminal I/O tool * * Copyright (c) 2017 Martin Lund * diff --git a/src/log.c b/src/log.c index c9e8200..5aef6b4 100644 --- a/src/log.c +++ b/src/log.c @@ -1,5 +1,5 @@ /* - * tio - a simple TTY terminal I/O tool + * tio - a simple serial terminal I/O tool * * Copyright (c) 2014-2022 Martin Lund * diff --git a/src/log.h b/src/log.h index c415cfd..0dec98b 100644 --- a/src/log.h +++ b/src/log.h @@ -1,5 +1,5 @@ /* - * tio - a simple TTY terminal I/O tool + * tio - a simple serial terminal I/O tool * * Copyright (c) 2014-2022 Martin Lund * diff --git a/src/main.c b/src/main.c index b08d278..d363811 100644 --- a/src/main.c +++ b/src/main.c @@ -1,5 +1,5 @@ /* - * tio - a simple TTY terminal I/O tool + * tio - a simple serial terminal I/O tool * * Copyright (c) 2014-2022 Martin Lund * diff --git a/src/misc.c b/src/misc.c index d865787..b4555ea 100644 --- a/src/misc.c +++ b/src/misc.c @@ -1,5 +1,5 @@ /* - * tio - a simple TTY terminal I/O tool + * tio - a simple serial terminal I/O tool * * Copyright (c) 2014-2022 Martin Lund * diff --git a/src/misc.h b/src/misc.h index ea7fafa..6a54465 100644 --- a/src/misc.h +++ b/src/misc.h @@ -1,5 +1,5 @@ /* - * tio - a simple TTY terminal I/O tool + * tio - a simple serial terminal I/O tool * * Copyright (c) 2014-2022 Martin Lund * diff --git a/src/options.h b/src/options.h index 18cd8d2..f88929e 100644 --- a/src/options.h +++ b/src/options.h @@ -1,5 +1,5 @@ /* - * tio - a simple TTY terminal I/O tool + * tio - a simple serial terminal I/O tool * * Copyright (c) 2014-2022 Martin Lund * diff --git a/src/print.c b/src/print.c index cef23b5..88ba881 100644 --- a/src/print.c +++ b/src/print.c @@ -1,5 +1,5 @@ /* - * tio - a simple TTY terminal I/O tool + * tio - a simple serial terminal I/O tool * * Copyright (c) 2014-2022 Martin Lund * diff --git a/src/print.h b/src/print.h index 96774a0..3f8e16e 100644 --- a/src/print.h +++ b/src/print.h @@ -1,5 +1,5 @@ /* - * tio - a simple TTY terminal I/O tool + * tio - a simple serial terminal I/O tool * * Copyright (c) 2014-2022 Martin Lund * diff --git a/src/setspeed2.c b/src/setspeed2.c index 7f88f49..64ecb4a 100644 --- a/src/setspeed2.c +++ b/src/setspeed2.c @@ -1,5 +1,5 @@ /* - * tio - a simple TTY terminal I/O tool + * tio - a simple serial terminal I/O tool * * Copyright (c) 2017-2022 Martin Lund * diff --git a/src/tty.c b/src/tty.c index 11defc2..6cd7a73 100644 --- a/src/tty.c +++ b/src/tty.c @@ -1,5 +1,5 @@ /* - * tio - a simple TTY terminal I/O tool + * tio - a simple serial terminal I/O tool * * Copyright (c) 2014-2022 Martin Lund * diff --git a/src/tty.h b/src/tty.h index f5a8f21..df5e824 100644 --- a/src/tty.h +++ b/src/tty.h @@ -1,5 +1,5 @@ /* - * tio - a simple TTY terminal I/O tool + * tio - a simple serial terminal I/O tool * * Copyright (c) 2014-2022 Martin Lund *