]> git.proxmox.com Git - wasi-libc.git/blobdiff - LICENSE
threads: enable access to `pthread_attr_get` functions (#357)
[wasi-libc.git] / LICENSE
diff --git a/LICENSE b/LICENSE
index 926aeed880a0dabbd9d58d108aa82ae1a3ec8013..b0bfe6c10f06916057c200398da5f7d737de06a9 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,16 @@
-Please see the LICENSE file in each top-level directory for the terms applicable to that directory and its relative sub-directories.
+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.
 
-The relevant directories and licenses are:
+Portions of this software are derived from third-party works covered by
+their own licenses:
 
-basics/      - CC0 1.0 Universal (CC0 1.0) Public Domain Dedication
-dlmalloc/    - CC0 1.0 Universal (CC0 1.0) Public Domain Dedication
+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
+
+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.