summaryrefslogtreecommitdiffstats
path: root/cpukit/telnetd
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/telnetd/Makefile.am4
-rw-r--r--cpukit/telnetd/README4
-rw-r--r--cpukit/telnetd/check_passwd.c2
-rw-r--r--cpukit/telnetd/passwd.h2
-rw-r--r--cpukit/telnetd/pty.c2
-rw-r--r--cpukit/telnetd/pty.h2
-rw-r--r--cpukit/telnetd/telnetd.c2
-rw-r--r--cpukit/telnetd/telnetd.h2
8 files changed, 0 insertions, 20 deletions
diff --git a/cpukit/telnetd/Makefile.am b/cpukit/telnetd/Makefile.am
index cb72745e98..d114ba4a3b 100644
--- a/cpukit/telnetd/Makefile.am
+++ b/cpukit/telnetd/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
include $(top_srcdir)/automake/compile.am
if LIBNETWORKING
diff --git a/cpukit/telnetd/README b/cpukit/telnetd/README
index 626b458f23..3807aa5ebf 100644
--- a/cpukit/telnetd/README
+++ b/cpukit/telnetd/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
Author: fernando.ruiz@ctv.es (correo@fernando-ruiz.com)
This directory contains a telnetd server
diff --git a/cpukit/telnetd/check_passwd.c b/cpukit/telnetd/check_passwd.c
index 51d08723b8..5a801b5fbc 100644
--- a/cpukit/telnetd/check_passwd.c
+++ b/cpukit/telnetd/check_passwd.c
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/*
* Authorship
* ----------
diff --git a/cpukit/telnetd/passwd.h b/cpukit/telnetd/passwd.h
index e6f15f7d84..8d5c299a5e 100644
--- a/cpukit/telnetd/passwd.h
+++ b/cpukit/telnetd/passwd.h
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/* Define a default password for telnetd here.
* NOTES:
* - this can be overridden at run-time by setting
diff --git a/cpukit/telnetd/pty.c b/cpukit/telnetd/pty.c
index fae95126cb..e73f0e515a 100644
--- a/cpukit/telnetd/pty.c
+++ b/cpukit/telnetd/pty.c
@@ -17,8 +17,6 @@
* is closed. Rather let 'read()' return a 0 count so
* they may cleanup. Some magic hack works around termios
* limitation.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/telnetd/pty.h b/cpukit/telnetd/pty.h
index 503fb9444d..1d86294c44 100644
--- a/cpukit/telnetd/pty.h
+++ b/cpukit/telnetd/pty.h
@@ -7,8 +7,6 @@
* 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$
*/
#ifndef _RTEMS_PTY_H
diff --git a/cpukit/telnetd/telnetd.c b/cpukit/telnetd/telnetd.c
index 903b6dfb51..622aa14286 100644
--- a/cpukit/telnetd/telnetd.c
+++ b/cpukit/telnetd/telnetd.c
@@ -34,8 +34,6 @@
* 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.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/telnetd/telnetd.h b/cpukit/telnetd/telnetd.h
index a146ad942b..a2ebcb7c11 100644
--- a/cpukit/telnetd/telnetd.h
+++ b/cpukit/telnetd/telnetd.h
@@ -14,8 +14,6 @@
* 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.
- *
- * $Id$
*/
#ifndef _RTEMS_TELNETD_H