From 28912ca573e0c5819f389fdaacf3d4ee584db1f0 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 15 May 2012 16:18:13 -0500 Subject: examples-v2 - Remove CVS Ids (scripted) --- misc/Makefile | 4 ---- misc/adamain/Makefile | 4 ---- misc/adamain/README | 4 ---- misc/adamain/adacode.c | 2 -- misc/adamain/rtems_init.c | 2 -- misc/bspcmdline/Makefile | 4 ---- misc/bspcmdline/README | 4 ---- misc/bspcmdline/test.c | 2 -- misc/extract_example/README | 4 ---- misc/minimum/Makefile | 4 ---- misc/minimum/test.c | 2 -- misc/nanosecond_tick_wrap/Makefile | 4 ---- misc/nanosecond_tick_wrap/README | 4 ---- misc/nanosecond_tick_wrap/init.c | 2 -- misc/qemu_vfat/Makefile | 4 ---- misc/qemu_vfat/README | 4 ---- misc/qemu_vfat/init.c | 2 -- misc/qemu_vfat/start_test.c | 2 -- misc/x86_display_cpu/Makefile | 4 ---- misc/x86_display_cpu/test.c | 2 -- 20 files changed, 64 deletions(-) (limited to 'misc') 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,7 +1,3 @@ -# -# $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 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 diff --git a/misc/bspcmdline/Makefile b/misc/bspcmdline/Makefile index f7c0b7e..6c4d949 100644 --- a/misc/bspcmdline/Makefile +++ b/misc/bspcmdline/Makefile @@ -1,7 +1,3 @@ -# -# $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 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,7 +1,3 @@ -# -# $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 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,7 +1,3 @@ -# -# $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,7 +1,3 @@ -# -# $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,7 +1,3 @@ -# -# $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 -- cgit v1.2.3