|
785 | 785 | * THE SOFTWARE. |
786 | 786 |
|
787 | 787 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
| 788 | + |
| 789 | + Project Name: Emscripten |
| 790 | + Project Author: Emscripten authors |
| 791 | + Project URL: https://emscripten.org/ |
| 792 | + |
| 793 | + Used For: Compiling the WASM runtime's loader.wasm program |
| 794 | + |
| 795 | + * Emscripten is available under 2 licenses, the MIT license and the |
| 796 | + * University of Illinois/NCSA Open Source License. |
| 797 | + * |
| 798 | + * Copyright (c) 2010-2014 Emscripten authors, see AUTHORS file. |
| 799 | + * |
| 800 | + * Permission is hereby granted, free of charge, to any person obtaining a copy |
| 801 | + * of this software and associated documentation files (the "Software"), to deal |
| 802 | + * in the Software without restriction, including without limitation the rights |
| 803 | + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 804 | + * copies of the Software, and to permit persons to whom the Software is |
| 805 | + * furnished to do so, subject to the following conditions: |
| 806 | + * |
| 807 | + * The above copyright notice and this permission notice shall be included in |
| 808 | + * all copies or substantial portions of the Software. |
| 809 | + * |
| 810 | + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 811 | + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 812 | + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 813 | + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 814 | + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 815 | + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
| 816 | + * THE SOFTWARE. |
| 817 | + |
| 818 | + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
| 819 | + |
| 820 | + Project Name: XZ Embedded |
| 821 | + Project Author: Lasse Collin (Larhzu) |
| 822 | + Project URL: https://tukaani.org/xz/embedded.html |
| 823 | + |
| 824 | + Used For: Decompressing the WASM runtime |
| 825 | + |
| 826 | + * Copyright (C) The XZ Embedded authors and contributors |
| 827 | + * |
| 828 | + * Permission to use, copy, modify, and/or distribute this |
| 829 | + * software for any purpose with or without fee is hereby granted. |
| 830 | + * |
| 831 | + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL |
| 832 | + * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED |
| 833 | + * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL |
| 834 | + * THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR |
| 835 | + * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM |
| 836 | + * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, |
| 837 | + * NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN |
| 838 | + * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 839 | + |
| 840 | + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
| 841 | + |
| 842 | + Project Name: XZ for Java |
| 843 | + Project Author: Lasse Collin (Larhzu) |
| 844 | + Project URL: https://tukaani.org/xz/java.html |
| 845 | + |
| 846 | + Used For: Compression in the MakeWASMClientBundle command |
| 847 | + |
| 848 | + * Copyright (C) The XZ for Java authors and contributors |
| 849 | + * |
| 850 | + * Permission to use, copy, modify, and/or distribute this |
| 851 | + * software for any purpose with or without fee is hereby granted. |
| 852 | + * |
| 853 | + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL |
| 854 | + * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED |
| 855 | + * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL |
| 856 | + * THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR |
| 857 | + * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM |
| 858 | + * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, |
| 859 | + * NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN |
| 860 | + * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 861 | + |
| 862 | + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
0 commit comments