master
 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
10emmalloc/                     - MIT; see the notice in emmalloc.c for details
11libc-bottom-half/cloudlibc/   - BSD-2-Clause; see the LICENSE file for details
12libc-top-half/musl/           - MIT; see the COPYRIGHT file for details
13
14wasi-libc's changes to these files are multi-licensed under the
15Apache License v2.0 with LLVM Exceptions, the Apache License v2.0,
16the MIT License, and the original licenses of the third-party works.