From 2087cc237cd0fe1ed29ebf891648bacb46f4833b Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Sun, 26 Jun 2022 16:45:52 +0200 Subject: Cleanup: move libutil headers to sub directory Move all the libutil stuff from the toplevel include/ to a util/ sub directory and fix up the includes that make use of them. Signed-off-by: David Oberhollenzer --- COPYING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'COPYING.md') diff --git a/COPYING.md b/COPYING.md index ff98c72..574aad6 100644 --- a/COPYING.md +++ b/COPYING.md @@ -11,7 +11,7 @@ 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/util/hash_table.c`, `include/hash_table.h` and + - `lib/util/hash_table.c`, `include/util/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