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. --- tools/cpu/nios2/Makefile.am | 4 ---- tools/cpu/nios2/README | 2 -- tools/cpu/nios2/bridges.c | 2 -- tools/cpu/nios2/bridges.h | 2 -- tools/cpu/nios2/clocks.c | 2 -- tools/cpu/nios2/clocks.h | 2 -- tools/cpu/nios2/configure.ac | 2 -- tools/cpu/nios2/devices.c | 2 -- tools/cpu/nios2/devices.h | 2 -- tools/cpu/nios2/linkcmds.c | 2 -- tools/cpu/nios2/linkcmds.h | 2 -- tools/cpu/nios2/memory.c | 2 -- tools/cpu/nios2/memory.h | 2 -- tools/cpu/nios2/nios2gen.c | 2 -- tools/cpu/nios2/output.c | 2 -- tools/cpu/nios2/output.h | 2 -- tools/cpu/nios2/ptf.c | 2 -- tools/cpu/nios2/ptf.h | 2 -- 18 files changed, 38 deletions(-) (limited to 'tools/cpu/nios2') 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 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 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 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 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 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 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) -- cgit v1.2.3