From 0ad57a21424122295d8a0e1a383dd63f6838ed40 Mon Sep 17 00:00:00 2001 From: Nick Patavalis Date: Wed, 17 Jan 2018 20:44:48 +0200 Subject: [PATCH] Comments --- term.c | 5 +++-- term.h | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/term.c b/term.c index c0c0413..aea1a64 100644 --- a/term.c +++ b/term.c @@ -4,9 +4,10 @@ * * General purpose terminal handling library. * - * Nick Patavalis (npat@efault.net) + * by Nick Patavalis (npat@efault.net) * - * originaly by Pantelis Antoniou (panto@intranet.gr), Nick Patavalis + * originaly by Pantelis Antoniou (https://github.com/pantoniou), + * Nick Patavalis * * Documentation can be found in the header file "term.h". * diff --git a/term.h b/term.h index 5377a49..ec5a550 100644 --- a/term.h +++ b/term.h @@ -81,7 +81,8 @@ * * by Nick Patavalis (npat@efault.net) * - * originaly by Pantelis Antoniou (panto@intranet.gr), Nick Patavalis + * originaly by Pantelis Antoniou (https://github.com/pantoniou), + * Nick Patavalis * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as