From cad65de2a9a9b7d29b98f0d2997772c057f92e29 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Wed, 24 Mar 2021 16:21:24 +0100 Subject: Provide Musl derived fallbacks for getopt/getopt_long/getsubopt Signed-off-by: David Oberhollenzer --- COPYING.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'COPYING.md') diff --git a/COPYING.md b/COPYING.md index 107fabd..19f8c5d 100644 --- a/COPYING.md +++ b/COPYING.md @@ -22,8 +22,14 @@ 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, which is subject to - an MIT style license. See `liceneses/musl.txt` for details. + - `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. + +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 +if the target system does not provide an implementation. Copies of the LGPLv3 and GPLv3 are included in `licenses/LGPLv3.txt` and `licenses/GPLv3.txt` respectively. -- cgit v1.2.3