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. --- testsuites/samples/Makefile.am | 4 ---- testsuites/samples/README | 3 --- testsuites/samples/base_mp/Makefile.am | 4 ---- testsuites/samples/base_mp/apptask.c | 2 -- testsuites/samples/base_mp/init.c | 2 -- testsuites/samples/base_mp/node1/Makefile.am | 4 ---- testsuites/samples/base_mp/node1/base_mp-node1.doc | 3 --- testsuites/samples/base_mp/node2/Makefile.am | 4 ---- testsuites/samples/base_mp/node2/base_mp-node2.doc | 3 --- testsuites/samples/base_mp/system.h | 2 -- testsuites/samples/base_sp/Makefile.am | 4 ---- testsuites/samples/base_sp/apptask.c | 2 -- testsuites/samples/base_sp/base_sp.doc | 3 --- testsuites/samples/base_sp/init.c | 2 -- testsuites/samples/base_sp/system.h | 2 -- testsuites/samples/capture/Makefile.am | 4 ---- testsuites/samples/capture/capture.doc | 3 --- testsuites/samples/capture/init.c | 2 -- testsuites/samples/capture/system.h | 2 -- testsuites/samples/capture/test1.c | 2 -- testsuites/samples/cdtest/Makefile.am | 4 ---- testsuites/samples/cdtest/init.c | 2 -- testsuites/samples/cdtest/main.cc | 3 --- testsuites/samples/cdtest/system.h | 2 -- testsuites/samples/configure.ac | 2 -- testsuites/samples/fileio/init.c | 2 -- testsuites/samples/hello/Makefile.am | 4 ---- testsuites/samples/hello/hello.doc | 3 --- testsuites/samples/hello/init.c | 2 -- testsuites/samples/iostream/Makefile.am | 4 ---- testsuites/samples/iostream/init.cc | 2 -- testsuites/samples/iostream/iostream.doc | 3 --- testsuites/samples/iostream/system.h | 2 -- testsuites/samples/loopback/Makefile.am | 4 ---- testsuites/samples/loopback/README | 4 ---- testsuites/samples/loopback/init.c | 4 ---- testsuites/samples/minimum/Makefile.am | 4 ---- testsuites/samples/minimum/init.c | 2 -- testsuites/samples/minimum/minimum.doc | 3 --- testsuites/samples/nsecs/Makefile.am | 4 ---- testsuites/samples/nsecs/empty.c | 2 -- testsuites/samples/nsecs/init.c | 2 -- testsuites/samples/nsecs/nsecs.doc | 3 --- testsuites/samples/paranoia/Makefile.am | 4 ---- testsuites/samples/paranoia/init.c | 2 -- testsuites/samples/paranoia/paranoia.c | 2 -- testsuites/samples/paranoia/paranoia.doc | 3 --- testsuites/samples/paranoia/system.h | 2 -- testsuites/samples/pppd/Makefile.am | 4 ---- testsuites/samples/pppd/README | 4 ---- testsuites/samples/pppd/netconfig.h | 1 - testsuites/samples/pppd/system.h | 1 - testsuites/samples/ticker/Makefile.am | 4 ---- testsuites/samples/ticker/init.c | 2 -- testsuites/samples/ticker/system.h | 2 -- testsuites/samples/ticker/tasks.c | 2 -- testsuites/samples/ticker/ticker.doc | 3 --- testsuites/samples/unlimited/Makefile.am | 4 ---- testsuites/samples/unlimited/init.c | 2 -- testsuites/samples/unlimited/system.h | 2 -- testsuites/samples/unlimited/test1.c | 2 -- testsuites/samples/unlimited/test2.c | 2 -- testsuites/samples/unlimited/test3.c | 2 -- testsuites/samples/unlimited/unlimited.doc | 3 --- 64 files changed, 177 deletions(-) (limited to 'testsuites/samples') diff --git a/testsuites/samples/Makefile.am b/testsuites/samples/Makefile.am index 82560d18ff..d0826b89a1 100644 --- a/testsuites/samples/Makefile.am +++ b/testsuites/samples/Makefile.am @@ -1,7 +1,3 @@ -## -## $Id$ -## - ACLOCAL_AMFLAGS = -I ../aclocal SUBDIRS = hello capture ticker base_sp unlimited minimum fileio diff --git a/testsuites/samples/README b/testsuites/samples/README index 03234e95d7..df40b58aeb 100644 --- a/testsuites/samples/README +++ b/testsuites/samples/README @@ -5,9 +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$ -# This directory contains the RTEMS Sample Application Suite. The tests in this directory perform two functions: diff --git a/testsuites/samples/base_mp/Makefile.am b/testsuites/samples/base_mp/Makefile.am index 1e0a552dd4..1815b4179c 100644 --- a/testsuites/samples/base_mp/Makefile.am +++ b/testsuites/samples/base_mp/Makefile.am @@ -1,7 +1,3 @@ -## -## $Id$ -## - SUBDIRS = node1 node2 include $(top_srcdir)/../automake/subdirs.am diff --git a/testsuites/samples/base_mp/apptask.c b/testsuites/samples/base_mp/apptask.c index 654f465af0..a9ddc7fb5d 100644 --- a/testsuites/samples/base_mp/apptask.c +++ b/testsuites/samples/base_mp/apptask.c @@ -15,8 +15,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$ */ #ifdef HAVE_CONFIG_H diff --git a/testsuites/samples/base_mp/init.c b/testsuites/samples/base_mp/init.c index f241eac776..24c6206f73 100644 --- a/testsuites/samples/base_mp/init.c +++ b/testsuites/samples/base_mp/init.c @@ -16,8 +16,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$ */ #ifdef HAVE_CONFIG_H diff --git a/testsuites/samples/base_mp/node1/Makefile.am b/testsuites/samples/base_mp/node1/Makefile.am index 97a606a598..0d58622164 100644 --- a/testsuites/samples/base_mp/node1/Makefile.am +++ b/testsuites/samples/base_mp/node1/Makefile.am @@ -1,7 +1,3 @@ -## -## $Id$ -## - rtems_tests_PROGRAMS = base_mp-node1 base_mp_node1_SOURCES = ../init.c ../apptask.c ../system.h diff --git a/testsuites/samples/base_mp/node1/base_mp-node1.doc b/testsuites/samples/base_mp/node1/base_mp-node1.doc index 5c0baceb8d..a2dcbde8b6 100644 --- a/testsuites/samples/base_mp/node1/base_mp-node1.doc +++ b/testsuites/samples/base_mp/node1/base_mp-node1.doc @@ -1,6 +1,3 @@ -# -# $Id$ -# # COPYRIGHT (c) 1989-1999. # On-Line Applications Research Corporation (OAR). # diff --git a/testsuites/samples/base_mp/node2/Makefile.am b/testsuites/samples/base_mp/node2/Makefile.am index d522814f19..d8471d7ffd 100644 --- a/testsuites/samples/base_mp/node2/Makefile.am +++ b/testsuites/samples/base_mp/node2/Makefile.am @@ -1,7 +1,3 @@ -## -## $Id$ -## - rtems_tests_PROGRAMS = base_mp-node2 base_mp_node2_SOURCES = ../init.c ../apptask.c ../system.h diff --git a/testsuites/samples/base_mp/node2/base_mp-node2.doc b/testsuites/samples/base_mp/node2/base_mp-node2.doc index 5c0baceb8d..a2dcbde8b6 100644 --- a/testsuites/samples/base_mp/node2/base_mp-node2.doc +++ b/testsuites/samples/base_mp/node2/base_mp-node2.doc @@ -1,6 +1,3 @@ -# -# $Id$ -# # COPYRIGHT (c) 1989-1999. # On-Line Applications Research Corporation (OAR). # diff --git a/testsuites/samples/base_mp/system.h b/testsuites/samples/base_mp/system.h index 4005a33d7e..e8210f2a15 100644 --- a/testsuites/samples/base_mp/system.h +++ b/testsuites/samples/base_mp/system.h @@ -9,8 +9,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/testsuites/samples/base_sp/Makefile.am b/testsuites/samples/base_sp/Makefile.am index 917f9613d1..a1b3ee06a2 100644 --- a/testsuites/samples/base_sp/Makefile.am +++ b/testsuites/samples/base_sp/Makefile.am @@ -1,7 +1,3 @@ -## -## $Id$ -## - rtems_tests_PROGRAMS = base_sp base_sp_SOURCES = init.c apptask.c system.h diff --git a/testsuites/samples/base_sp/apptask.c b/testsuites/samples/base_sp/apptask.c index a2bcd82f9d..379e5c3526 100644 --- a/testsuites/samples/base_sp/apptask.c +++ b/testsuites/samples/base_sp/apptask.c @@ -14,8 +14,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$ */ #ifdef HAVE_CONFIG_H diff --git a/testsuites/samples/base_sp/base_sp.doc b/testsuites/samples/base_sp/base_sp.doc index 5c0baceb8d..a2dcbde8b6 100644 --- a/testsuites/samples/base_sp/base_sp.doc +++ b/testsuites/samples/base_sp/base_sp.doc @@ -1,6 +1,3 @@ -# -# $Id$ -# # COPYRIGHT (c) 1989-1999. # On-Line Applications Research Corporation (OAR). # diff --git a/testsuites/samples/base_sp/init.c b/testsuites/samples/base_sp/init.c index 6bc12237ef..a8ac53921d 100644 --- a/testsuites/samples/base_sp/init.c +++ b/testsuites/samples/base_sp/init.c @@ -16,8 +16,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$ */ #ifdef HAVE_CONFIG_H diff --git a/testsuites/samples/base_sp/system.h b/testsuites/samples/base_sp/system.h index 75599df285..aa04d0a178 100644 --- a/testsuites/samples/base_sp/system.h +++ b/testsuites/samples/base_sp/system.h @@ -9,8 +9,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/testsuites/samples/capture/Makefile.am b/testsuites/samples/capture/Makefile.am index dfa1d59a9a..17a1e68cf8 100644 --- a/testsuites/samples/capture/Makefile.am +++ b/testsuites/samples/capture/Makefile.am @@ -1,7 +1,3 @@ -## -## $Id$ -## - rtems_tests_PROGRAMS = capture capture_SOURCES = init.c test1.c system.h diff --git a/testsuites/samples/capture/capture.doc b/testsuites/samples/capture/capture.doc index fad103d555..e39e219260 100644 --- a/testsuites/samples/capture/capture.doc +++ b/testsuites/samples/capture/capture.doc @@ -1,6 +1,3 @@ -# -# $Id$ -# # COPYRIGHT (c) 1989-1999. # On-Line Applications Research Corporation (OAR). # diff --git a/testsuites/samples/capture/init.c b/testsuites/samples/capture/init.c index 0132c62860..28eeb57934 100644 --- a/testsuites/samples/capture/init.c +++ b/testsuites/samples/capture/init.c @@ -16,8 +16,6 @@ * The license and distribution terms for this file may in * the file LICENSE in this distribution or at * http://www.rtems.com/license/LICENSE. - * - * $Id$ */ #define CONFIGURE_INIT diff --git a/testsuites/samples/capture/system.h b/testsuites/samples/capture/system.h index f496d4fcf9..cbc61374db 100644 --- a/testsuites/samples/capture/system.h +++ b/testsuites/samples/capture/system.h @@ -9,8 +9,6 @@ * The license and distribution terms for this file may in * the file LICENSE in this distribution or at * http://www.rtems.com/license/LICENSE. - * - * $Id$ */ #include diff --git a/testsuites/samples/capture/test1.c b/testsuites/samples/capture/test1.c index 5f499bd23c..59da894fc6 100644 --- a/testsuites/samples/capture/test1.c +++ b/testsuites/samples/capture/test1.c @@ -13,8 +13,6 @@ * The license and distribution terms for this file may in * the file LICENSE in this distribution or at * http://www.rtems.com/license/LICENSE. - * - * $Id$ */ #ifdef HAVE_CONFIG_H diff --git a/testsuites/samples/cdtest/Makefile.am b/testsuites/samples/cdtest/Makefile.am index 73763adcb0..f290942a50 100644 --- a/testsuites/samples/cdtest/Makefile.am +++ b/testsuites/samples/cdtest/Makefile.am @@ -1,7 +1,3 @@ -## -## $Id$ -## - rtems_tests_PROGRAMS = cdtest cdtest_SOURCES = init.c main.cc system.h diff --git a/testsuites/samples/cdtest/init.c b/testsuites/samples/cdtest/init.c index 00240813e8..3c1cf538e1 100644 --- a/testsuites/samples/cdtest/init.c +++ b/testsuites/samples/cdtest/init.c @@ -16,8 +16,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$ */ #ifdef HAVE_CONFIG_H diff --git a/testsuites/samples/cdtest/main.cc b/testsuites/samples/cdtest/main.cc index ecae957864..5edfc7020d 100644 --- a/testsuites/samples/cdtest/main.cc +++ b/testsuites/samples/cdtest/main.cc @@ -20,9 +20,6 @@ * by Rosimildo da Silva: * Modified the test a bit to indicate when an instance is * global or not, and added code to test C++ exception. - * - * - * $Id$ */ #include diff --git a/testsuites/samples/cdtest/system.h b/testsuites/samples/cdtest/system.h index 4f8ca56e87..f9f13c2e18 100644 --- a/testsuites/samples/cdtest/system.h +++ b/testsuites/samples/cdtest/system.h @@ -9,8 +9,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/testsuites/samples/configure.ac b/testsuites/samples/configure.ac index 97b3d9e143..87eb2c1b93 100644 --- a/testsuites/samples/configure.ac +++ b/testsuites/samples/configure.ac @@ -1,6 +1,4 @@ ## Process this file with autoconf to produce a configure script. -## -## $Id$ AC_PREREQ([2.68]) AC_INIT([rtems-c-src-tests-samples],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla]) diff --git a/testsuites/samples/fileio/init.c b/testsuites/samples/fileio/init.c index 5c63744e9a..92139e4569 100644 --- a/testsuites/samples/fileio/init.c +++ b/testsuites/samples/fileio/init.c @@ -16,8 +16,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$ */ #ifdef HAVE_CONFIG_H diff --git a/testsuites/samples/hello/Makefile.am b/testsuites/samples/hello/Makefile.am index 94cf69f293..234a27e3ba 100644 --- a/testsuites/samples/hello/Makefile.am +++ b/testsuites/samples/hello/Makefile.am @@ -1,7 +1,3 @@ -## -## $Id$ -## - rtems_tests_PROGRAMS = hello hello_SOURCES = init.c diff --git a/testsuites/samples/hello/hello.doc b/testsuites/samples/hello/hello.doc index 5c0baceb8d..a2dcbde8b6 100644 --- a/testsuites/samples/hello/hello.doc +++ b/testsuites/samples/hello/hello.doc @@ -1,6 +1,3 @@ -# -# $Id$ -# # COPYRIGHT (c) 1989-1999. # On-Line Applications Research Corporation (OAR). # diff --git a/testsuites/samples/hello/init.c b/testsuites/samples/hello/init.c index 8874030092..01b14b8111 100644 --- a/testsuites/samples/hello/init.c +++ b/testsuites/samples/hello/init.c @@ -16,8 +16,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$ */ #ifdef HAVE_CONFIG_H diff --git a/testsuites/samples/iostream/Makefile.am b/testsuites/samples/iostream/Makefile.am index 3eb4e3c96e..5f2b559383 100644 --- a/testsuites/samples/iostream/Makefile.am +++ b/testsuites/samples/iostream/Makefile.am @@ -1,7 +1,3 @@ -## -## $Id$ -## - rtems_tests_PROGRAMS = cxx_iostream cxx_iostream_SOURCES = init.cc system.h diff --git a/testsuites/samples/iostream/init.cc b/testsuites/samples/iostream/init.cc index 26fb7b754b..c3dbec403e 100644 --- a/testsuites/samples/iostream/init.cc +++ b/testsuites/samples/iostream/init.cc @@ -16,8 +16,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/testsuites/samples/iostream/iostream.doc b/testsuites/samples/iostream/iostream.doc index 5c0baceb8d..a2dcbde8b6 100644 --- a/testsuites/samples/iostream/iostream.doc +++ b/testsuites/samples/iostream/iostream.doc @@ -1,6 +1,3 @@ -# -# $Id$ -# # COPYRIGHT (c) 1989-1999. # On-Line Applications Research Corporation (OAR). # diff --git a/testsuites/samples/iostream/system.h b/testsuites/samples/iostream/system.h index 4c4ab16582..cf144cce4b 100644 --- a/testsuites/samples/iostream/system.h +++ b/testsuites/samples/iostream/system.h @@ -9,8 +9,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/testsuites/samples/loopback/Makefile.am b/testsuites/samples/loopback/Makefile.am index 4d65cbc03b..f104c0f491 100644 --- a/testsuites/samples/loopback/Makefile.am +++ b/testsuites/samples/loopback/Makefile.am @@ -1,7 +1,3 @@ -## -## $Id$ -## - rtems_tests_PROGRAMS = loopback loopback_SOURCES = init.c diff --git a/testsuites/samples/loopback/README b/testsuites/samples/loopback/README index 8733bed358..9090e93414 100644 --- a/testsuites/samples/loopback/README +++ b/testsuites/samples/loopback/README @@ -1,7 +1,3 @@ -# -# $Id$ -# - Simple test of kernel network code. Requires no network hardware since only the loopback network address is used. diff --git a/testsuites/samples/loopback/init.c b/testsuites/samples/loopback/init.c index 9df895f45e..0feccf573a 100644 --- a/testsuites/samples/loopback/init.c +++ b/testsuites/samples/loopback/init.c @@ -1,7 +1,3 @@ -/* - * $Id$ - */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/testsuites/samples/minimum/Makefile.am b/testsuites/samples/minimum/Makefile.am index 2d567e43b6..8a54d9b5e6 100644 --- a/testsuites/samples/minimum/Makefile.am +++ b/testsuites/samples/minimum/Makefile.am @@ -1,7 +1,3 @@ -## -## $Id$ -## - rtems_tests_PROGRAMS = minimum minimum_SOURCES = init.c diff --git a/testsuites/samples/minimum/init.c b/testsuites/samples/minimum/init.c index d556458b01..584bd5b4ea 100644 --- a/testsuites/samples/minimum/init.c +++ b/testsuites/samples/minimum/init.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$ */ #define __RTEMS_VIOLATE_KERNEL_VISIBILITY__ diff --git a/testsuites/samples/minimum/minimum.doc b/testsuites/samples/minimum/minimum.doc index 5c0baceb8d..a2dcbde8b6 100644 --- a/testsuites/samples/minimum/minimum.doc +++ b/testsuites/samples/minimum/minimum.doc @@ -1,6 +1,3 @@ -# -# $Id$ -# # COPYRIGHT (c) 1989-1999. # On-Line Applications Research Corporation (OAR). # diff --git a/testsuites/samples/nsecs/Makefile.am b/testsuites/samples/nsecs/Makefile.am index 2c82f17ccd..b813dc807d 100644 --- a/testsuites/samples/nsecs/Makefile.am +++ b/testsuites/samples/nsecs/Makefile.am @@ -1,7 +1,3 @@ -## -## $Id$ -## - rtems_tests_PROGRAMS = nsecs nsecs_SOURCES = init.c empty.c diff --git a/testsuites/samples/nsecs/empty.c b/testsuites/samples/nsecs/empty.c index 0b7772eecd..150e012871 100644 --- a/testsuites/samples/nsecs/empty.c +++ b/testsuites/samples/nsecs/empty.c @@ -4,8 +4,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$ */ #ifdef HAVE_CONFIG_H diff --git a/testsuites/samples/nsecs/init.c b/testsuites/samples/nsecs/init.c index 3431b7656b..3142bffe23 100644 --- a/testsuites/samples/nsecs/init.c +++ b/testsuites/samples/nsecs/init.c @@ -8,8 +8,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$ */ #ifdef HAVE_CONFIG_H diff --git a/testsuites/samples/nsecs/nsecs.doc b/testsuites/samples/nsecs/nsecs.doc index 5c0baceb8d..a2dcbde8b6 100644 --- a/testsuites/samples/nsecs/nsecs.doc +++ b/testsuites/samples/nsecs/nsecs.doc @@ -1,6 +1,3 @@ -# -# $Id$ -# # COPYRIGHT (c) 1989-1999. # On-Line Applications Research Corporation (OAR). # diff --git a/testsuites/samples/paranoia/Makefile.am b/testsuites/samples/paranoia/Makefile.am index ab9830e5a4..7ab78b4e8b 100644 --- a/testsuites/samples/paranoia/Makefile.am +++ b/testsuites/samples/paranoia/Makefile.am @@ -1,7 +1,3 @@ -## -## $Id$ -## - rtems_tests_PROGRAMS = paranoia paranoia_SOURCES = init.c paranoia.c system.h diff --git a/testsuites/samples/paranoia/init.c b/testsuites/samples/paranoia/init.c index 75e4107bf6..9feb3d4526 100644 --- a/testsuites/samples/paranoia/init.c +++ b/testsuites/samples/paranoia/init.c @@ -16,8 +16,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$ */ #ifdef HAVE_CONFIG_H diff --git a/testsuites/samples/paranoia/paranoia.c b/testsuites/samples/paranoia/paranoia.c index a3da531be8..2620ca7226 100644 --- a/testsuites/samples/paranoia/paranoia.c +++ b/testsuites/samples/paranoia/paranoia.c @@ -5,8 +5,6 @@ #include #if !BSP_SMALL_MEMORY /* - * $Id$ - * * A C version of Kahan's Floating Point Test "Paranoia" * * Thos Sumner, UCSF, Feb. 1985 diff --git a/testsuites/samples/paranoia/paranoia.doc b/testsuites/samples/paranoia/paranoia.doc index 5c0baceb8d..a2dcbde8b6 100644 --- a/testsuites/samples/paranoia/paranoia.doc +++ b/testsuites/samples/paranoia/paranoia.doc @@ -1,6 +1,3 @@ -# -# $Id$ -# # COPYRIGHT (c) 1989-1999. # On-Line Applications Research Corporation (OAR). # diff --git a/testsuites/samples/paranoia/system.h b/testsuites/samples/paranoia/system.h index 1a28c98aec..3b522d1b05 100644 --- a/testsuites/samples/paranoia/system.h +++ b/testsuites/samples/paranoia/system.h @@ -9,8 +9,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/testsuites/samples/pppd/Makefile.am b/testsuites/samples/pppd/Makefile.am index 94f4b6eab8..594609a826 100644 --- a/testsuites/samples/pppd/Makefile.am +++ b/testsuites/samples/pppd/Makefile.am @@ -1,7 +1,3 @@ -## -## $Id$ -## - rtems_tests_PROGRAMS = pppd pppd_SOURCES = init.c pppdapp.c netconfig.h system.h diff --git a/testsuites/samples/pppd/README b/testsuites/samples/pppd/README index 677e00af33..49fb2be770 100644 --- a/testsuites/samples/pppd/README +++ b/testsuites/samples/pppd/README @@ -1,7 +1,3 @@ -# -# $Id$ -# - This is an example user application using pppd. It is built using the RTEMS application Makefiles. The file Makefile-user should be renamed to Makefile or the -f option given to make. The file diff --git a/testsuites/samples/pppd/netconfig.h b/testsuites/samples/pppd/netconfig.h index e440e08c4f..f7f5682d4f 100644 --- a/testsuites/samples/pppd/netconfig.h +++ b/testsuites/samples/pppd/netconfig.h @@ -1,4 +1,3 @@ - #ifndef NETCONFIG_H_ #define NETCONFIG_H_ diff --git a/testsuites/samples/pppd/system.h b/testsuites/samples/pppd/system.h index 2a931e4549..5e70ddb2fc 100644 --- a/testsuites/samples/pppd/system.h +++ b/testsuites/samples/pppd/system.h @@ -1,4 +1,3 @@ - #ifndef SYSTEM_H #define SYSTEM_H diff --git a/testsuites/samples/ticker/Makefile.am b/testsuites/samples/ticker/Makefile.am index f099c8c6f9..25c3764bcf 100644 --- a/testsuites/samples/ticker/Makefile.am +++ b/testsuites/samples/ticker/Makefile.am @@ -1,7 +1,3 @@ -## -## $Id$ -## - rtems_tests_PROGRAMS = ticker ticker_SOURCES = init.c tasks.c system.h diff --git a/testsuites/samples/ticker/init.c b/testsuites/samples/ticker/init.c index 05ab25802a..ca3442ea5e 100644 --- a/testsuites/samples/ticker/init.c +++ b/testsuites/samples/ticker/init.c @@ -16,8 +16,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$ */ #ifdef HAVE_CONFIG_H diff --git a/testsuites/samples/ticker/system.h b/testsuites/samples/ticker/system.h index 8555b02d9e..f5ac4d8ea6 100644 --- a/testsuites/samples/ticker/system.h +++ b/testsuites/samples/ticker/system.h @@ -9,8 +9,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/testsuites/samples/ticker/tasks.c b/testsuites/samples/ticker/tasks.c index 3b16a8ed01..bdff3a3e95 100644 --- a/testsuites/samples/ticker/tasks.c +++ b/testsuites/samples/ticker/tasks.c @@ -13,8 +13,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$ */ #ifdef HAVE_CONFIG_H diff --git a/testsuites/samples/ticker/ticker.doc b/testsuites/samples/ticker/ticker.doc index 5c0baceb8d..a2dcbde8b6 100644 --- a/testsuites/samples/ticker/ticker.doc +++ b/testsuites/samples/ticker/ticker.doc @@ -1,6 +1,3 @@ -# -# $Id$ -# # COPYRIGHT (c) 1989-1999. # On-Line Applications Research Corporation (OAR). # diff --git a/testsuites/samples/unlimited/Makefile.am b/testsuites/samples/unlimited/Makefile.am index d839f11269..29ae889908 100644 --- a/testsuites/samples/unlimited/Makefile.am +++ b/testsuites/samples/unlimited/Makefile.am @@ -1,7 +1,3 @@ -## -## $Id$ -## - rtems_tests_PROGRAMS = unlimited unlimited_SOURCES = init.c test1.c test2.c test3.c system.h diff --git a/testsuites/samples/unlimited/init.c b/testsuites/samples/unlimited/init.c index 27e6ca0104..29446b6650 100644 --- a/testsuites/samples/unlimited/init.c +++ b/testsuites/samples/unlimited/init.c @@ -16,8 +16,6 @@ * The license and distribution terms for this file may in * the file LICENSE in this distribution or at * http://www.rtems.com/license/LICENSE. - * - * $Id$ */ #ifdef HAVE_CONFIG_H diff --git a/testsuites/samples/unlimited/system.h b/testsuites/samples/unlimited/system.h index 8acbded79e..1e2277b2cf 100644 --- a/testsuites/samples/unlimited/system.h +++ b/testsuites/samples/unlimited/system.h @@ -9,8 +9,6 @@ * The license and distribution terms for this file may in * the file LICENSE in this distribution or at * http://www.rtems.com/license/LICENSE. - * - * $Id$ */ #include diff --git a/testsuites/samples/unlimited/test1.c b/testsuites/samples/unlimited/test1.c index 9bb2d5ddbd..1d0c9bd104 100644 --- a/testsuites/samples/unlimited/test1.c +++ b/testsuites/samples/unlimited/test1.c @@ -13,8 +13,6 @@ * The license and distribution terms for this file may in * the file LICENSE in this distribution or at * http://www.rtems.com/license/LICENSE. - * - * $Id$ */ #ifdef HAVE_CONFIG_H diff --git a/testsuites/samples/unlimited/test2.c b/testsuites/samples/unlimited/test2.c index ede41b7347..bd56f03680 100644 --- a/testsuites/samples/unlimited/test2.c +++ b/testsuites/samples/unlimited/test2.c @@ -16,8 +16,6 @@ * The license and distribution terms for this file may in * the file LICENSE in this distribution or at * http://www.rtems.com/license/LICENSE. - * - * $Id$ */ #ifdef HAVE_CONFIG_H diff --git a/testsuites/samples/unlimited/test3.c b/testsuites/samples/unlimited/test3.c index 67489064ae..778f581a0e 100644 --- a/testsuites/samples/unlimited/test3.c +++ b/testsuites/samples/unlimited/test3.c @@ -16,8 +16,6 @@ * The license and distribution terms for this file may in * the file LICENSE in this distribution or at * http://www.rtems.com/license/LICENSE. - * - * $Id$ */ #ifdef HAVE_CONFIG_H diff --git a/testsuites/samples/unlimited/unlimited.doc b/testsuites/samples/unlimited/unlimited.doc index 781a420f40..9eb9377f73 100644 --- a/testsuites/samples/unlimited/unlimited.doc +++ b/testsuites/samples/unlimited/unlimited.doc @@ -1,6 +1,3 @@ -# -# $Id$ -# # COPYRIGHT (c) 1989-1997. # On-Line Applications Research Corporation (OAR). # -- cgit v1.2.3