summaryrefslogtreecommitdiffstats
path: root/c/src/librtems++
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-05-03 10:09:24 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-05-11 08:44:13 -0500
commit9b4422a2513e9c7f4c705050948d82b75331aaba (patch)
treea95a795dedb39af8ad097197d5fd82e3dcb6e4ac /c/src/librtems++
parentMiscellaneous - Clean up file headers so patterns followed (diff)
downloadrtems-9b4422a2513e9c7f4c705050948d82b75331aaba.tar.bz2
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.
Diffstat (limited to 'c/src/librtems++')
-rw-r--r--c/src/librtems++/Makefile.am4
-rw-r--r--c/src/librtems++/README4
-rw-r--r--c/src/librtems++/configure.ac1
-rw-r--r--c/src/librtems++/include/rtems++/rtemsEvent.h2
-rw-r--r--c/src/librtems++/include/rtems++/rtemsInterrupt.h2
-rw-r--r--c/src/librtems++/include/rtems++/rtemsMessageQueue.h2
-rw-r--r--c/src/librtems++/include/rtems++/rtemsSemaphore.h2
-rw-r--r--c/src/librtems++/include/rtems++/rtemsStatusCode.h2
-rw-r--r--c/src/librtems++/include/rtems++/rtemsTask.h2
-rw-r--r--c/src/librtems++/include/rtems++/rtemsTaskMode.h2
-rw-r--r--c/src/librtems++/include/rtems++/rtemsTimer.h2
-rw-r--r--c/src/librtems++/src/rtemsEvent.cc2
-rw-r--r--c/src/librtems++/src/rtemsInterrupt.cc2
-rw-r--r--c/src/librtems++/src/rtemsMessageQueue.cc2
-rw-r--r--c/src/librtems++/src/rtemsSemaphore.cc2
-rw-r--r--c/src/librtems++/src/rtemsStatusCode.cc2
-rw-r--r--c/src/librtems++/src/rtemsTask.cc2
-rw-r--r--c/src/librtems++/src/rtemsTimer.cc2
18 files changed, 0 insertions, 39 deletions
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)