summaryrefslogtreecommitdiffstats
path: root/cpukit/telnetd/icmds.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-11-06 20:50:10 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-11-06 20:50:10 +0000
commit081583c6610ded0d1fc13aaffcb123daf260bf1e (patch)
tree7df2134115c32f33d0ceb5691ec21e4902322f14 /cpukit/telnetd/icmds.c
parent2007-11-06 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-081583c6610ded0d1fc13aaffcb123daf260bf1e.tar.bz2
2007-11-06 Joel Sherrill <joel.sherrill@OARcorp.com>
* telnetd/icmds.c, telnetd/pty.c, telnetd/telnetd.c, telnetd/telnetd.h: Fix headers and formatting.
Diffstat (limited to 'cpukit/telnetd/icmds.c')
-rw-r--r--cpukit/telnetd/icmds.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/cpukit/telnetd/icmds.c b/cpukit/telnetd/icmds.c
index f870e34682..3f4cd0743e 100644
--- a/cpukit/telnetd/icmds.c
+++ b/cpukit/telnetd/icmds.c
@@ -1,3 +1,14 @@
+/*
+ * Author: Fernando RUIZ CASAS (fernando.ruiz@ctv.es)
+ * May 2001
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * $Id$
+ */
+
#if HAVE_CONFIG_H
#include "config.h"
#endif