summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorYann Collet <yann.collet.73@gmail.com>2015-10-20 08:46:18 (GMT)
committerYann Collet <yann.collet.73@gmail.com>2015-10-20 08:46:18 (GMT)
commit64f8b037eec5a0571bdf2e6ae312f714545c06c9 (patch)
tree800b6ee92df1cfc9e6fb706d4474df99fd31d800 /README.md
parent2df6025686ae6ce605fb7cf8b63a1d7ee4be0218 (diff)
downloadlz4-64f8b037eec5a0571bdf2e6ae312f714545c06c9.zip
lz4-64f8b037eec5a0571bdf2e6ae312f714545c06c9.tar.gz
lz4-64f8b037eec5a0571bdf2e6ae312f714545c06c9.tar.bz2
clarified lz4 license
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index a6ba716..79e87e3 100644
--- a/README.md
+++ b/README.md
@@ -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 |
@@ -85,4 +87,4 @@ A list of known source ports is maintained on the [LZ4 Homepage].
[Silesia Corpus]: http://sun.aei.polsl.pl/~sdeor/index.php?page=silesia
[lz4_Block_format]: lz4_Block_format.md
[lz4_Frame_format]: lz4_Frame_format.md
-[LZ4 Homepage]: http://www.lz4.org \ No newline at end of file
+[LZ4 Homepage]: http://www.lz4.org