aboutsummaryrefslogtreecommitdiff
path: root/COPYING.md
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2020-04-27 12:05:18 +0200
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2020-04-27 12:05:18 +0200
commit89468fd24fce518035924cf0d50d82cc0f547bb7 (patch)
tree5cf03c60f7738a33ae70d2f51ba3037671b8146d /COPYING.md
parent20b0d509f67dea802706cd6b80b5e20d14988931 (diff)
Add propper license text for Mesa hash table implementation
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'COPYING.md')
-rw-r--r--COPYING.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/COPYING.md b/COPYING.md
index b86177e..0d2aa0c 100644
--- a/COPYING.md
+++ b/COPYING.md
@@ -15,7 +15,8 @@ with the following exceptions:
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).
+ 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**.
@@ -66,3 +67,6 @@ the following 3rd party source code, directly linked into the library:
- A modified version of the xxhash32 hash function (Copyright Yann Collet).
This is released under a 2-Clause BSD License. See `licenses/xxhash.txt`
for details.
+ - A hash table implementation liftet from the Mesa3D source code. This is
+ released under the MIT/X11 license. See `licenses/hash_table.txt` for
+ details.