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/powerpc/shared/irq/i8259.c | 3 --- c/src/lib/libbsp/powerpc/shared/irq/irq.h | 2 -- c/src/lib/libbsp/powerpc/shared/irq/irq_init.c | 2 -- c/src/lib/libbsp/powerpc/shared/irq/openpic_i8259_irq.c | 2 -- 4 files changed, 9 deletions(-) (limited to 'c/src/lib/libbsp/powerpc/shared/irq') diff --git a/c/src/lib/libbsp/powerpc/shared/irq/i8259.c b/c/src/lib/libbsp/powerpc/shared/irq/i8259.c index 19e25e6b98..69ac7b4531 100644 --- a/c/src/lib/libbsp/powerpc/shared/irq/i8259.c +++ b/c/src/lib/libbsp/powerpc/shared/irq/i8259.c @@ -1,4 +1,3 @@ - /* * This file contains the implementation of the function described in irq.h * related to Intel 8259 Programmable Interrupt controller. @@ -8,8 +7,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/powerpc/shared/irq/irq.h b/c/src/lib/libbsp/powerpc/shared/irq/irq.h index 75a155e483..9b507df118 100644 --- a/c/src/lib/libbsp/powerpc/shared/irq/irq.h +++ b/c/src/lib/libbsp/powerpc/shared/irq/irq.h @@ -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$ */ #ifndef BSP_POWERPC_IRQ_H diff --git a/c/src/lib/libbsp/powerpc/shared/irq/irq_init.c b/c/src/lib/libbsp/powerpc/shared/irq/irq_init.c index 8d05d02f4b..2a91ef1fd8 100644 --- a/c/src/lib/libbsp/powerpc/shared/irq/irq_init.c +++ b/c/src/lib/libbsp/powerpc/shared/irq/irq_init.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$ */ #include diff --git a/c/src/lib/libbsp/powerpc/shared/irq/openpic_i8259_irq.c b/c/src/lib/libbsp/powerpc/shared/irq/openpic_i8259_irq.c index 6551ad47e3..880840e19f 100644 --- a/c/src/lib/libbsp/powerpc/shared/irq/openpic_i8259_irq.c +++ b/c/src/lib/libbsp/powerpc/shared/irq/openpic_i8259_irq.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$ */ #include -- cgit v1.2.3