From 9b4422a2513e9c7f4c705050948d82b75331aaba Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 3 May 2012 10:09:24 -0500 Subject: Remove All CVS Id Strings Possible Using a Script Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed. --- cpukit/telnetd/Makefile.am | 4 ---- cpukit/telnetd/README | 4 ---- cpukit/telnetd/check_passwd.c | 2 -- cpukit/telnetd/passwd.h | 2 -- cpukit/telnetd/pty.c | 2 -- cpukit/telnetd/pty.h | 2 -- cpukit/telnetd/telnetd.c | 2 -- cpukit/telnetd/telnetd.h | 2 -- 8 files changed, 20 deletions(-) (limited to 'cpukit/telnetd') 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 -- cgit v1.2.3