From cbd1e8799f8bcd3e083ba5a1affa8267461f256a Mon Sep 17 00:00:00 2001 From: Thomas Doerfler Date: Tue, 14 Apr 2009 08:50:03 +0000 Subject: adapt copyright statements --- cpukit/telnetd/check_passwd.c | 5 ++--- cpukit/telnetd/telnetd.c | 5 ++--- cpukit/telnetd/telnetd.h | 9 ++++----- 3 files changed, 8 insertions(+), 11 deletions(-) (limited to 'cpukit/telnetd') diff --git a/cpukit/telnetd/check_passwd.c b/cpukit/telnetd/check_passwd.c index 46059e8936..f541a21b5d 100644 --- a/cpukit/telnetd/check_passwd.c +++ b/cpukit/telnetd/check_passwd.c @@ -44,15 +44,14 @@ * * ------------------ SLAC Software Notices, Set 4 OTT.002a, 2004 FEB 03 * - * Copyright (c) 2009 + * Copyright (c) 2009 embedded brains GmbH and others. + * * embedded brains GmbH * Obere Lagerstr. 30 * D-82178 Puchheim * Germany * * - * Modified by Sebastian Huber . - * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * http://www.rtems.com/license/LICENSE. diff --git a/cpukit/telnetd/telnetd.c b/cpukit/telnetd/telnetd.c index 772b62af08..ec6caabc6f 100644 --- a/cpukit/telnetd/telnetd.c +++ b/cpukit/telnetd/telnetd.c @@ -23,15 +23,14 @@ * possible to have 'telnetd' run an arbitrary 'shell' * program. * - * Copyright (c) 2009 + * Copyright (c) 2009 embedded brains GmbH and others. + * * embedded brains GmbH * Obere Lagerstr. 30 * D-82178 Puchheim * Germany * * - * Modified by Sebastian Huber . - * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * http://www.rtems.com/license/LICENSE. diff --git a/cpukit/telnetd/telnetd.h b/cpukit/telnetd/telnetd.h index cb1ee6aa44..0e9e4fde7d 100644 --- a/cpukit/telnetd/telnetd.h +++ b/cpukit/telnetd/telnetd.h @@ -3,15 +3,14 @@ * May 2001 * Reworked by Till Straumann and .h overhauled by Joel Sherrill. * - * Copyright (c) 2009 + * Copyright (c) 2009 embedded brains GmbH and others. + * * embedded brains GmbH * Obere Lagerstr. 30 * D-82178 Puchheim * Germany * * - * Modified by Sebastian Huber . - * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * http://www.rtems.com/license/LICENSE. @@ -23,7 +22,7 @@ #define _RTEMS_TELNETD_H #include -#include +#include #ifdef __cplusplus extern "C" { @@ -77,7 +76,7 @@ typedef struct { * * Method used for login checks. Use @c NULL to disable a login check. */ - rtems_login_check login_check; + rtems_shell_login_check_t login_check; /** * @brief Keep standard IO of the caller. -- cgit v1.2.3