Commit 700b73e7 authored by Brian Lloyd's avatar Brian Lloyd

Updated to 1.1.4

parent f5367679
......@@ -3,7 +3,7 @@
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/* @(#) $Id: adler32.c,v 1.3 2002/03/11 22:22:12 shane Exp $ */
/* @(#) $Id: adler32.c,v 1.4 2002/03/12 15:10:04 Brian Exp $ */
#include "zlib.h"
......
......@@ -3,7 +3,7 @@
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/* @(#) $Id: compress.c,v 1.3 2002/03/11 22:22:12 shane Exp $ */
/* @(#) $Id: compress.c,v 1.4 2002/03/12 15:10:04 Brian Exp $ */
#include "zlib.h"
......
......@@ -3,7 +3,7 @@
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/* @(#) $Id: crc32.c,v 1.3 2002/03/11 22:22:12 shane Exp $ */
/* @(#) $Id: crc32.c,v 1.4 2002/03/12 15:10:04 Brian Exp $ */
#include "zlib.h"
......
......@@ -47,7 +47,7 @@
*
*/
/* @(#) $Id: deflate.c,v 1.3 2002/03/11 22:22:12 shane Exp $ */
/* @(#) $Id: deflate.c,v 1.4 2002/03/12 15:10:04 Brian Exp $ */
#include "deflate.h"
......
......@@ -8,7 +8,7 @@
subject to change. Applications should only use zlib.h.
*/
/* @(#) $Id: deflate.h,v 1.3 2002/03/11 22:22:12 shane Exp $ */
/* @(#) $Id: deflate.h,v 1.4 2002/03/12 15:10:04 Brian Exp $ */
#ifndef _DEFLATE_H
#define _DEFLATE_H
......
......@@ -5,7 +5,7 @@
* Compile this file with -DNO_DEFLATE to avoid the compression code.
*/
/* @(#) $Id: gzio.c,v 1.3 2002/03/11 22:22:12 shane Exp $ */
/* @(#) $Id: gzio.c,v 1.4 2002/03/12 15:10:04 Brian Exp $ */
#include <stdio.h>
......
......@@ -29,7 +29,7 @@
* Addison-Wesley, 1983. ISBN 0-201-06672-6.
*/
/* @(#) $Id: trees.c,v 1.3 2002/03/11 22:22:12 shane Exp $ */
/* @(#) $Id: trees.c,v 1.4 2002/03/12 15:10:04 Brian Exp $ */
/* #define GEN_TREES_H */
......
......@@ -3,7 +3,7 @@
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/* @(#) $Id: uncompr.c,v 1.3 2002/03/11 22:22:12 shane Exp $ */
/* @(#) $Id: uncompr.c,v 1.4 2002/03/12 15:10:04 Brian Exp $ */
#include "zlib.h"
......
......@@ -3,7 +3,7 @@
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/* @(#) $Id: zconf.h,v 1.3 2002/03/11 22:22:12 shane Exp $ */
/* @(#) $Id: zconf.h,v 1.4 2002/03/12 15:10:04 Brian Exp $ */
#ifndef _ZCONF_H
#define _ZCONF_H
......
......@@ -3,7 +3,7 @@
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/* @(#) $Id: zutil.c,v 1.3 2002/03/11 22:22:12 shane Exp $ */
/* @(#) $Id: zutil.c,v 1.4 2002/03/12 15:10:04 Brian Exp $ */
#include "zutil.h"
......
......@@ -8,7 +8,7 @@
subject to change. Applications should only use zlib.h.
*/
/* @(#) $Id: zutil.h,v 1.3 2002/03/11 22:22:12 shane Exp $ */
/* @(#) $Id: zutil.h,v 1.4 2002/03/12 15:10:04 Brian Exp $ */
#ifndef _Z_UTIL_H
#define _Z_UTIL_H
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment