summaryrefslogtreecommitdiff
path: root/deflate.c
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2013-03-24 22:46:40 -0700
committerMark Adler <madler@alumni.caltech.edu>2013-03-24 22:47:59 -0700
commit0b166094092efa2b92200cbb67f390e86c181ab4 (patch)
tree32561580c6684415ddf702b9c956d6c704fb19d2 /deflate.c
parentf81b79c55998a0b7551c129ac379df5839d0949b (diff)
downloadzlib-1.2.7.1.tar.gz
zlib-1.2.7.1.tar.bz2
zlib-1.2.7.1.zip
zlib 1.2.7.1v1.2.7.1
Diffstat (limited to 'deflate.c')
-rw-r--r--deflate.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/deflate.c b/deflate.c
index a942e25..65d9101 100644
--- a/deflate.c
+++ b/deflate.c
@@ -1,5 +1,5 @@
1/* deflate.c -- compress data using the deflation algorithm 1/* deflate.c -- compress data using the deflation algorithm
2 * Copyright (C) 1995-2012 Jean-loup Gailly and Mark Adler 2 * Copyright (C) 1995-2013 Jean-loup Gailly and Mark Adler
3 * For conditions of distribution and use, see copyright notice in zlib.h 3 * For conditions of distribution and use, see copyright notice in zlib.h
4 */ 4 */
5 5
@@ -52,7 +52,7 @@
52#include "deflate.h" 52#include "deflate.h"
53 53
54const char deflate_copyright[] = 54const char deflate_copyright[] =
55 " deflate 1.2.7.1 Copyright 1995-2012 Jean-loup Gailly and Mark Adler "; 55 " deflate 1.2.7.1 Copyright 1995-2013 Jean-loup Gailly and Mark Adler ";
56/* 56/*
57 If you use the zlib library in a product, an acknowledgment is welcome 57 If you use the zlib library in a product, an acknowledgment is welcome
58 in the documentation of your product. If for some reason you cannot 58 in the documentation of your product. If for some reason you cannot