From 959fde579e07836b73438e86cd58ba04657014f6 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Sun, 26 Jul 2020 15:05:01 +0200 Subject: Cleanup: move zlib/lz4 code from lib/sqfs/comp/ to lib/ The source code of a modified liblz4 and zlib are included with the option to compile them into libsquashfs if they are not available on the system. So far, the source code was included directly in the compressor sub directory within libsqsuashfs. This commit moves the libraries out into the lib directory. Signed-off-by: David Oberhollenzer --- COPYING.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'COPYING.md') diff --git a/COPYING.md b/COPYING.md index d27ddaa..7d297d0 100644 --- a/COPYING.md +++ b/COPYING.md @@ -8,12 +8,12 @@ with the following exceptions: - `lib/util/xxhash.c` contains a modified implementation of the xxhash32 algorithm. See `licenses/xxhash.txt` for copyright and licensing information (2 clause BSD license). - - `lib/sqfs/comp/lz4` contains files extracted from the LZ4 compression - library. See `lib/sqfs/comp/lz4/README` for details and `licenses/LZ4.txt` - for copyright and licensing information (2 clause BSD license). - - `lib/sqfs/comp/zlib` contains files that have been extracted from the the - zlib compression library and modified. See `lib/sqfs/comp/zlib/README` for - details and `licenses/zlib.txt` for details. + - `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. -- cgit v1.2.3