From 98b660135e142371431759c2a52a6ecb5457bb0d Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Tue, 19 May 2020 16:17:29 +0200 Subject: Cleanup: move hash table header to include directory 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 0d2aa0c..d27ddaa 100644 --- a/COPYING.md +++ b/COPYING.md @@ -14,9 +14,9 @@ with the following exceptions: - `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/util/hash_table.*` and `lib/util/fast_urem_by_const.h` contain a hash - table implementation (MIT license). See `licenses/hash_table.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. The rest of squashfs-tools-ng is released under the terms and conditions of the **GNU General Public License version 3 or later**. -- cgit v1.2.3