diff options
author | Xin LI <delphij@FreeBSD.org> | 2019-08-11 06:26:03 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2019-08-11 06:26:03 +0000 |
commit | 51f61fc0c7ece7a30c737341e65455841bc3f04e (patch) | |
tree | 3c2702c1e7724bd5d857347158da74efacb5e183 /contrib/bzip2/huffman.c | |
parent | 2a002a05492616b7981eb7a2cad1e8e943e79aa7 (diff) | |
parent | fb69e223e528e6e4c1411ced8b7c9f07024dc280 (diff) | |
download | src-51f61fc0c7ece7a30c737341e65455841bc3f04e.tar.gz src-51f61fc0c7ece7a30c737341e65455841bc3f04e.zip |
Notes
Diffstat (limited to 'contrib/bzip2/huffman.c')
-rw-r--r-- | contrib/bzip2/huffman.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/bzip2/huffman.c b/contrib/bzip2/huffman.c index 0fd6fd762cac..43a1899e4688 100644 --- a/contrib/bzip2/huffman.c +++ b/contrib/bzip2/huffman.c @@ -8,8 +8,8 @@ This file is part of bzip2/libbzip2, a program and library for lossless, block-sorting data compression. - bzip2/libbzip2 version 1.0.7 of 27 June 2019 - Copyright (C) 1996-2010 Julian Seward <jseward@acm.org> + bzip2/libbzip2 version 1.0.8 of 13 July 2019 + Copyright (C) 1996-2019 Julian Seward <jseward@acm.org> Please read the WARNING, DISCLAIMER and PATENTS sections in the README file. |