]> git.proxmox.com Git - wasi-libc.git/blobdiff - LICENSE
Comment a use of `__attribute__((visibility("protected")))`. (#204)
[wasi-libc.git] / LICENSE
diff --git a/LICENSE b/LICENSE
index 6a9bda72e92150d3419eb7937b396de33dafa47c..edf56c0db1ede19244940c9b31fcd070cc5d184b 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -1,5 +1,15 @@
-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
+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.