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. --- cpukit/zlib/Makefile.am | 4 ---- cpukit/zlib/adler32.c | 2 -- cpukit/zlib/compress.c | 2 -- cpukit/zlib/crc32.c | 2 -- cpukit/zlib/deflate.c | 2 -- cpukit/zlib/deflate.h | 2 -- cpukit/zlib/trees.c | 2 -- cpukit/zlib/uncompr.c | 2 -- cpukit/zlib/zconf.h.in | 2 -- cpukit/zlib/zutil.c | 2 -- cpukit/zlib/zutil.h | 2 -- 11 files changed, 24 deletions(-) (limited to 'cpukit/zlib') diff --git a/cpukit/zlib/Makefile.am b/cpukit/zlib/Makefile.am index 271f276cc4..478134b560 100644 --- a/cpukit/zlib/Makefile.am +++ b/cpukit/zlib/Makefile.am @@ -1,7 +1,3 @@ -# -# $Id$ -# - include $(top_srcdir)/automake/compile.am project_lib_LIBRARIES = libz.a diff --git a/cpukit/zlib/adler32.c b/cpukit/zlib/adler32.c index 65ad6a5adc..172de60321 100644 --- a/cpukit/zlib/adler32.c +++ b/cpukit/zlib/adler32.c @@ -3,8 +3,6 @@ * For conditions of distribution and use, see copyright notice in zlib.h */ -/* @(#) $Id$ */ - #include "zutil.h" #define local static diff --git a/cpukit/zlib/compress.c b/cpukit/zlib/compress.c index ea4dfbe9d7..30ffc77cb9 100644 --- a/cpukit/zlib/compress.c +++ b/cpukit/zlib/compress.c @@ -3,8 +3,6 @@ * For conditions of distribution and use, see copyright notice in zlib.h */ -/* @(#) $Id$ */ - #define ZLIB_INTERNAL #include "zlib.h" diff --git a/cpukit/zlib/crc32.c b/cpukit/zlib/crc32.c index 91be372d22..08843ff732 100644 --- a/cpukit/zlib/crc32.c +++ b/cpukit/zlib/crc32.c @@ -9,8 +9,6 @@ * factor of two increase in speed on a Power PC G4 (PPC7455) using gcc -O3. */ -/* @(#) $Id$ */ - /* Note on the use of DYNAMIC_CRC_TABLE: there is no mutex or semaphore protection on the static variables used to control the first-use generation diff --git a/cpukit/zlib/deflate.c b/cpukit/zlib/deflate.c index 5c4022f3d4..1c6a00c18c 100644 --- a/cpukit/zlib/deflate.c +++ b/cpukit/zlib/deflate.c @@ -47,8 +47,6 @@ * */ -/* @(#) $Id$ */ - #include "deflate.h" const char deflate_copyright[] = diff --git a/cpukit/zlib/deflate.h b/cpukit/zlib/deflate.h index cbf0d1ea5d..6ac0a1eb12 100644 --- a/cpukit/zlib/deflate.h +++ b/cpukit/zlib/deflate.h @@ -8,8 +8,6 @@ subject to change. Applications should only use zlib.h. */ -/* @(#) $Id$ */ - #ifndef DEFLATE_H #define DEFLATE_H diff --git a/cpukit/zlib/trees.c b/cpukit/zlib/trees.c index 56e9bb1c11..843612689b 100644 --- a/cpukit/zlib/trees.c +++ b/cpukit/zlib/trees.c @@ -30,8 +30,6 @@ * Addison-Wesley, 1983. ISBN 0-201-06672-6. */ -/* @(#) $Id$ */ - /* #define GEN_TREES_H */ #include "deflate.h" diff --git a/cpukit/zlib/uncompr.c b/cpukit/zlib/uncompr.c index ad98be3a5d..769f83ee0c 100644 --- a/cpukit/zlib/uncompr.c +++ b/cpukit/zlib/uncompr.c @@ -3,8 +3,6 @@ * For conditions of distribution and use, see copyright notice in zlib.h */ -/* @(#) $Id$ */ - #define ZLIB_INTERNAL #include "zlib.h" diff --git a/cpukit/zlib/zconf.h.in b/cpukit/zlib/zconf.h.in index 02ce56c431..5e115b6fba 100644 --- a/cpukit/zlib/zconf.h.in +++ b/cpukit/zlib/zconf.h.in @@ -3,8 +3,6 @@ * For conditions of distribution and use, see copyright notice in zlib.h */ -/* @(#) $Id$ */ - #ifndef ZCONF_H #define ZCONF_H diff --git a/cpukit/zlib/zutil.c b/cpukit/zlib/zutil.c index 898ed345b0..15645c5e72 100644 --- a/cpukit/zlib/zutil.c +++ b/cpukit/zlib/zutil.c @@ -3,8 +3,6 @@ * For conditions of distribution and use, see copyright notice in zlib.h */ -/* @(#) $Id$ */ - #include "zutil.h" #ifndef NO_DUMMY_DECL diff --git a/cpukit/zlib/zutil.h b/cpukit/zlib/zutil.h index 258fa88799..1f5a6c0ef4 100644 --- a/cpukit/zlib/zutil.h +++ b/cpukit/zlib/zutil.h @@ -8,8 +8,6 @@ subject to change. Applications should only use zlib.h. */ -/* @(#) $Id$ */ - #ifndef ZUTIL_H #define ZUTIL_H -- cgit v1.2.3