summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-05-03 10:09:24 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-05-11 08:44:13 -0500
commit9b4422a2513e9c7f4c705050948d82b75331aaba (patch)
treea95a795dedb39af8ad097197d5fd82e3dcb6e4ac /tools
parentMiscellaneous - Clean up file headers so patterns followed (diff)
downloadrtems-9b4422a2513e9c7f4c705050948d82b75331aaba.tar.bz2
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.
Diffstat (limited to '')
-rw-r--r--tools/build/Makefile.am4
-rw-r--r--tools/build/README4
-rw-r--r--tools/build/binpatch.c4
-rw-r--r--tools/build/cklength.c2
-rw-r--r--tools/build/configure.ac4
-rw-r--r--tools/build/eolstrip.c2
-rw-r--r--tools/build/install-if-change.in3
-rw-r--r--tools/build/packhex.c4
-rw-r--r--tools/build/unhex.c2
-rw-r--r--tools/cpu/Makefile.am4
-rw-r--r--tools/cpu/configure.ac2
-rw-r--r--tools/cpu/generic/Makefile.am4
-rw-r--r--tools/cpu/generic/configure.ac2
-rw-r--r--tools/cpu/generic/size_rtems.in3
-rw-r--r--tools/cpu/nios2/Makefile.am4
-rw-r--r--tools/cpu/nios2/README2
-rw-r--r--tools/cpu/nios2/bridges.c2
-rw-r--r--tools/cpu/nios2/bridges.h2
-rw-r--r--tools/cpu/nios2/clocks.c2
-rw-r--r--tools/cpu/nios2/clocks.h2
-rw-r--r--tools/cpu/nios2/configure.ac2
-rw-r--r--tools/cpu/nios2/devices.c2
-rw-r--r--tools/cpu/nios2/devices.h2
-rw-r--r--tools/cpu/nios2/linkcmds.c2
-rw-r--r--tools/cpu/nios2/linkcmds.h2
-rw-r--r--tools/cpu/nios2/memory.c2
-rw-r--r--tools/cpu/nios2/memory.h2
-rw-r--r--tools/cpu/nios2/nios2gen.c2
-rw-r--r--tools/cpu/nios2/output.c2
-rw-r--r--tools/cpu/nios2/output.h2
-rw-r--r--tools/cpu/nios2/ptf.c2
-rw-r--r--tools/cpu/nios2/ptf.h2
-rw-r--r--tools/cpu/sh/Makefile.am4
-rw-r--r--tools/cpu/sh/configure.ac2
34 files changed, 0 insertions, 88 deletions
diff --git a/tools/build/Makefile.am b/tools/build/Makefile.am
index f58624929f..53067d935e 100644
--- a/tools/build/Makefile.am
+++ b/tools/build/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
ACLOCAL_AMFLAGS = -I ../../aclocal
bin_PROGRAMS = cklength eolstrip packhex unhex rtems-bin2c
diff --git a/tools/build/README b/tools/build/README
index 18899c3c06..93de488b85 100644
--- a/tools/build/README
+++ b/tools/build/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
Misc. support tools for RTEMS workspaces.
install-if-change
diff --git a/tools/build/binpatch.c b/tools/build/binpatch.c
index b9e2ac1a06..4748b11429 100644
--- a/tools/build/binpatch.c
+++ b/tools/build/binpatch.c
@@ -1,7 +1,3 @@
-/*
- * $Id$
- */
-
#include <stdio.h>
#include <stdlib.h>
diff --git a/tools/build/cklength.c b/tools/build/cklength.c
index 624bf25e70..47675ce998 100644
--- a/tools/build/cklength.c
+++ b/tools/build/cklength.c
@@ -8,8 +8,6 @@
* usage: cklength [ -v ] [ arg ... ] files...
* -l length -- maximum line length
* -v -- verbose
- *
- * $Id$
*/
#define GETOPTARGS "l:nNv"
diff --git a/tools/build/configure.ac b/tools/build/configure.ac
index d24f3e2d5a..a485dc3dec 100644
--- a/tools/build/configure.ac
+++ b/tools/build/configure.ac
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
AC_PREREQ([2.68])
AC_INIT([rtems-tools-build],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
AC_CONFIG_SRCDIR([install-if-change.in])
diff --git a/tools/build/eolstrip.c b/tools/build/eolstrip.c
index 398ff72116..859f1742c1 100644
--- a/tools/build/eolstrip.c
+++ b/tools/build/eolstrip.c
@@ -6,8 +6,6 @@
*
* usage: eolstrip [ -v ] [ arg ... ] files...
* -v -- verbose
- *
- * $Id$
*/
#define GETOPTARGS "vt"
diff --git a/tools/build/install-if-change.in b/tools/build/install-if-change.in
index b2f3cb04bb..9db1927044 100644
--- a/tools/build/install-if-change.in
+++ b/tools/build/install-if-change.in
@@ -14,9 +14,6 @@
# large variability across systems and we also need to support ou
# -V option.
# So we just copy and chmod by hand.
-#
-# $Id$
-#
progname=`basename $0`
#progname=${0##*/} # fast basename hack for ksh, bash
diff --git a/tools/build/packhex.c b/tools/build/packhex.c
index 1e8edb615e..45565faaeb 100644
--- a/tools/build/packhex.c
+++ b/tools/build/packhex.c
@@ -1,4 +1,3 @@
-
/***** P A C K H E X . C ************************************************
*
* Packhex is a hex-file compaction utility. It attempts to concatenate
@@ -19,9 +18,6 @@
* Compiler: Microsoft C 6.0
* cl /F 1000 packhex.c
*
- *
- * $Id$
- *
**************************************************************************/
diff --git a/tools/build/unhex.c b/tools/build/unhex.c
index 693049f465..9248e8ffff 100644
--- a/tools/build/unhex.c
+++ b/tools/build/unhex.c
@@ -16,8 +16,6 @@
* 10..x data bytes in ascii-hex
* x+1..x+2 cksum (2's compl of (len+addr+data))
* x+3 \n -- newline
- *
- * $Id$
*/
char *USAGE = "\
diff --git a/tools/cpu/Makefile.am b/tools/cpu/Makefile.am
index 43b1da1524..460de891c2 100644
--- a/tools/cpu/Makefile.am
+++ b/tools/cpu/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
ACLOCAL_AMFLAGS = -I ../../aclocal
SUBDIRS = @subdirs@
diff --git a/tools/cpu/configure.ac b/tools/cpu/configure.ac
index f5ae63bfbf..918cbdf692 100644
--- a/tools/cpu/configure.ac
+++ b/tools/cpu/configure.ac
@@ -1,6 +1,4 @@
## Process this file with autoconf to produce a configure script.
-##
-## $Id$
AC_PREREQ([2.68])
AC_INIT([rtems-tools-cpu],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
diff --git a/tools/cpu/generic/Makefile.am b/tools/cpu/generic/Makefile.am
index 8f4d18658f..af48742ee0 100644
--- a/tools/cpu/generic/Makefile.am
+++ b/tools/cpu/generic/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
ACLOCAL_AMFLAGS = -I ../../../aclocal
noinst_SCRIPTS = size_rtems
diff --git a/tools/cpu/generic/configure.ac b/tools/cpu/generic/configure.ac
index 0ac6687587..e76e5a9e28 100644
--- a/tools/cpu/generic/configure.ac
+++ b/tools/cpu/generic/configure.ac
@@ -1,6 +1,4 @@
## Process this file with autoconf to produce a configure script.
-##
-## $Id$
AC_PREREQ([2.68])
AC_INIT([rtems-tools-cpu-generic],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
diff --git a/tools/cpu/generic/size_rtems.in b/tools/cpu/generic/size_rtems.in
index 93fa1d59c6..ebe70967d9 100644
--- a/tools/cpu/generic/size_rtems.in
+++ b/tools/cpu/generic/size_rtems.in
@@ -18,9 +18,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$
-#
target=@target@
program_prefix=@program_prefix@
diff --git a/tools/cpu/nios2/Makefile.am b/tools/cpu/nios2/Makefile.am
index 254d245d27..5d67affcdc 100644
--- a/tools/cpu/nios2/Makefile.am
+++ b/tools/cpu/nios2/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
ACLOCAL_AMFLAGS = -I ../../../aclocal
noinst_PROGRAMS = nios2gen
diff --git a/tools/cpu/nios2/README b/tools/cpu/nios2/README
index f961dff6b1..1edcdb653e 100644
--- a/tools/cpu/nios2/README
+++ b/tools/cpu/nios2/README
@@ -1,5 +1,3 @@
-$Id$
-
nios2gen:
Tool to generate BSP data for boards utilizing NIOS2 soft core processor.
diff --git a/tools/cpu/nios2/bridges.c b/tools/cpu/nios2/bridges.c
index be5e889b5e..3f85bd1e89 100644
--- a/tools/cpu/nios2/bridges.c
+++ b/tools/cpu/nios2/bridges.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$
*/
/********************************************************/
diff --git a/tools/cpu/nios2/bridges.h b/tools/cpu/nios2/bridges.h
index 02d983871d..a2a77e217d 100644
--- a/tools/cpu/nios2/bridges.h
+++ b/tools/cpu/nios2/bridges.h
@@ -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$
*/
#ifndef __NIOS2GEN_BRIDGES_H
diff --git a/tools/cpu/nios2/clocks.c b/tools/cpu/nios2/clocks.c
index 5a3293ef29..91aa7a978a 100644
--- a/tools/cpu/nios2/clocks.c
+++ b/tools/cpu/nios2/clocks.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$
*/
#include "ptf.h"
diff --git a/tools/cpu/nios2/clocks.h b/tools/cpu/nios2/clocks.h
index ef8395d39c..655af2f036 100644
--- a/tools/cpu/nios2/clocks.h
+++ b/tools/cpu/nios2/clocks.h
@@ -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$
*/
#ifndef __NIOS2GEN_CLOCKS_H
diff --git a/tools/cpu/nios2/configure.ac b/tools/cpu/nios2/configure.ac
index a2b2041074..02b9ffed78 100644
--- a/tools/cpu/nios2/configure.ac
+++ b/tools/cpu/nios2/configure.ac
@@ -1,6 +1,4 @@
## Process this file with autoconf to produce a configure script.
-##
-## $Id$
AC_PREREQ([2.68])
AC_INIT([rtems-tools-cpu-nios2],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
diff --git a/tools/cpu/nios2/devices.c b/tools/cpu/nios2/devices.c
index 054d1cc29f..a7965b3d27 100644
--- a/tools/cpu/nios2/devices.c
+++ b/tools/cpu/nios2/devices.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$
*/
#include <stdio.h>
diff --git a/tools/cpu/nios2/devices.h b/tools/cpu/nios2/devices.h
index 5e62ea2c00..9355b253ad 100644
--- a/tools/cpu/nios2/devices.h
+++ b/tools/cpu/nios2/devices.h
@@ -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$
*/
#ifndef __NIOS2GEN_DEVICES_H
diff --git a/tools/cpu/nios2/linkcmds.c b/tools/cpu/nios2/linkcmds.c
index 28a71cbbc0..1bd14efe28 100644
--- a/tools/cpu/nios2/linkcmds.c
+++ b/tools/cpu/nios2/linkcmds.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$
*/
#include <stdio.h>
diff --git a/tools/cpu/nios2/linkcmds.h b/tools/cpu/nios2/linkcmds.h
index d2686d5e8e..808e882069 100644
--- a/tools/cpu/nios2/linkcmds.h
+++ b/tools/cpu/nios2/linkcmds.h
@@ -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$
*/
#ifndef __LINKCMDS_H
diff --git a/tools/cpu/nios2/memory.c b/tools/cpu/nios2/memory.c
index c697e15430..4032599ee3 100644
--- a/tools/cpu/nios2/memory.c
+++ b/tools/cpu/nios2/memory.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$
*/
#include <stdio.h>
diff --git a/tools/cpu/nios2/memory.h b/tools/cpu/nios2/memory.h
index 0fe364c4b9..f1b1ce81b6 100644
--- a/tools/cpu/nios2/memory.h
+++ b/tools/cpu/nios2/memory.h
@@ -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$
*/
#ifndef __MEMORY_H
diff --git a/tools/cpu/nios2/nios2gen.c b/tools/cpu/nios2/nios2gen.c
index 9c36a48a99..7a54f5421f 100644
--- a/tools/cpu/nios2/nios2gen.c
+++ b/tools/cpu/nios2/nios2gen.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$
*/
#include <stdio.h>
diff --git a/tools/cpu/nios2/output.c b/tools/cpu/nios2/output.c
index bd4a30b0fe..ca5e9dde56 100644
--- a/tools/cpu/nios2/output.c
+++ b/tools/cpu/nios2/output.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$
*/
#include <stdio.h>
diff --git a/tools/cpu/nios2/output.h b/tools/cpu/nios2/output.h
index ad36629bf8..bcc7987d12 100644
--- a/tools/cpu/nios2/output.h
+++ b/tools/cpu/nios2/output.h
@@ -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$
*/
#ifndef __OUTPUT_H
diff --git a/tools/cpu/nios2/ptf.c b/tools/cpu/nios2/ptf.c
index db62e557b7..cf8ff3e57d 100644
--- a/tools/cpu/nios2/ptf.c
+++ b/tools/cpu/nios2/ptf.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$
*/
#include <stdio.h>
diff --git a/tools/cpu/nios2/ptf.h b/tools/cpu/nios2/ptf.h
index c847cf3b1f..9589b658ad 100644
--- a/tools/cpu/nios2/ptf.h
+++ b/tools/cpu/nios2/ptf.h
@@ -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$
*/
#if !defined(__PTF_H)
diff --git a/tools/cpu/sh/Makefile.am b/tools/cpu/sh/Makefile.am
index be30a63c12..e72f37dd77 100644
--- a/tools/cpu/sh/Makefile.am
+++ b/tools/cpu/sh/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
ACLOCAL_AMFLAGS = -I ../../../aclocal
noinst_PROGRAMS = shgen
diff --git a/tools/cpu/sh/configure.ac b/tools/cpu/sh/configure.ac
index 82fae15f96..38cf5bc0d1 100644
--- a/tools/cpu/sh/configure.ac
+++ b/tools/cpu/sh/configure.ac
@@ -1,6 +1,4 @@
## Process this file with autoconf to produce a configure script.
-##
-## $Id$
AC_PREREQ([2.68])
AC_INIT([rtems-tools-cpu-sh],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])