From 89468fd24fce518035924cf0d50d82cc0f547bb7 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Mon, 27 Apr 2020 12:05:18 +0200 Subject: Add propper license text for Mesa hash table implementation Signed-off-by: David Oberhollenzer --- COPYING.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'COPYING.md') 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. -- cgit v1.2.3