mirror of https://github.com/WebAssembly/wasi-libc
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
910 B
17 lines
910 B
wasi-libc as a whole is multi-licensed under the
|
|
Apache License v2.0 with LLVM Exceptions, the Apache License v2.0, and
|
|
the MIT License. See the LICENSE-APACHE-LLVM, LICENSE-APACHE and LICENSE-MIT
|
|
files, respectively, for details.
|
|
|
|
Portions of this software are derived from third-party works covered by
|
|
their own licenses:
|
|
|
|
dlmalloc/ - CC0; see the notice in malloc.c for details
|
|
emmalloc/ - MIT; see the notice in emmalloc.c for details
|
|
libc-bottom-half/cloudlibc/ - BSD-2-Clause; see the LICENSE file for details
|
|
libc-top-half/musl/ - MIT; see the COPYRIGHT file for details
|
|
fts/musl-fts/ - BSD-3-Clause; see the COPYING file for details
|
|
|
|
wasi-libc's changes to these files are multi-licensed under the
|
|
Apache License v2.0 with LLVM Exceptions, the Apache License v2.0,
|
|
the MIT License, and the original licenses of the third-party works.
|
|
|