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.
This commit is contained in:
Joel Sherrill
2012-05-03 10:09:24 -05:00
parent 183af893d1
commit 9b4422a251
6376 changed files with 0 additions and 14816 deletions

View File

@@ -1,7 +1,3 @@
#
# $Id$
#
monitor task
The monitor task is an optional task that knows about RTEMS

View File

@@ -5,8 +5,6 @@
*/
/*
* $Id$
*
* 2001-01-30 KJO (vac4050@cae597.rsc.raytheon.com):
* Fixed rtems_monitor_command_lookup() to accept partial
* commands to uniqeness. Added support for setting

View File

@@ -2,8 +2,6 @@
* RTEMS Config display support
*
* TODO
*
* $Id$
*/
#ifdef HAVE_CONFIG_H

View File

@@ -15,8 +15,6 @@
*
* Drivers are displayed with 'driver' command.
* Names are displayed with 'name' command.
*
* $Id$
*/
#ifdef HAVE_CONFIG_H

View File

@@ -5,8 +5,6 @@
*/
/*
* $Id$
*
* 2001-01-30 KJO (vac4050@cae597.rsc.raytheon.com):
* Fixed rtems_monitor_command_lookup() to accept partial
* commands to uniqeness. Added support for setting

View File

@@ -1,7 +1,5 @@
/*
* RTEMS Monitor extension support
*
* $Id$
*/
#ifdef HAVE_CONFIG_H

View File

@@ -1,7 +1,5 @@
/*
* RTEMS Monitor init task support
*
* $Id$
*/
#ifdef HAVE_CONFIG_H

View File

@@ -1,8 +1,6 @@
/*
* RTEMS Monitor "manager" support.
* Used to traverse object (chain) lists and print them out.
*
* $Id$
*/
#ifdef HAVE_CONFIG_H

View File

@@ -18,8 +18,6 @@
* interrupt stack location, direction and size
* floating point config stuff
* interrupt config stuff
*
* $Id$
*/
#ifdef HAVE_CONFIG_H

View File

@@ -2,8 +2,6 @@
* RTEMS MPCI Config display support
*
* TODO
*
* $Id$
*/
#ifdef HAVE_CONFIG_H

View File

@@ -5,8 +5,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

View File

@@ -11,8 +11,6 @@
*
* TODO:
* should allow for non-numeric id's???
*
* $Id$
*/
#ifdef HAVE_CONFIG_H

View File

@@ -1,7 +1,5 @@
/*
* RTEMS Monitor partition support
*
* $Id$
*/
#ifdef HAVE_CONFIG_H

View File

@@ -3,8 +3,6 @@
* Each routine returns the number of characters it output.
*
* TODO:
*
* $Id$
*/
#ifdef HAVE_CONFIG_H

View File

@@ -1,7 +1,3 @@
/*
* $Id$
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

View File

@@ -1,7 +1,5 @@
/*
* RTEMS Monitor region support
*
* $Id$
*/
#ifdef HAVE_CONFIG_H

View File

@@ -1,7 +1,5 @@
/*
* RTEMS Monitor semaphore support
*
* $Id$
*/
#ifdef HAVE_CONFIG_H

View File

@@ -1,8 +1,6 @@
/*
* RTEMS monitor server (handles requests for info from RTEMS monitors
* running on other nodes)
*
* $Id$
*/
#ifdef HAVE_CONFIG_H

View File

@@ -7,8 +7,6 @@
*
*
* TODO:
*
* $Id$
*/
#ifdef HAVE_CONFIG_H

View File

@@ -1,7 +1,5 @@
/*
* RTEMS Monitor task support
*
* $Id$
*/
#ifdef HAVE_CONFIG_H

View File

@@ -4,9 +4,6 @@
* The RTEMS monitor task.
*/
/*
* $Id$
*/
#ifndef __MONITOR_H
#define __MONITOR_H

View File

@@ -7,8 +7,6 @@
*
*
* TODO:
*
* $Id$
*/
#ifndef _INCLUDE_SYMBOLS_H