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-0b166094092efa2b92200cbb67f390e86c181ab4.tar.gz
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 @@
/* deflate.c -- compress data using the deflation algorithm
- * Copyright (C) 1995-2012 Jean-loup Gailly and Mark Adler
+ * Copyright (C) 1995-2013 Jean-loup Gailly and Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
@@ -52,7 +52,7 @@
#include "deflate.h"
const char deflate_copyright[] =
- " deflate 1.2.7.1 Copyright 1995-2012 Jean-loup Gailly and Mark Adler ";
+ " deflate 1.2.7.1 Copyright 1995-2013 Jean-loup Gailly and Mark Adler ";
/*
If you use the zlib library in a product, an acknowledgment is welcome
in the documentation of your product. If for some reason you cannot