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/avr/avrtest/README | 4 ---- c/src/lib/libbsp/avr/avrtest/console/console-io.c | 2 -- c/src/lib/libbsp/avr/avrtest/include/bsp.h | 2 -- c/src/lib/libbsp/avr/avrtest/make/custom/avrtest.cfg | 2 -- c/src/lib/libbsp/avr/avrtest/start/start.S | 1 - c/src/lib/libbsp/avr/avrtest/startup/linkcmds | 4 ---- 6 files changed, 15 deletions(-) (limited to 'c/src/lib/libbsp/avr') diff --git a/c/src/lib/libbsp/avr/avrtest/README b/c/src/lib/libbsp/avr/avrtest/README index 910f992492..ac097e4dbd 100644 --- a/c/src/lib/libbsp/avr/avrtest/README +++ b/c/src/lib/libbsp/avr/avrtest/README @@ -1,7 +1,3 @@ -# -# $Id$ -# - This BSP is designed to operate on the AVR Mega128 variants. It has been run on AVRTEST and SIMULAVRXX simulators. diff --git a/c/src/lib/libbsp/avr/avrtest/console/console-io.c b/c/src/lib/libbsp/avr/avrtest/console/console-io.c index 792f249aa9..6ff29b2db0 100644 --- a/c/src/lib/libbsp/avr/avrtest/console/console-io.c +++ b/c/src/lib/libbsp/avr/avrtest/console/console-io.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 diff --git a/c/src/lib/libbsp/avr/avrtest/include/bsp.h b/c/src/lib/libbsp/avr/avrtest/include/bsp.h index 54ddfa033f..f46194fc99 100644 --- a/c/src/lib/libbsp/avr/avrtest/include/bsp.h +++ b/c/src/lib/libbsp/avr/avrtest/include/bsp.h @@ -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$ */ #ifndef _BSP_H diff --git a/c/src/lib/libbsp/avr/avrtest/make/custom/avrtest.cfg b/c/src/lib/libbsp/avr/avrtest/make/custom/avrtest.cfg index 4a2e23f059..e4857cd2ff 100644 --- a/c/src/lib/libbsp/avr/avrtest/make/custom/avrtest.cfg +++ b/c/src/lib/libbsp/avr/avrtest/make/custom/avrtest.cfg @@ -1,8 +1,6 @@ # # Config file for the AVR ATmega128 on avrtest Simulator # -# $Id$ -# include $(RTEMS_ROOT)/make/custom/default.cfg diff --git a/c/src/lib/libbsp/avr/avrtest/start/start.S b/c/src/lib/libbsp/avr/avrtest/start/start.S index eb9230a9c7..22853a26b3 100644 --- a/c/src/lib/libbsp/avr/avrtest/start/start.S +++ b/c/src/lib/libbsp/avr/avrtest/start/start.S @@ -29,7 +29,6 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* $Id$ */ #if (__GNUC__ < 3) || (__GNUC__ == 3 && __GNUC_MINOR__ < 3) #error "GCC version >= 3.3 required" diff --git a/c/src/lib/libbsp/avr/avrtest/startup/linkcmds b/c/src/lib/libbsp/avr/avrtest/startup/linkcmds index 24b80e0942..fff75645b6 100644 --- a/c/src/lib/libbsp/avr/avrtest/startup/linkcmds +++ b/c/src/lib/libbsp/avr/avrtest/startup/linkcmds @@ -1,7 +1,3 @@ -/* - * $Id$ - */ - /* * Declare some sizes. */ -- cgit v1.2.3