aboutsummaryrefslogtreecommitdiff
path: root/COPYING.md
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2020-03-18 13:19:03 +0100
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2020-03-18 13:33:47 +0100
commit7c29dc8db20a3e6f1fb351c44a068171bb6c1ff1 (patch)
treece41a8f9388d910ff1f397e21f2005902eb682ca /COPYING.md
parent057c208b6fccfabe56b035a19666ddf0c777aeec (diff)
Cleanup: Move xxhash32 code to libutil
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'COPYING.md')
-rw-r--r--COPYING.md6
1 files changed, 3 insertions, 3 deletions
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).