From cb1763e48401d77100630184e56908c287e70109 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Sun, 10 Apr 2022 19:31:31 +0200 Subject: 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 --- COPYING.md | 8 -------- 1 file changed, 8 deletions(-) (limited to 'COPYING.md') 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. -- cgit v1.2.3