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/residual/pnp.h | 3 --- c/src/lib/libbsp/powerpc/shared/residual/residual.c | 2 -- c/src/lib/libbsp/powerpc/shared/residual/residual.h | 3 --- 3 files changed, 8 deletions(-) (limited to 'c/src/lib/libbsp/powerpc/shared/residual') diff --git a/c/src/lib/libbsp/powerpc/shared/residual/pnp.h b/c/src/lib/libbsp/powerpc/shared/residual/pnp.h index beebba1b5f..203a1a46d3 100644 --- a/c/src/lib/libbsp/powerpc/shared/residual/pnp.h +++ b/c/src/lib/libbsp/powerpc/shared/residual/pnp.h @@ -14,9 +14,6 @@ /* For enum's: if given in hex then they are bit significant, i.e. */ /* only one bit is on for each enum */ -/* - * $Id$ - */ #ifndef _PNP_ #define _PNP_ diff --git a/c/src/lib/libbsp/powerpc/shared/residual/residual.c b/c/src/lib/libbsp/powerpc/shared/residual/residual.c index aaf62ebb1d..437470bb72 100644 --- a/c/src/lib/libbsp/powerpc/shared/residual/residual.c +++ b/c/src/lib/libbsp/powerpc/shared/residual/residual.c @@ -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/c/src/lib/libbsp/powerpc/shared/residual/residual.h b/c/src/lib/libbsp/powerpc/shared/residual/residual.h index 114778e706..3c6ae3739d 100644 --- a/c/src/lib/libbsp/powerpc/shared/residual/residual.h +++ b/c/src/lib/libbsp/powerpc/shared/residual/residual.h @@ -10,9 +10,6 @@ /* i.e. only one bit is on for each enum */ /* Reserved fields must be filled with zeros. */ -/* - * $Id$ - */ #ifndef _RESIDUAL_ #define _RESIDUAL_ -- cgit v1.2.3