aboutsummaryrefslogtreecommitdiff
path: root/COPYING.md
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2022-04-10 19:31:31 +0200
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2022-04-10 22:48:34 +0200
commitcb1763e48401d77100630184e56908c287e70109 (patch)
tree1ad820dd12e161a6131841629362bb77b36d65c5 /COPYING.md
parent97e4ae237c760144c912530122d3899de850e23f (diff)
Remove builtin copy of zlib
On GNU/Linux, *BSD or MacOS we can simply use the system default library. The copy was primarily only there for the Windows build. The build script for Windows has now been adapted to download and compile a shared library from a tarball. This removes a huge chunk of code from the git tree as well as the release tarballs. Additionally it gets rid of iffy things like removing the Zlib copyright/version strings, so the libsquashfs DLL doesn't export it. Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'COPYING.md')
-rw-r--r--COPYING.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/COPYING.md b/COPYING.md
index 7e11802..ff98c72 100644
--- a/COPYING.md
+++ b/COPYING.md
@@ -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.