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