summaryrefslogtreecommitdiffstats
path: root/cxx
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-05-15 16:18:13 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-05-15 16:18:13 -0500
commit28912ca573e0c5819f389fdaacf3d4ee584db1f0 (patch)
tree0718614c6425d185a56852682a4eb5d8c6689e06 /cxx
parentAdd micromonitor. (diff)
downloadrtems-examples-28912ca573e0c5819f389fdaacf3d4ee584db1f0.tar.bz2
examples-v2 - Remove CVS Ids (scripted)
Diffstat (limited to 'cxx')
-rw-r--r--cxx/Makefile4
-rw-r--r--cxx/cxx_throw/init.cc2
-rw-r--r--cxx/libcpp/Makefile3
-rw-r--r--cxx/libcpp/README4
-rw-r--r--cxx/libcpp/foo.cc1
-rw-r--r--cxx/libcpp/foo.h1
6 files changed, 0 insertions, 15 deletions
diff --git a/cxx/Makefile b/cxx/Makefile
index 8933577..e5fa10b 100644
--- a/cxx/Makefile
+++ b/cxx/Makefile
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
include $(RTEMS_MAKEFILE_PATH)/Makefile.inc
include $(RTEMS_CUSTOM)
include $(RTEMS_SHARE)/make/directory.cfg
diff --git a/cxx/cxx_throw/init.cc b/cxx/cxx_throw/init.cc
index d030b67..041a73f 100644
--- a/cxx/cxx_throw/init.cc
+++ b/cxx/cxx_throw/init.cc
@@ -11,8 +11,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$
*/
#include <bsp.h>
diff --git a/cxx/libcpp/Makefile b/cxx/libcpp/Makefile
index c9c0500..47986db 100644
--- a/cxx/libcpp/Makefile
+++ b/cxx/libcpp/Makefile
@@ -1,6 +1,3 @@
-#
-# $Id$
-#
# Templates/Makefile.lib
# adapted for an external library
#
diff --git a/cxx/libcpp/README b/cxx/libcpp/README
index 340da49..0b4ae54 100644
--- a/cxx/libcpp/README
+++ b/cxx/libcpp/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
Example C++ library submitted by Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
The C++ is just place holders to illustrate the Makefile mechanics needed.
diff --git a/cxx/libcpp/foo.cc b/cxx/libcpp/foo.cc
index 2d518b7..898412d 100644
--- a/cxx/libcpp/foo.cc
+++ b/cxx/libcpp/foo.cc
@@ -1,5 +1,4 @@
//
-// $Id$
//
#include "foo.h"
diff --git a/cxx/libcpp/foo.h b/cxx/libcpp/foo.h
index 95780ec..57bc1ec 100644
--- a/cxx/libcpp/foo.h
+++ b/cxx/libcpp/foo.h
@@ -1,5 +1,4 @@
//
-// $Id$
//
#ifndef _foo_h