X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=bits.c;h=ddb150971069e415aef72df101691db33eb13b48;hb=4fc4e82abfb3710733ab21e5dfcb81abdedbe5a2;hp=ee053dc081d5dc8566c5c286b1b955a3bde917c1;hpb=0d5a754ba8f2cc33e98d48d559f0ad6cd18a43a3;p=debian%2Fgzip diff --git a/bits.c b/bits.c index ee053dc..ddb1509 100644 --- a/bits.c +++ b/bits.c @@ -1,11 +1,11 @@ /* bits.c -- output variable-length bit strings - Copyright (C) 1999 Free Software Foundation, Inc. + Copyright (C) 1999, 2009-2010 Free Software Foundation, Inc. Copyright (C) 1992-1993 Jean-loup Gailly This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2, or (at your option) + the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, @@ -73,10 +73,6 @@ # include #endif -#ifdef RCSID -static char rcsid[] = "$Id: bits.c,v 1.4 2006/11/20 08:40:33 eggert Exp $"; -#endif - /* =========================================================================== * Local data used by the "bit string" routines. */