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/console/bspreset.c | 2 -- c/src/lib/libbsp/powerpc/shared/console/console.c | 2 -- c/src/lib/libbsp/powerpc/shared/console/console.inl | 3 --- c/src/lib/libbsp/powerpc/shared/console/consoleIo.h | 2 -- c/src/lib/libbsp/powerpc/shared/console/inch.c | 2 -- c/src/lib/libbsp/powerpc/shared/console/keyboard.h | 2 -- c/src/lib/libbsp/powerpc/shared/console/polled_io.c | 2 -- c/src/lib/libbsp/powerpc/shared/console/uart.c | 2 -- c/src/lib/libbsp/powerpc/shared/console/uart.h | 1 - 9 files changed, 18 deletions(-) (limited to 'c/src/lib/libbsp/powerpc/shared/console') diff --git a/c/src/lib/libbsp/powerpc/shared/console/bspreset.c b/c/src/lib/libbsp/powerpc/shared/console/bspreset.c index 706121d6b6..2b47458965 100644 --- a/c/src/lib/libbsp/powerpc/shared/console/bspreset.c +++ b/c/src/lib/libbsp/powerpc/shared/console/bspreset.c @@ -1,5 +1,3 @@ -/* $Id$ */ - #include "console.inl" #include #include diff --git a/c/src/lib/libbsp/powerpc/shared/console/console.c b/c/src/lib/libbsp/powerpc/shared/console/console.c index b386f58969..ab64c0812e 100644 --- a/c/src/lib/libbsp/powerpc/shared/console/console.c +++ b/c/src/lib/libbsp/powerpc/shared/console/console.c @@ -18,8 +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$ */ #include diff --git a/c/src/lib/libbsp/powerpc/shared/console/console.inl b/c/src/lib/libbsp/powerpc/shared/console/console.inl index 142bdd18ce..1e300ef01a 100644 --- a/c/src/lib/libbsp/powerpc/shared/console/console.inl +++ b/c/src/lib/libbsp/powerpc/shared/console/console.inl @@ -1,11 +1,8 @@ - /* inline routines for console i/o * * The purpose of this file is to provide generic inline functions, * i.e. not using hardcoded base addresses. These are provided by * the BSP header. - * - * $Id$ */ #include diff --git a/c/src/lib/libbsp/powerpc/shared/console/consoleIo.h b/c/src/lib/libbsp/powerpc/shared/console/consoleIo.h index 5f609da291..7ccdcb9f9d 100644 --- a/c/src/lib/libbsp/powerpc/shared/console/consoleIo.h +++ b/c/src/lib/libbsp/powerpc/shared/console/consoleIo.h @@ -6,8 +6,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 __CONSOLE_IO_H diff --git a/c/src/lib/libbsp/powerpc/shared/console/inch.c b/c/src/lib/libbsp/powerpc/shared/console/inch.c index 54abc0bae3..c72c5e8623 100644 --- a/c/src/lib/libbsp/powerpc/shared/console/inch.c +++ b/c/src/lib/libbsp/powerpc/shared/console/inch.c @@ -15,8 +15,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/console/keyboard.h b/c/src/lib/libbsp/powerpc/shared/console/keyboard.h index d8ce1a3c17..1c39fbbf4f 100644 --- a/c/src/lib/libbsp/powerpc/shared/console/keyboard.h +++ b/c/src/lib/libbsp/powerpc/shared/console/keyboard.h @@ -6,8 +6,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 __LINUX_KEYBOARD_H diff --git a/c/src/lib/libbsp/powerpc/shared/console/polled_io.c b/c/src/lib/libbsp/powerpc/shared/console/polled_io.c index c486b1e127..501d8394fe 100644 --- a/c/src/lib/libbsp/powerpc/shared/console/polled_io.c +++ b/c/src/lib/libbsp/powerpc/shared/console/polled_io.c @@ -11,8 +11,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/console/uart.c b/c/src/lib/libbsp/powerpc/shared/console/uart.c index 81cada4062..1079af12ac 100644 --- a/c/src/lib/libbsp/powerpc/shared/console/uart.c +++ b/c/src/lib/libbsp/powerpc/shared/console/uart.c @@ -3,8 +3,6 @@ * It is provided in to the public domain "as is", can be freely modified * as far as this copyight notice is kept unchanged, but does not imply * an endorsement by T.sqware of the product in which it is included. - * - * $Id$ */ #include diff --git a/c/src/lib/libbsp/powerpc/shared/console/uart.h b/c/src/lib/libbsp/powerpc/shared/console/uart.h index 405d2ea637..b7539b5b7b 100644 --- a/c/src/lib/libbsp/powerpc/shared/console/uart.h +++ b/c/src/lib/libbsp/powerpc/shared/console/uart.h @@ -1,5 +1,4 @@ - /* * This software is Copyright (C) 1998 by T.sqware - all rights limited * It is provided in to the public domain "as is", can be freely modified -- cgit v1.2.3