X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=unpack.c;h=c34a9a4e001ff5644e8e36439af1c1410c9fea32;hb=0377937105e413b9c08207bd253f76fe5c1493b1;hp=8c0bfbe112fff35d97790307ac27e0a77ecac920;hpb=e7921f54c622e3b32e525f345bc34308821e4ae0;p=debian%2Fgzip diff --git a/unpack.c b/unpack.c index 8c0bfbe..c34a9a4 100644 --- a/unpack.c +++ b/unpack.c @@ -1,11 +1,11 @@ /* unpack.c -- decompress files in pack format. - Copyright (C) 1997, 1999, 2006 Free Software Foundation, Inc. + Copyright (C) 1997, 1999, 2006, 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, @@ -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: unpack.c,v 1.4 2006/11/20 08:40:34 eggert Exp $"; -#endif - #include #include "tailor.h" #include "gzip.h"