From 7c29dc8db20a3e6f1fb351c44a068171bb6c1ff1 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Wed, 18 Mar 2020 13:19:03 +0100 Subject: Cleanup: Move xxhash32 code to libutil Signed-off-by: David Oberhollenzer --- COPYING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'COPYING.md') diff --git a/COPYING.md b/COPYING.md index b29ab60..d929391 100644 --- a/COPYING.md +++ b/COPYING.md @@ -5,9 +5,9 @@ The `libsquashfs` library is released under the terms and conditions of the all source code in the directories `lib/sqfs`, `lib/util` and `include/sqfs` with the following exceptions: - - `lib/sqfs/block_processor/xxhash.c` contains a modified implementation of - the xxhash32 algorithm. See `licenses/xxhash.txt` for copyright and - licensing information (2 clause BSD license). + - `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). -- cgit v1.2.3