]> git.proxmox.com Git - wasi-libc.git/blobdiff - LICENSE
bump version to 0.0~git20230113.4362b18-1~bpo12+pve1
[wasi-libc.git] / LICENSE
diff --git a/LICENSE b/LICENSE
index 6a9bda72e92150d3419eb7937b396de33dafa47c..b0bfe6c10f06916057c200398da5f7d737de06a9 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -1,5 +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; 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.