From 5f8c41c389a32b3c8d0503e550c6388f62f2927f Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 1 Apr 2022 13:18:49 -0500 Subject: Update email address of Fernando Ruiz Casas to This was requested to be executed prior to relicensing to BSD-2. --- cpukit/telnetd/README | 11 ++++------- cpukit/telnetd/pty.c | 11 +++++++---- cpukit/telnetd/telnetd.c | 17 ++++++++--------- 3 files changed, 19 insertions(+), 20 deletions(-) (limited to 'cpukit/telnetd') diff --git a/cpukit/telnetd/README b/cpukit/telnetd/README index 3807aa5ebf..bf6dbb0524 100644 --- a/cpukit/telnetd/README +++ b/cpukit/telnetd/README @@ -1,13 +1,11 @@ -Author: fernando.ruiz@ctv.es (correo@fernando-ruiz.com) +Author: Fernando Ruiz Casas -This directory contains a telnetd server -primary features: +This directory contains a telnetd server with the primary features: + create a user shell pseudo-terminal task. -This code has not been extensively tested. It is provided as a tool -for RTEMS users to open more shell tcp/ip pseudo-terminal. -Suggestions and comments are appreciated. +It is provided as a tool for RTEMS users to open more shell tcp/ip +pseudo-terminal. Suggestions and comments are appreciated. Read libmisc/shell for more information. @@ -20,4 +18,3 @@ NOTES: Enjoy it. -FUTURE: diff --git a/cpukit/telnetd/pty.c b/cpukit/telnetd/pty.c index a593bbd224..0753a799c1 100644 --- a/cpukit/telnetd/pty.c +++ b/cpukit/telnetd/pty.c @@ -1,8 +1,11 @@ +/** + * @file + * + * @brief /dev/ptyXX (Support for pseudo-terminals) + */ + /* - * /dev/ptyXX (Support for pseudo-terminals) - * - * Original Author: Fernando RUIZ CASAS (fernando.ruiz@ctv.es) - * May 2001 + * Copyright (c) 2001 Fernando Ruiz Casas * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/cpukit/telnetd/telnetd.c b/cpukit/telnetd/telnetd.c index 8d3a488ee6..6ca39575fd 100644 --- a/cpukit/telnetd/telnetd.c +++ b/cpukit/telnetd/telnetd.c @@ -1,12 +1,7 @@ -/***********************************************************/ -/* - * - * The telnet DAEMON - * - * Author: 17,may 2001 - * - * WORK: fernando.ruiz@ctv.es - * HOME: correo@fernando-ruiz.com +/** + * @file + * + * @brief The telnet DAEMON * * After start the net you can start this daemon. * It uses the previously inited pseudo-terminales (pty.c) @@ -17,6 +12,10 @@ * this daemon interactively. (Login in /dev/console of course) * * Sorry but OOB is not still implemented. (This is the first version) + */ + +/* + * Copyright (c) 2001 Fernando Ruiz Casas * * Till Straumann * - made the 'shell' interface more generic, i.e. it is now -- cgit v1.2.3