mirror of
https://github.com/lz4/lz4.git
synced 2024-11-23 01:43:48 +08:00
aafb56ee2e
The text at the top of each source file was already specifying 2.0-or-later, but this wasn't clearly reflected in the full-text license in COPYING, which was the old 2.0 license, which can be interpreted as 2.0-only. Note that the license of `liblz4`, the library in `lib/` directory, is unchanged, and remains the more permissive `BSD 2-clause`. |
||
---|---|---|
.. | ||
.gitignore | ||
bench_functions.c | ||
blockStreaming_doubleBuffer.c | ||
blockStreaming_doubleBuffer.md | ||
blockStreaming_lineByLine.c | ||
blockStreaming_lineByLine.md | ||
blockStreaming_ringBuffer.c | ||
COPYING | ||
dictionaryRandomAccess.c | ||
dictionaryRandomAccess.md | ||
fileCompress.c | ||
frameCompress.c | ||
Makefile | ||
print_version.c | ||
README.md | ||
simple_buffer.c | ||
streaming_api_basics.md | ||
streamingHC_ringBuffer.c |
LZ4 examples
All examples are GPL-v2 licensed.