aboutsummaryrefslogtreecommitdiff
path: root/inftrees.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 /inftrees.c
parentf81b79c55998a0b7551c129ac379df5839d0949b (diff)
downloadzlib-0b166094092efa2b92200cbb67f390e86c181ab4.tar.gz
zlib-0b166094092efa2b92200cbb67f390e86c181ab4.tar.bz2
zlib-0b166094092efa2b92200cbb67f390e86c181ab4.zip
zlib 1.2.7.1v1.2.7.1
Diffstat (limited to 'inftrees.c')
-rw-r--r--inftrees.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/inftrees.c b/inftrees.c
index 3781399..9ed56c7 100644
--- a/inftrees.c
+++ b/inftrees.c
@@ -1,5 +1,5 @@
1/* inftrees.c -- generate Huffman trees for efficient decoding 1/* inftrees.c -- generate Huffman trees for efficient decoding
2 * Copyright (C) 1995-2012 Mark Adler 2 * Copyright (C) 1995-2013 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
@@ -9,7 +9,7 @@
9#define MAXBITS 15 9#define MAXBITS 15
10 10
11const char inflate_copyright[] = 11const char inflate_copyright[] =
12 " inflate 1.2.7.1 Copyright 1995-2012 Mark Adler "; 12 " inflate 1.2.7.1 Copyright 1995-2013 Mark Adler ";
13/* 13/*
14 If you use the zlib library in a product, an acknowledgment is welcome 14 If you use the zlib library in a product, an acknowledgment is welcome
15 in the documentation of your product. If for some reason you cannot 15 in the documentation of your product. If for some reason you cannot