clarified lz4 license

This commit is contained in:
Yann Collet 2015-10-20 09:46:18 +01:00
parent 2df6025686
commit 64f8b037ee

View File

@ -4,7 +4,7 @@ LZ4 - Extremely fast compression
LZ4 is lossless compression algorithm,
providing compression speed at 400 MB/s per core,
scalable with multi-cores CPU.
It also features an extremely fast decoder,
It features an extremely fast decoder,
with speed in multiple GB/s per core,
typically reaching RAM speed limits on multi-core systems.
@ -12,7 +12,9 @@ Speed can be tuned dynamically, selecting an "acceleration" factor
which trades compression ratio for more speed up.
On the other end, a high compression derivative, LZ4_HC, is also provided,
trading CPU time for improved compression ratio.
All versions feature the same excellent decompression speed.
All versions feature the same decompression speed.
LZ4 library is provided as open-source software using BSD license.s
|Branch |Status |