1wasi-libc as a whole is multi-licensed under the
2Apache License v2.0 with LLVM Exceptions, the Apache License v2.0, and
3the MIT License. See the LICENSE-APACHE-LLVM, LICENSE-APACHE and LICENSE-MIT
4files, respectively, for details.
5
6Portions of this software are derived from third-party works covered by
7their own licenses:
8
9dlmalloc/                     - CC0; see the notice in malloc.c for details
10libc-bottom-half/cloudlibc/   - BSD-2-Clause; see the LICENSE file for details
11libc-top-half/musl/           - MIT; see the COPYRIGHT file for details
12
13wasi-libc's changes to these files are multi-licensed under the
14Apache License v2.0 with LLVM Exceptions, the Apache License v2.0,
15the MIT License, and the original licenses of the third-party works.
16