From: Jim Meyering Date: Sat, 26 Sep 2009 18:21:52 +0000 (+0200) Subject: maint: remove RCS $Id$ variables and comments X-Git-Tag: v1.3.13~13 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=8f824fc586bb11b027f2101d1a9087be79b26a2b;p=debian%2Fgzip maint: remove RCS $Id$ variables and comments --- diff --git a/amiga/match.a b/amiga/match.a index feb9cae..c14a20b 100644 --- a/amiga/match.a +++ b/amiga/match.a @@ -3,8 +3,6 @@ ; This is free software; you can redistribute it and/or modify it under the ; terms of the GNU General Public License, see the file COPYING. -; $Id$ -; ; Adapted for the Amiga by Carsten Steger ; using the code in match.S. ; The major change in this code consists of removing all unaligned diff --git a/bits.c b/bits.c index 5e2051f..0e98edf 100644 --- a/bits.c +++ b/bits.c @@ -73,10 +73,6 @@ # include #endif -#ifdef RCSID -static char rcsid[] = "$Id$"; -#endif - /* =========================================================================== * Local data used by the "bit string" routines. */ diff --git a/crypt.c b/crypt.c index 8b410b2..7be11d8 100644 --- a/crypt.c +++ b/crypt.c @@ -1,7 +1,4 @@ /* crypt.c (dummy version) -- do not perform encryption * Hardly worth copyrighting :-) */ -#ifdef RCSID -static char rcsid[] = "$Id$"; -#endif typedef int dummy; diff --git a/deflate.c b/deflate.c index 955698e..0bdc0ff 100644 --- a/deflate.c +++ b/deflate.c @@ -81,10 +81,6 @@ #include "gzip.h" #include "lzw.h" /* just for consistency checking */ -#ifdef RCSID -static char rcsid[] = "$Id$"; -#endif - /* =========================================================================== * Configuration parameters */ diff --git a/gzip.c b/gzip.c index e7043a5..ebf87df 100644 --- a/gzip.c +++ b/gzip.c @@ -53,10 +53,6 @@ static char *license_msg[] = { * For the meaning of all compilation flags, see comments in Makefile.in. */ -#ifdef RCSID -static char rcsid[] = "$Id$"; -#endif - #include #include #include diff --git a/inflate.c b/inflate.c index 928326d..c60fcbf 100644 --- a/inflate.c +++ b/inflate.c @@ -115,10 +115,6 @@ the two sets of lengths. */ -#ifdef RCSID -static char rcsid[] = "$Id$"; -#endif - #include #include "tailor.h" diff --git a/lib/match.c b/lib/match.c index 005cd36..ecbf89b 100644 --- a/lib/match.c +++ b/lib/match.c @@ -28,8 +28,6 @@ * David Mosberger-Tang . */ -/* $Id$ */ - /* Preprocess with -DNO_UNDERLINE if your C compiler does not prefix * external symbols with an underline character '_'. */ diff --git a/lzw.c b/lzw.c index 0dc2fe0..fe5f004 100644 --- a/lzw.c +++ b/lzw.c @@ -2,10 +2,6 @@ * This is a dummy version avoiding patent problems. */ -#ifdef RCSID -static char rcsid[] = "$Id$"; -#endif - #include #include "tailor.h" #include "gzip.h" diff --git a/msdos/Makefile.djg b/msdos/Makefile.djg index dc37973..f13b6f0 100644 --- a/msdos/Makefile.djg +++ b/msdos/Makefile.djg @@ -16,8 +16,6 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -# $Id$ - #### Start of system configuration section. #### .SUFFIXES: .o diff --git a/msdos/match.asm b/msdos/match.asm index 6c23f24..d3b31cd 100644 --- a/msdos/match.asm +++ b/msdos/match.asm @@ -18,8 +18,6 @@ ; only if the arrays are guaranteed to have zero offset (allocated by ; halloc). We also require SS==DS. This is satisfied for MSC but not Turbo C. -; $Id$ - name match ifndef DYN_ALLOC diff --git a/msdos/tailor.c b/msdos/tailor.c index 94f4f9b..3357328 100644 --- a/msdos/tailor.c +++ b/msdos/tailor.c @@ -11,10 +11,6 @@ #include "tailor.h" #include "gzip.h" -#ifndef lint -static char rcsid[] = "$Id$"; -#endif - #ifdef __TURBOC__ /************************/ diff --git a/revision.h b/revision.h index f528904..58706be 100644 --- a/revision.h +++ b/revision.h @@ -24,5 +24,3 @@ #ifdef LZW # undef LZW #endif - -/* $Id$ */ diff --git a/sample/makecrc.c b/sample/makecrc.c index e4040ba..e5a9593 100644 --- a/sample/makecrc.c +++ b/sample/makecrc.c @@ -1,9 +1,5 @@ /* Not copyrighted 1990 Mark Adler */ -#ifndef lint -static char rcsid[] = "$Id$"; -#endif - #include main() diff --git a/tailor.h b/tailor.h index a150bc8..3aa6fec 100644 --- a/tailor.h +++ b/tailor.h @@ -21,8 +21,6 @@ * The target dependent functions should be defined in tailor.c. */ -/* $Id$ */ - #if defined(__MSDOS__) && !defined(MSDOS) # define MSDOS #endif diff --git a/trees.c b/trees.c index ed61c64..a7cdb5c 100644 --- a/trees.c +++ b/trees.c @@ -72,10 +72,6 @@ #include "tailor.h" #include "gzip.h" -#ifdef RCSID -static char rcsid[] = "$Id$"; -#endif - /* =========================================================================== * Constants */ diff --git a/unlzh.c b/unlzh.c index 154c361..cda4ca3 100644 --- a/unlzh.c +++ b/unlzh.c @@ -3,10 +3,6 @@ * written by Haruhiko Okumura. */ -#ifdef RCSID -static char rcsid[] = "$Id$"; -#endif - #include #include diff --git a/unlzw.c b/unlzw.c index 207023a..5cf95b5 100644 --- a/unlzw.c +++ b/unlzw.c @@ -7,10 +7,6 @@ * to accommodate in-memory decompression. */ -#ifdef RCSID -static char rcsid[] = "$Id$"; -#endif - #include #include "tailor.h" diff --git a/unpack.c b/unpack.c index 68b9521..02369a3 100644 --- a/unpack.c +++ b/unpack.c @@ -17,10 +17,6 @@ along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifdef RCSID -static char rcsid[] = "$Id$"; -#endif - #include #include "tailor.h" #include "gzip.h" diff --git a/unzip.c b/unzip.c index acf6555..885d23d 100644 --- a/unzip.c +++ b/unzip.c @@ -28,10 +28,6 @@ either deflated or stored. */ -#ifdef RCSID -static char rcsid[] = "$Id$"; -#endif - #include #include "tailor.h" #include "gzip.h" diff --git a/util.c b/util.c index 1272f56..1f6f0cd 100644 --- a/util.c +++ b/util.c @@ -18,10 +18,6 @@ along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifdef RCSID -static char rcsid[] = "$Id$"; -#endif - #include #include #include diff --git a/zip.c b/zip.c index 729ec06..e417663 100644 --- a/zip.c +++ b/zip.c @@ -17,10 +17,6 @@ along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifdef RCSID -static char rcsid[] = "$Id$"; -#endif - #include #include