lz4/examples
Yann Collet aafb56ee2e update gpl license to 2.0-or-later
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`.
2024-07-10 07:26:20 +02:00
..
.gitignore fix examples 2023-09-26 12:56:56 -07:00
bench_functions.c fix minor conversion warnings on macos 2023-12-22 20:11:12 -08:00
blockStreaming_doubleBuffer.c created LZ4_initStream() 2019-04-05 12:56:26 -07:00
blockStreaming_doubleBuffer.md Update blockStreaming_doubleBuffer.md 2019-07-03 11:50:38 +02:00
blockStreaming_lineByLine.c Fix -Wshorten-64-to-32 warning 2021-05-30 16:49:24 +09:00
blockStreaming_lineByLine.md fix: various typos 2022-07-31 17:47:00 +02:00
blockStreaming_ringBuffer.c minor updates to examples 2017-11-24 17:18:46 -08:00
COPYING update gpl license to 2.0-or-later 2024-07-10 07:26:20 +02:00
dictionaryRandomAccess.c Add cast operator for compatibility with C++ 2021-09-07 01:02:23 +09:00
dictionaryRandomAccess.md fix: various typos 2022-07-31 17:47:00 +02:00
fileCompress.c fix: issue #1248 2023-07-11 18:17:11 +09:00
frameCompress.c review: Fix review findings 2022-06-10 06:37:57 +00:00
Makefile rename USERCFLAGS for consistency 2023-12-24 16:07:10 -08:00
print_version.c fix examples 2023-09-26 12:56:56 -07:00
README.md Add dictionary random access example 2016-11-09 17:39:56 -08:00
simple_buffer.c docs: fix some typo 2022-06-06 10:29:37 +08:00
streaming_api_basics.md fix: various typos 2022-07-31 17:47:00 +02:00
streamingHC_ringBuffer.c fix examples 2023-09-26 12:56:56 -07:00

LZ4 examples

All examples are GPL-v2 licensed.

Documents