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/include/rtems/pty.h | 11 +++++++---- cpukit/include/rtems/shell.h | 11 +++++------ cpukit/include/rtems/telnetd.h | 12 ++++++++---- 3 files changed, 20 insertions(+), 14 deletions(-) (limited to 'cpukit/include') diff --git a/cpukit/include/rtems/pty.h b/cpukit/include/rtems/pty.h index 94b66d63c4..46d07602b4 100644 --- a/cpukit/include/rtems/pty.h +++ b/cpukit/include/rtems/pty.h @@ -1,8 +1,11 @@ +/** + * @file + * + * @brief /dev/ptyXX (A first version for pseudo-terminals) + */ + /* - * /dev/ptyXX (A first version for pseudo-terminals) - * - * 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/include/rtems/shell.h b/cpukit/include/rtems/shell.h index d705dcb0a7..58d0c515b3 100644 --- a/cpukit/include/rtems/shell.h +++ b/cpukit/include/rtems/shell.h @@ -5,13 +5,12 @@ */ /* - * Author: + * Copyright (c) 2001 Fernando Ruiz Casas * - * WORK: fernando.ruiz@ctv.es - * HOME: correo@fernando-ruiz.com - * - * Thanks at: - * Chris Johns + * The license and distribution terms for this file may be + * found in the file LICENSE in this distribution or at + * http://www.rtems.org/license/LICENSE. + * */ #ifndef __RTEMS_SHELL_H__ diff --git a/cpukit/include/rtems/telnetd.h b/cpukit/include/rtems/telnetd.h index 325872b633..86ec1f0eb5 100644 --- a/cpukit/include/rtems/telnetd.h +++ b/cpukit/include/rtems/telnetd.h @@ -1,8 +1,12 @@ +/** + * @file + * + * @brief Telnet Daemon Interface + */ + /* - * Original Author: Fernando RUIZ CASAS (fernando.ruiz@ctv.es) - * May 2001 - * Reworked by Till Straumann and .h overhauled by Joel Sherrill. - * + * Copyright (c) 2001 Fernando Ruiz Casas + * Reworked by Till Straumann and .h overhauled by Joel Sherrill. * Copyright (c) 2009 embedded brains GmbH and others. * * The license and distribution terms for this file may be -- cgit v1.2.3