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. --- c/src/librtems++/Makefile.am | 4 ---- c/src/librtems++/README | 4 ---- c/src/librtems++/configure.ac | 1 - c/src/librtems++/include/rtems++/rtemsEvent.h | 2 -- c/src/librtems++/include/rtems++/rtemsInterrupt.h | 2 -- c/src/librtems++/include/rtems++/rtemsMessageQueue.h | 2 -- c/src/librtems++/include/rtems++/rtemsSemaphore.h | 2 -- c/src/librtems++/include/rtems++/rtemsStatusCode.h | 2 -- c/src/librtems++/include/rtems++/rtemsTask.h | 2 -- c/src/librtems++/include/rtems++/rtemsTaskMode.h | 2 -- c/src/librtems++/include/rtems++/rtemsTimer.h | 2 -- c/src/librtems++/src/rtemsEvent.cc | 2 -- c/src/librtems++/src/rtemsInterrupt.cc | 2 -- c/src/librtems++/src/rtemsMessageQueue.cc | 2 -- c/src/librtems++/src/rtemsSemaphore.cc | 2 -- c/src/librtems++/src/rtemsStatusCode.cc | 2 -- c/src/librtems++/src/rtemsTask.cc | 2 -- c/src/librtems++/src/rtemsTimer.cc | 2 -- 18 files changed, 39 deletions(-) (limited to 'c/src/librtems++') diff --git a/c/src/librtems++/Makefile.am b/c/src/librtems++/Makefile.am index ba7f5240cf..ffc369ca09 100644 --- a/c/src/librtems++/Makefile.am +++ b/c/src/librtems++/Makefile.am @@ -1,7 +1,3 @@ -## -## $Id$ -## - ACLOCAL_AMFLAGS = -I ../aclocal include $(top_srcdir)/../automake/compile.am diff --git a/c/src/librtems++/README b/c/src/librtems++/README index 65b0eb980e..93080d7f33 100644 --- a/c/src/librtems++/README +++ b/c/src/librtems++/README @@ -1,7 +1,3 @@ -# -# $Id$ -# - RTEMS C++ Library ================= diff --git a/c/src/librtems++/configure.ac b/c/src/librtems++/configure.ac index 801ee0bb1a..63654d5c7c 100644 --- a/c/src/librtems++/configure.ac +++ b/c/src/librtems++/configure.ac @@ -1,6 +1,5 @@ ## Process this file with autoconf to produce a configure script. ## -## $Id$ AC_PREREQ([2.68]) AC_INIT([rtems-c-src-librtems++],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla],[rtems-c-src-librtems++]) diff --git a/c/src/librtems++/include/rtems++/rtemsEvent.h b/c/src/librtems++/include/rtems++/rtemsEvent.h index cba99f11df..c01334423e 100644 --- a/c/src/librtems++/include/rtems++/rtemsEvent.h +++ b/c/src/librtems++/include/rtems++/rtemsEvent.h @@ -1,7 +1,5 @@ /* ------------------------------------------------------------------------ - $Id$ - ------------------------------------------------------------------------ COPYRIGHT (c) 1997 Objective Design Systems Ltd Pty (ODS) diff --git a/c/src/librtems++/include/rtems++/rtemsInterrupt.h b/c/src/librtems++/include/rtems++/rtemsInterrupt.h index 93d4195bf2..c56f10504c 100644 --- a/c/src/librtems++/include/rtems++/rtemsInterrupt.h +++ b/c/src/librtems++/include/rtems++/rtemsInterrupt.h @@ -1,7 +1,5 @@ /* ------------------------------------------------------------------------ - $Id$ - ------------------------------------------------------------------------ COPYRIGHT (c) 1997 Objective Design Systems Ltd Pty (ODS) diff --git a/c/src/librtems++/include/rtems++/rtemsMessageQueue.h b/c/src/librtems++/include/rtems++/rtemsMessageQueue.h index 97dc22c3b2..49e2cc23fb 100644 --- a/c/src/librtems++/include/rtems++/rtemsMessageQueue.h +++ b/c/src/librtems++/include/rtems++/rtemsMessageQueue.h @@ -1,7 +1,5 @@ /* ------------------------------------------------------------------------ - $Id$ - ------------------------------------------------------------------------ COPYRIGHT (c) 1997 Objective Design Systems Ltd Pty (ODS) diff --git a/c/src/librtems++/include/rtems++/rtemsSemaphore.h b/c/src/librtems++/include/rtems++/rtemsSemaphore.h index 8d6e29a125..1266062613 100644 --- a/c/src/librtems++/include/rtems++/rtemsSemaphore.h +++ b/c/src/librtems++/include/rtems++/rtemsSemaphore.h @@ -1,7 +1,5 @@ /* ------------------------------------------------------------------------ - $Id$ - ------------------------------------------------------------------------ COPYRIGHT (c) 1997 Objective Design Systems Ltd Pty (ODS) diff --git a/c/src/librtems++/include/rtems++/rtemsStatusCode.h b/c/src/librtems++/include/rtems++/rtemsStatusCode.h index d7f600536c..c911272b33 100644 --- a/c/src/librtems++/include/rtems++/rtemsStatusCode.h +++ b/c/src/librtems++/include/rtems++/rtemsStatusCode.h @@ -1,7 +1,5 @@ /* ------------------------------------------------------------------------ - $Id$ - ------------------------------------------------------------------------ COPYRIGHT (c) 1997 Objective Design Systems Ltd Pty (ODS) diff --git a/c/src/librtems++/include/rtems++/rtemsTask.h b/c/src/librtems++/include/rtems++/rtemsTask.h index 6b54db035b..c062c03293 100644 --- a/c/src/librtems++/include/rtems++/rtemsTask.h +++ b/c/src/librtems++/include/rtems++/rtemsTask.h @@ -1,7 +1,5 @@ /* ------------------------------------------------------------------------ - $Id$ - ------------------------------------------------------------------------ COPYRIGHT (c) 1997 Objective Design Systems Ltd Pty (ODS) diff --git a/c/src/librtems++/include/rtems++/rtemsTaskMode.h b/c/src/librtems++/include/rtems++/rtemsTaskMode.h index 13588477cc..19507369d0 100644 --- a/c/src/librtems++/include/rtems++/rtemsTaskMode.h +++ b/c/src/librtems++/include/rtems++/rtemsTaskMode.h @@ -1,7 +1,5 @@ /* ------------------------------------------------------------------------ - $Id$ - ------------------------------------------------------------------------ COPYRIGHT (c) 1997 Objective Design Systems Ltd Pty (ODS) diff --git a/c/src/librtems++/include/rtems++/rtemsTimer.h b/c/src/librtems++/include/rtems++/rtemsTimer.h index f188a41150..b9ce766e79 100644 --- a/c/src/librtems++/include/rtems++/rtemsTimer.h +++ b/c/src/librtems++/include/rtems++/rtemsTimer.h @@ -1,7 +1,5 @@ /* ------------------------------------------------------------------------ - $Id$ - ------------------------------------------------------------------------ COPYRIGHT (c) 1997 Objective Design Systems Ltd Pty (ODS) diff --git a/c/src/librtems++/src/rtemsEvent.cc b/c/src/librtems++/src/rtemsEvent.cc index 34bcbfb828..823d0aaa2e 100644 --- a/c/src/librtems++/src/rtemsEvent.cc +++ b/c/src/librtems++/src/rtemsEvent.cc @@ -1,7 +1,5 @@ /* ------------------------------------------------------------------------ - $Id$ - ------------------------------------------------------------------------ COPYRIGHT (c) 1997 Objective Design Systems Ltd Pty (ODS) diff --git a/c/src/librtems++/src/rtemsInterrupt.cc b/c/src/librtems++/src/rtemsInterrupt.cc index f6026ee266..6ce8b3f864 100644 --- a/c/src/librtems++/src/rtemsInterrupt.cc +++ b/c/src/librtems++/src/rtemsInterrupt.cc @@ -1,7 +1,5 @@ /* ------------------------------------------------------------------------ - $Id$ - ------------------------------------------------------------------------ COPYRIGHT (c) 1997 Objective Design Systems Ltd Pty (ODS) diff --git a/c/src/librtems++/src/rtemsMessageQueue.cc b/c/src/librtems++/src/rtemsMessageQueue.cc index 31c13a507f..9072f12f0e 100644 --- a/c/src/librtems++/src/rtemsMessageQueue.cc +++ b/c/src/librtems++/src/rtemsMessageQueue.cc @@ -1,7 +1,5 @@ /* ------------------------------------------------------------------------ - $Id$ - ------------------------------------------------------------------------ COPYRIGHT (c) 1997 Objective Design Systems Ltd Pty (ODS) diff --git a/c/src/librtems++/src/rtemsSemaphore.cc b/c/src/librtems++/src/rtemsSemaphore.cc index 788aef54b7..a46c6026a7 100644 --- a/c/src/librtems++/src/rtemsSemaphore.cc +++ b/c/src/librtems++/src/rtemsSemaphore.cc @@ -1,7 +1,5 @@ /* ------------------------------------------------------------------------ - $Id$ - ------------------------------------------------------------------------ COPYRIGHT (c) 1997 Objective Design Systems Ltd Pty (ODS) diff --git a/c/src/librtems++/src/rtemsStatusCode.cc b/c/src/librtems++/src/rtemsStatusCode.cc index a2db105577..1c23ff57ae 100644 --- a/c/src/librtems++/src/rtemsStatusCode.cc +++ b/c/src/librtems++/src/rtemsStatusCode.cc @@ -1,7 +1,5 @@ /* ------------------------------------------------------------------------ - $Id$ - ------------------------------------------------------------------------ COPYRIGHT (c) 1997 Objective Design Systems Ltd Pty (ODS) diff --git a/c/src/librtems++/src/rtemsTask.cc b/c/src/librtems++/src/rtemsTask.cc index 15f87761b7..744304b32f 100644 --- a/c/src/librtems++/src/rtemsTask.cc +++ b/c/src/librtems++/src/rtemsTask.cc @@ -1,7 +1,5 @@ /* ------------------------------------------------------------------------ - $Id$ - ------------------------------------------------------------------------ COPYRIGHT (c) 1997 Objective Design Systems Ltd Pty (ODS) diff --git a/c/src/librtems++/src/rtemsTimer.cc b/c/src/librtems++/src/rtemsTimer.cc index 3ba560c981..c65047ddf0 100644 --- a/c/src/librtems++/src/rtemsTimer.cc +++ b/c/src/librtems++/src/rtemsTimer.cc @@ -1,7 +1,5 @@ /* ------------------------------------------------------------------------ - $Id$ - ------------------------------------------------------------------------ COPYRIGHT (c) 1997 Objective Design Systems Ltd Pty (ODS) -- cgit v1.2.3