aboutsummaryrefslogtreecommitdiff
path: root/COPYING.md
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2023-02-05 13:24:54 +0100
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2023-02-05 13:24:54 +0100
commitf0975f9e517edf54811f455f0ce549612d252534 (patch)
treecb28ff5d7e08ea4a452fca63299734e0d060a24f /COPYING.md
parent4116634f4c6599d1d390dbb71c0c138291663955 (diff)
Update source tree hierarchy details in COPYING
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'COPYING.md')
-rw-r--r--COPYING.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/COPYING.md b/COPYING.md
index e9d0fe4..84c985c 100644
--- a/COPYING.md
+++ b/COPYING.md
@@ -5,21 +5,21 @@ The `libsquashfs` library is released under the terms and conditions of the
all source code in the directories `lib/sqfs`, `lib/util` and `include/sqfs`
with the following exceptions:
- - `lib/util/xxhash.c` contains a modified implementation of the xxhash32
+ - `lib/util/src/xxhash.c` contains a modified implementation of the xxhash32
algorithm. See `licenses/xxhash.txt` for copyright and licensing
information (2 clause BSD license).
- - `lib/util/hash_table.c`, `include/util/hash_table.h` and
- `lib/util/fast_urem_by_const.h` contain a hash table implementation (MIT
+ - `lib/util/src/hash_table.c`, `include/util/src/hash_table.h` and
+ `lib/util/src/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**, with the following
exceptions:
- - `lib/compat/fnmatch.c` has been copied from Musl libc.
- - `lib/compat/getopt.c` has been copied from Musl libc.
- - `lib/compat/getopt_long.c` has been copied from Musl libc.
- - `lib/compat/getsubopt.c` has been copied from Musl libc.
+ - `lib/compat/src/fnmatch.c` has been copied from Musl libc.
+ - `lib/compat/src/getopt.c` has been copied from Musl libc.
+ - `lib/compat/src/getopt_long.c` has been copied from Musl libc.
+ - `lib/compat/src/getsubopt.c` has been copied from Musl libc.
The components copied from Musl libc are subejct to an MIT style license.
See `liceneses/musl.txt` for details and only compiled into executable programs