X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=unzip.c;h=867cdcc474d6acc46d8cb9fe412d14dfa156ec43;hb=09e42b7afde9cef77ee9ae774fcf686dc0c99afd;hp=50cdf5d6da34fabc514b00b0daab93a480c3e87b;hpb=6bfbf81717c7bee5ae846e38ecf6af1ff1775d11;p=debian%2Fgzip diff --git a/unzip.c b/unzip.c index 50cdf5d..867cdcc 100644 --- a/unzip.c +++ b/unzip.c @@ -1,6 +1,6 @@ /* unzip.c -- decompress files in gzip or pkzip format. - Copyright (C) 1997-1999, 2009-2015 Free Software Foundation, Inc. + Copyright (C) 1997-1999, 2009-2017 Free Software Foundation, Inc. Copyright (C) 1992-1993 Jean-loup Gailly This program is free software; you can redistribute it and/or modify @@ -96,7 +96,7 @@ int check_zipfile(in) ext_header = (h[LOCFLG] & EXTFLG) != 0; pkzip = 1; - /* Get ofname and time stamp from local header (to be done) */ + /* Get ofname and timestamp from local header (to be done) */ return OK; }