]> git.proxmox.com Git - wasi-libc.git/blame - LICENSE
Don't use __builtin version of wmem*
[wasi-libc.git] / LICENSE
CommitLineData
0cc57ac7
DG
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.
dcf13b6f 5
0cc57ac7
DG
6Portions of this software are derived from third-party works covered by
7their own licenses:
dcf13b6f 8
0cc57ac7
DG
9dlmalloc/ - CC0; see the notice in malloc.c for details
10libc-bottom-half/cloudlibc/ - BSD-2-Clause; see the LICENSE file for details
0cc57ac7
DG
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.