From df6f2fc565f3709a07bc7f6031c469cc8ae35480 Mon Sep 17 00:00:00 2001 From: Thomas VINCENT Date: Thu, 4 Jul 2024 10:04:04 +0200 Subject: [PATCH] Update LZ4 filter to latest commit available on github --- doc/information.rst | 2 +- src/LZ4/COPYING | 3 ++- src/LZ4/lz4_h5filter.h | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/information.rst b/doc/information.rst index 046b0b9a..acf2b561 100644 --- a/doc/information.rst +++ b/doc/information.rst @@ -68,7 +68,7 @@ HDF5 filters and compression libraries HDF5 compression filters and compression libraries sources were obtained from: * `LZ4 plugin `_ - (commit `d48f960 `_) + (commit `49e3b65 `_) using LZ4. * `bitshuffle plugin `_ (v0.5.1) using LZ4 and ZStd. * bzip2 plugin (from `PyTables `_ v3.9.2) diff --git a/src/LZ4/COPYING b/src/LZ4/COPYING index 41dffc9c..4c6315cd 100644 --- a/src/LZ4/COPYING +++ b/src/LZ4/COPYING @@ -1,3 +1,4 @@ + Copyright Notice and License Terms for HDF5 LZ4 compression filter plugin ----------------------------------------------------------------------------- @@ -56,4 +57,4 @@ Source code of the HDF5 LZ4 filter is based on h5py implementation found in Additional_Legal/h5py_Copyrights_and_Licenses.txt Original source: http://docs.h5py.org/en/latest/licenses.html -License type: BSD-style license + License type: BSD-style license diff --git a/src/LZ4/lz4_h5filter.h b/src/LZ4/lz4_h5filter.h index a0995a9b..c8d808e7 100644 --- a/src/LZ4/lz4_h5filter.h +++ b/src/LZ4/lz4_h5filter.h @@ -17,7 +17,7 @@ #ifndef LZ4_H5FILTER_H -#define LZ5_H5FILTER_H +#define LZ4_H5FILTER_H #define H5Z_class_t_vers 2 #include "hdf5.h"