diff options
author | Brad King <brad.king@kitware.com> | 2020-02-24 17:11:59 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-02-24 17:11:59 (GMT) |
commit | 592ce3e89baaacc78f445ae2b6316456eeb5cf20 (patch) | |
tree | 9f80a8a5d705a6923609104588525a970080e260 /Utilities/cmbzip2/crctable.c | |
parent | 39f2a9b286bb5346df3a17026aa8b4a1e327caa2 (diff) | |
parent | 03e9d5afb34b6e951b6f4c60fdf71b61690910fc (diff) | |
download | CMake-592ce3e89baaacc78f445ae2b6316456eeb5cf20.zip CMake-592ce3e89baaacc78f445ae2b6316456eeb5cf20.tar.gz CMake-592ce3e89baaacc78f445ae2b6316456eeb5cf20.tar.bz2 |
Merge branch 'upstream-bzip2' into update-bzip2
# By bzip2 upstream
* upstream-bzip2:
bzip2 2019-07-13 (6a8690fc)
Diffstat (limited to 'Utilities/cmbzip2/crctable.c')
-rw-r--r-- | Utilities/cmbzip2/crctable.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Utilities/cmbzip2/crctable.c b/Utilities/cmbzip2/crctable.c index 215687b..2b33c25 100644 --- a/Utilities/cmbzip2/crctable.c +++ b/Utilities/cmbzip2/crctable.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.5 of 10 December 2007 - Copyright (C) 1996-2007 Julian Seward <jseward@bzip.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. |