build: update gnulib submodule to latest
[debian/gzip] / zip.c
diff --git a/zip.c b/zip.c
index 4545009fd1fac5e3459d4f901930dd65866665a2..9dd167b73139561c73956f089be37e0065a1d462 100644 (file)
--- a/zip.c
+++ b/zip.c
@@ -1,11 +1,11 @@
 /* zip.c -- compress files to the gzip or pkzip format
 
-   Copyright (C) 1997, 1998, 1999, 2006 Free Software Foundation, Inc.
+   Copyright (C) 1997-1999, 2006-2007, 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,
    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 <config.h>
 #include <ctype.h>
 
@@ -28,8 +24,6 @@ static char rcsid[] = "$Id$";
 #include "gzip.h"
 #include "crypt.h"
 
-#include "timespec.h"
-
 #ifdef HAVE_UNISTD_H
 #  include <unistd.h>
 #endif