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. --- c/src/lib/libbsp/sh/gensh2/Makefile.am | 4 ---- c/src/lib/libbsp/sh/gensh2/README | 3 --- c/src/lib/libbsp/sh/gensh2/README.EVB7045F | 3 --- c/src/lib/libbsp/sh/gensh2/configure.ac | 2 -- c/src/lib/libbsp/sh/gensh2/console/config.c | 2 -- c/src/lib/libbsp/sh/gensh2/include/bsp.h | 2 -- c/src/lib/libbsp/sh/gensh2/include/coverhd.h | 2 -- c/src/lib/libbsp/sh/gensh2/make/custom/gensh2.cfg | 2 -- c/src/lib/libbsp/sh/gensh2/start/start.S | 2 -- c/src/lib/libbsp/sh/gensh2/startup/hw_init.c | 2 -- c/src/lib/libbsp/sh/gensh2/startup/linkcmds | 2 -- c/src/lib/libbsp/sh/gensh2/startup/linkcmds.ram | 2 -- c/src/lib/libbsp/sh/gensh2/startup/linkcmds.rom | 2 -- 13 files changed, 30 deletions(-) (limited to 'c/src/lib/libbsp/sh/gensh2') diff --git a/c/src/lib/libbsp/sh/gensh2/Makefile.am b/c/src/lib/libbsp/sh/gensh2/Makefile.am index bc54b0a17d..6339206624 100644 --- a/c/src/lib/libbsp/sh/gensh2/Makefile.am +++ b/c/src/lib/libbsp/sh/gensh2/Makefile.am @@ -1,7 +1,3 @@ -## -## $Id$ -## - ACLOCAL_AMFLAGS = -I ../../../../aclocal include $(top_srcdir)/../../../../automake/compile.am diff --git a/c/src/lib/libbsp/sh/gensh2/README b/c/src/lib/libbsp/sh/gensh2/README index c05974f4cb..eceb272853 100644 --- a/c/src/lib/libbsp/sh/gensh2/README +++ b/c/src/lib/libbsp/sh/gensh2/README @@ -1,6 +1,3 @@ -# -# $Id$ -# # Author: Ralf Corsepius (corsepiu@faw.uni-ulm.de) # Adapted by: John Mills (jmills@tga.com) # Corrections: Radzislaw Galler (rgaller@et.put.poznan.pl) diff --git a/c/src/lib/libbsp/sh/gensh2/README.EVB7045F b/c/src/lib/libbsp/sh/gensh2/README.EVB7045F index f459b0ec39..813cd6b816 100644 --- a/c/src/lib/libbsp/sh/gensh2/README.EVB7045F +++ b/c/src/lib/libbsp/sh/gensh2/README.EVB7045F @@ -1,6 +1,3 @@ -# -# $Id$ -# # Author: Radzislaw Galler (rgaller@et.put.poznan.pl) # diff --git a/c/src/lib/libbsp/sh/gensh2/configure.ac b/c/src/lib/libbsp/sh/gensh2/configure.ac index 8d9d75073d..71c2d0b8b9 100644 --- a/c/src/lib/libbsp/sh/gensh2/configure.ac +++ b/c/src/lib/libbsp/sh/gensh2/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-lib-libbsp-sh-gensh2],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla]) diff --git a/c/src/lib/libbsp/sh/gensh2/console/config.c b/c/src/lib/libbsp/sh/gensh2/console/config.c index 7a0095fa94..e45183abd8 100644 --- a/c/src/lib/libbsp/sh/gensh2/console/config.c +++ b/c/src/lib/libbsp/sh/gensh2/console/config.c @@ -11,8 +11,6 @@ * found in the file LICENSE in this distribution or at * http://www.rtems.com/license/LICENSE. * - * $Id$ - * */ #include diff --git a/c/src/lib/libbsp/sh/gensh2/include/bsp.h b/c/src/lib/libbsp/sh/gensh2/include/bsp.h index d111744083..400bf455d7 100644 --- a/c/src/lib/libbsp/sh/gensh2/include/bsp.h +++ b/c/src/lib/libbsp/sh/gensh2/include/bsp.h @@ -29,8 +29,6 @@ * the above-referenced license. It is provided for critique and * developmental purposes without any warranty nor representation * by the authors or by TGA Technologies. - * - * $Id$ */ #ifndef _BSP_H diff --git a/c/src/lib/libbsp/sh/gensh2/include/coverhd.h b/c/src/lib/libbsp/sh/gensh2/include/coverhd.h index 07ef0765f9..3145f09a76 100644 --- a/c/src/lib/libbsp/sh/gensh2/include/coverhd.h +++ b/c/src/lib/libbsp/sh/gensh2/include/coverhd.h @@ -36,8 +36,6 @@ * the above-referenced license. It is provided for critique and * developmental purposes without any warranty nor representation * by the authors or by TGA Technologies. - * - * $Id$ */ #ifndef __COVERHD_h diff --git a/c/src/lib/libbsp/sh/gensh2/make/custom/gensh2.cfg b/c/src/lib/libbsp/sh/gensh2/make/custom/gensh2.cfg index 659a49c50d..00d0fbf837 100644 --- a/c/src/lib/libbsp/sh/gensh2/make/custom/gensh2.cfg +++ b/c/src/lib/libbsp/sh/gensh2/make/custom/gensh2.cfg @@ -5,8 +5,6 @@ # # Authors: Ralf Corsepius (corsepiu@faw.uni-ulm.de) # -# $Id$ -# include $(RTEMS_ROOT)/make/custom/default.cfg diff --git a/c/src/lib/libbsp/sh/gensh2/start/start.S b/c/src/lib/libbsp/sh/gensh2/start/start.S index e3e23192b0..c00206f13d 100644 --- a/c/src/lib/libbsp/sh/gensh2/start/start.S +++ b/c/src/lib/libbsp/sh/gensh2/start/start.S @@ -26,8 +26,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/c/src/lib/libbsp/sh/gensh2/startup/hw_init.c b/c/src/lib/libbsp/sh/gensh2/startup/hw_init.c index c0f1d70ab4..8cf9725b3b 100644 --- a/c/src/lib/libbsp/sh/gensh2/startup/hw_init.c +++ b/c/src/lib/libbsp/sh/gensh2/startup/hw_init.c @@ -33,8 +33,6 @@ * the above-referenced license. It is provided for critique and * developmental purposes without any warranty nor representation * by the authors or by TGA Technologies. - * - * $Id$ */ #include diff --git a/c/src/lib/libbsp/sh/gensh2/startup/linkcmds b/c/src/lib/libbsp/sh/gensh2/startup/linkcmds index 098b04cf07..be04e23faa 100644 --- a/c/src/lib/libbsp/sh/gensh2/startup/linkcmds +++ b/c/src/lib/libbsp/sh/gensh2/startup/linkcmds @@ -35,8 +35,6 @@ * the above-referenced license. It is provided for critique and * developmental purposes without any warranty nor representation * by the authors or by TGA Technologies. - * - * $Id$ */ OUTPUT_ARCH(sh) diff --git a/c/src/lib/libbsp/sh/gensh2/startup/linkcmds.ram b/c/src/lib/libbsp/sh/gensh2/startup/linkcmds.ram index ec711a932e..1d75185354 100644 --- a/c/src/lib/libbsp/sh/gensh2/startup/linkcmds.ram +++ b/c/src/lib/libbsp/sh/gensh2/startup/linkcmds.ram @@ -35,8 +35,6 @@ * the above-referenced license. It is provided for critique and * developmental purposes without any warranty nor representation * by the authors or by TGA Technologies. - * - * $Id$ */ OUTPUT_FORMAT("coff-sh") diff --git a/c/src/lib/libbsp/sh/gensh2/startup/linkcmds.rom b/c/src/lib/libbsp/sh/gensh2/startup/linkcmds.rom index 1bf5be7120..b734437d5c 100644 --- a/c/src/lib/libbsp/sh/gensh2/startup/linkcmds.rom +++ b/c/src/lib/libbsp/sh/gensh2/startup/linkcmds.rom @@ -35,8 +35,6 @@ * the above-referenced license. It is provided for critique and * developmental purposes without any warranty nor representation * by the authors or by TGA Technologies. - * - * $Id$ */ OUTPUT_FORMAT("coff-sh") -- cgit v1.2.3