X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=unzip.c;h=ceadbbc93b0926f3a5223dcc2b6b23c44fe7ef31;hb=c7e61475680fa226bd9b8bdd469cd66914e630f5;hp=d78bf2525876500d5159a1acf06a0659ad6287e7;hpb=800deb09b422a73c1212233a93839a223ff59678;p=debian%2Fgzip diff --git a/unzip.c b/unzip.c index d78bf25..ceadbbc 100644 --- a/unzip.c +++ b/unzip.c @@ -1,11 +1,11 @@ /* unzip.c -- decompress files in gzip or pkzip format. - Copyright (C) 1997, 1998, 1999 Free Software Foundation, Inc. + Copyright (C) 1997-1999, 2009 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, @@ -28,10 +28,6 @@ either deflated or stored. */ -#ifdef RCSID -static char rcsid[] = "$Id: unzip.c,v 1.4 2006/11/20 08:40:34 eggert Exp $"; -#endif - #include #include "tailor.h" #include "gzip.h"