diff options
author | Brad King <brad.king@kitware.com> | 2021-10-14 11:45:49 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2021-10-14 11:46:02 (GMT) |
commit | 1c81cd9e0b663ab9243c962ebdeb3b4305e96ed3 (patch) | |
tree | 01d9480257090fab668ca9381ccb51e99004fbdd /Utilities/cmzstd/lib/deprecated/zbuff_decompress.c | |
parent | 88b77f7ac63a927a721f1701c255d933a5bb1257 (diff) | |
parent | ddced0c6b6e6d0e2f1bbbcc6daf6cb5a42cee9bc (diff) | |
download | CMake-1c81cd9e0b663ab9243c962ebdeb3b4305e96ed3.zip CMake-1c81cd9e0b663ab9243c962ebdeb3b4305e96ed3.tar.gz CMake-1c81cd9e0b663ab9243c962ebdeb3b4305e96ed3.tar.bz2 |
Merge topic 'update-zstd'
ddced0c6b6 zstd: Fix trace compilation on AIX
ee98d9378f zstd: Fix ZSTD_VecMask_next compilation of software ctz implementation
eb8db99596 Merge branch 'upstream-zstd' into update-zstd
da1e841ccf zstd 2021-05-14 (a488ba11)
8c65ea4744 zstd: Update script to get zstd 1.5.0
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !6622
Diffstat (limited to 'Utilities/cmzstd/lib/deprecated/zbuff_decompress.c')
-rw-r--r-- | Utilities/cmzstd/lib/deprecated/zbuff_decompress.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Utilities/cmzstd/lib/deprecated/zbuff_decompress.c b/Utilities/cmzstd/lib/deprecated/zbuff_decompress.c index d3c49e8..d73c0f3 100644 --- a/Utilities/cmzstd/lib/deprecated/zbuff_decompress.c +++ b/Utilities/cmzstd/lib/deprecated/zbuff_decompress.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc. + * Copyright (c) Yann Collet, Facebook, Inc. * All rights reserved. * * This source code is licensed under both the BSD-style license (found in the |