NOTICE: Mention LZ4

Commit 8858b34bd92ac8d2b6511dc9ca17ebfa06a1bd93 ("Add LZ4 support and
use it by default for compressing files") added LZ4 support and the
lz4 submodule, but did not update the NOTICE file, unlike zlib support
is handled.
This commit is contained in:
Florian Weimer 2020-11-16 17:45:12 +01:00 committed by Matthew Flatt
parent f2d7f1d822
commit 6bdf095944

View File

@ -28,3 +28,6 @@ Builds of this product incorporate separately copyrighted code from:
* the Zlib compression library, developed by Jean-loup Gailly and
Mark Adler
* the LZ4 compression library, developed by Yann Collet and
contributors.