summaryrefslogtreecommitdiff
path: root/misc
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 /misc
parent526708ba7291d9951b47a01078b8a1af1e2eb736 (diff)
examples-v2 - Remove CVS Ids (scripted)
Diffstat (limited to 'misc')
-rw-r--r--misc/Makefile4
-rw-r--r--misc/adamain/Makefile4
-rw-r--r--misc/adamain/README4
-rw-r--r--misc/adamain/adacode.c2
-rw-r--r--misc/adamain/rtems_init.c2
-rw-r--r--misc/bspcmdline/Makefile4
-rw-r--r--misc/bspcmdline/README4
-rw-r--r--misc/bspcmdline/test.c2
-rw-r--r--misc/extract_example/README4
-rw-r--r--misc/minimum/Makefile4
-rw-r--r--misc/minimum/test.c2
-rw-r--r--misc/nanosecond_tick_wrap/Makefile4
-rw-r--r--misc/nanosecond_tick_wrap/README4
-rw-r--r--misc/nanosecond_tick_wrap/init.c2
-rw-r--r--misc/qemu_vfat/Makefile4
-rw-r--r--misc/qemu_vfat/README4
-rw-r--r--misc/qemu_vfat/init.c2
-rw-r--r--misc/qemu_vfat/start_test.c2
-rw-r--r--misc/x86_display_cpu/Makefile4
-rw-r--r--misc/x86_display_cpu/test.c2
20 files changed, 0 insertions, 64 deletions
diff --git a/misc/Makefile b/misc/Makefile
index 2654a02..3c6507f 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
include $(RTEMS_MAKEFILE_PATH)/Makefile.inc
include $(RTEMS_CUSTOM)
include $(RTEMS_SHARE)/make/directory.cfg
diff --git a/misc/adamain/Makefile b/misc/adamain/Makefile
index 5c3e6d8..191bb81 100644
--- a/misc/adamain/Makefile
+++ b/misc/adamain/Makefile
@@ -1,8 +1,4 @@
#
-# $Id$
-#
-
-#
# RTEMS_MAKEFILE_PATH is typically set in an environment variable
#
diff --git a/misc/adamain/README b/misc/adamain/README
index 648b110..eb367a9 100644
--- a/misc/adamain/README
+++ b/misc/adamain/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
This directory contains a copy of the standard rtems_init.c which is
used to start Ada applications compiled with GNAT/RTEMS. This test
exists solely to have a way to test this code without having to
diff --git a/misc/adamain/adacode.c b/misc/adamain/adacode.c
index 2ddabca..e21edfd 100644
--- a/misc/adamain/adacode.c
+++ b/misc/adamain/adacode.c
@@ -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$
*/
#include <stdio.h>
diff --git a/misc/adamain/rtems_init.c b/misc/adamain/rtems_init.c
index faf5bf0..7ffe112 100644
--- a/misc/adamain/rtems_init.c
+++ b/misc/adamain/rtems_init.c
@@ -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$
*/
#include <bsp.h>
diff --git a/misc/bspcmdline/Makefile b/misc/bspcmdline/Makefile
index f7c0b7e..6c4d949 100644
--- a/misc/bspcmdline/Makefile
+++ b/misc/bspcmdline/Makefile
@@ -1,8 +1,4 @@
#
-# $Id$
-#
-
-#
# RTEMS_MAKEFILE_PATH is typically set in an environment variable
#
diff --git a/misc/bspcmdline/README b/misc/bspcmdline/README
index 14b3c8e..96b99f4 100644
--- a/misc/bspcmdline/README
+++ b/misc/bspcmdline/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
Some BSPs are invoked from environments which can provide boot
arguments. This program accesses the boot string provided
by the BSP.
diff --git a/misc/bspcmdline/test.c b/misc/bspcmdline/test.c
index 5d47f3d..2f513ca 100644
--- a/misc/bspcmdline/test.c
+++ b/misc/bspcmdline/test.c
@@ -1,7 +1,5 @@
/*
* Demonstrate accessing Boot Command Line provided by BSP
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/misc/extract_example/README b/misc/extract_example/README
index 16eba94..2633f93 100644
--- a/misc/extract_example/README
+++ b/misc/extract_example/README
@@ -1,6 +1,2 @@
-#
-# $Id$
-#
-
This directory contains a Makefile demonstrating how to extract information
from an installed RTEMS.
diff --git a/misc/minimum/Makefile b/misc/minimum/Makefile
index 8baab25..986c31e 100644
--- a/misc/minimum/Makefile
+++ b/misc/minimum/Makefile
@@ -1,8 +1,4 @@
#
-# $Id$
-#
-
-#
# RTEMS_MAKEFILE_PATH is typically set in an environment variable
#
diff --git a/misc/minimum/test.c b/misc/minimum/test.c
index a227409..3ee03ae 100644
--- a/misc/minimum/test.c
+++ b/misc/minimum/test.c
@@ -6,8 +6,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/misc/nanosecond_tick_wrap/Makefile b/misc/nanosecond_tick_wrap/Makefile
index 40b3244..9ba4b16 100644
--- a/misc/nanosecond_tick_wrap/Makefile
+++ b/misc/nanosecond_tick_wrap/Makefile
@@ -1,8 +1,4 @@
#
-# $Id$
-#
-
-#
# RTEMS_MAKEFILE_PATH is typically set in an environment variable
#
diff --git a/misc/nanosecond_tick_wrap/README b/misc/nanosecond_tick_wrap/README
index 390d507..d5ed83f 100644
--- a/misc/nanosecond_tick_wrap/README
+++ b/misc/nanosecond_tick_wrap/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
PR 1748 [1] points out a general problem that many BSPs could have in their
nanoseconds since last tick handler. This problem occurs when:
diff --git a/misc/nanosecond_tick_wrap/init.c b/misc/nanosecond_tick_wrap/init.c
index 1740df2..fb6c003 100644
--- a/misc/nanosecond_tick_wrap/init.c
+++ b/misc/nanosecond_tick_wrap/init.c
@@ -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$
*/
/* Based upon code in PR1748 */
diff --git a/misc/qemu_vfat/Makefile b/misc/qemu_vfat/Makefile
index 98f13ca..e6ae079 100644
--- a/misc/qemu_vfat/Makefile
+++ b/misc/qemu_vfat/Makefile
@@ -1,8 +1,4 @@
#
-# $Id$
-#
-
-#
# RTEMS_MAKEFILE_PATH is typically set in an environment variable
#
diff --git a/misc/qemu_vfat/README b/misc/qemu_vfat/README
index d9ba661..afad8ec 100644
--- a/misc/qemu_vfat/README
+++ b/misc/qemu_vfat/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
This directory contains an example program which should be of use
in some situations. It is designed to be used with Qemu's
virtual FAT file system support. Qemu can make a directory on
diff --git a/misc/qemu_vfat/init.c b/misc/qemu_vfat/init.c
index 6d297b3..020b6b8 100644
--- a/misc/qemu_vfat/init.c
+++ b/misc/qemu_vfat/init.c
@@ -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$
*/
#define CONFIGURE_INIT
diff --git a/misc/qemu_vfat/start_test.c b/misc/qemu_vfat/start_test.c
index b062e18..27d3638 100644
--- a/misc/qemu_vfat/start_test.c
+++ b/misc/qemu_vfat/start_test.c
@@ -1,7 +1,5 @@
/*
* Start Test Example
- *
- * $Id$
*/
#if defined(USE_START_TEST)
diff --git a/misc/x86_display_cpu/Makefile b/misc/x86_display_cpu/Makefile
index 3ebe93a..8635966 100644
--- a/misc/x86_display_cpu/Makefile
+++ b/misc/x86_display_cpu/Makefile
@@ -1,8 +1,4 @@
#
-# $Id$
-#
-
-#
# RTEMS_MAKEFILE_PATH is typically set in an environment variable
#
diff --git a/misc/x86_display_cpu/test.c b/misc/x86_display_cpu/test.c
index a7a4a39..49ddf81 100644
--- a/misc/x86_display_cpu/test.c
+++ b/misc/x86_display_cpu/test.c
@@ -1,7 +1,5 @@
/*
* Simple test program -- simplified version of sample test hello.
- *
- * $Id$
*/
#include <bsp.h>