diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2020-05-19 16:17:29 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2020-05-19 16:17:29 +0200 |
commit | 98b660135e142371431759c2a52a6ecb5457bb0d (patch) | |
tree | d6916dd52008e4cb05e9baa448da61e2638eb34e /COPYING.md | |
parent | 692cbd0079658a8eb048c9b00dadec2d69d28b14 (diff) |
Cleanup: move hash table header to include directory
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'COPYING.md')
-rw-r--r-- | COPYING.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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**. |