aboutsummaryrefslogtreecommitdiff
path: root/COPYING.md
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2020-05-19 16:17:29 +0200
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2020-05-19 16:17:29 +0200
commit98b660135e142371431759c2a52a6ecb5457bb0d (patch)
treed6916dd52008e4cb05e9baa448da61e2638eb34e /COPYING.md
parent692cbd0079658a8eb048c9b00dadec2d69d28b14 (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.md6
1 files changed, 3 insertions, 3 deletions
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**.