diff options
Diffstat (limited to 'COPYING.md')
-rw-r--r-- | COPYING.md | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -11,9 +11,6 @@ with the following exceptions: - `lib/lz4` contains files extracted from the LZ4 compression library. See `lib/lz4/README` for details and `licenses/LZ4.txt` for copyright and licensing information (2 clause BSD license). - - `lib/zlib` contains files that have been extracted from the the zlib - compression library and modified. See `lib/zlib/README` for details - and `licenses/zlib.txt` for details. - `lib/util/hash_table.c`, `include/hash_table.h` and `lib/util/fast_urem_by_const.h` contain a hash table implementation (MIT license). See `licenses/hash_table.txt` for details. @@ -82,11 +79,6 @@ The following may be included: - The XZ utils liblzma library is released into the public domain. An excerpt from the `COPYING` file of its source code archive is included in `licenses/xz.txt`. - - The zlib compression library. Copyright Jean-loup Gailly and Mark Adler. - This is released under the terms and conditions of the zlib license, - included in `licenses/zlib.txt`. This library may be linked directly - into `libsquashfs`, built from source code included in the source - distribution. - The zstd compression library. Copyright Facebook, Inc. All rights reserved. This is released under a BSD style license, included in `licenses/zstd.txt`. - Parts of the Musl C library. Copyright Rich Felker, et al. |