|
| 1 | +Third Party Licenses |
| 2 | + |
| 3 | +********************************************************************** |
| 4 | +UTF8-CPP: https://github.com/ni/VireoSDK/tree/master/ThirdParty/utfcpp |
| 5 | +********************************************************************** |
| 6 | + |
| 7 | +// Copyright 2006 Nemanja Trifunovic |
| 8 | + |
| 9 | +/* |
| 10 | +Permission is hereby granted, free of charge, to any person or organization |
| 11 | +obtaining a copy of the software and accompanying documentation covered by |
| 12 | +this license (the "Software") to use, reproduce, display, distribute, |
| 13 | +execute, and transmit the Software, and to prepare derivative works of the |
| 14 | +Software, and to permit third-parties to whom the Software is furnished to |
| 15 | +do so, all subject to the following: |
| 16 | +The copyright notices in the Software and this entire statement, including |
| 17 | +the above license grant, this restriction and the following disclaimer, |
| 18 | +must be included in all copies of the Software, in whole or in part, and |
| 19 | +all derivative works of the Software, unless such copies or derivative |
| 20 | +works are solely in the form of machine-executable object code generated by |
| 21 | +a source language processor. |
| 22 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 23 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 24 | +FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT |
| 25 | +SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE |
| 26 | +FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, |
| 27 | +ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
| 28 | +DEALINGS IN THE SOFTWARE. |
| 29 | +*/ |
| 30 | + |
| 31 | +******************************************************************* |
| 32 | +cpplint: https://github.com/ni/VireoSDK/tree/master/make-it/cpplint |
| 33 | +******************************************************************* |
| 34 | + |
| 35 | +Copyright (c) 2009 Google Inc. All rights reserved. |
| 36 | + |
| 37 | +Redistribution and use in source and binary forms, with or without |
| 38 | +modification, are permitted provided that the following conditions are |
| 39 | +met: |
| 40 | + |
| 41 | + * Redistributions of source code must retain the above copyright |
| 42 | +notice, this list of conditions and the following disclaimer. |
| 43 | + * Redistributions in binary form must reproduce the above |
| 44 | +copyright notice, this list of conditions and the following disclaimer |
| 45 | +in the documentation and/or other materials provided with the |
| 46 | +distribution. |
| 47 | + * Neither the name of Google Inc. nor the names of its |
| 48 | +contributors may be used to endorse or promote products derived from |
| 49 | +this software without specific prior written permission. |
| 50 | + |
| 51 | +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 52 | +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 53 | +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 54 | +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 55 | +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 56 | +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 57 | +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 58 | +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 59 | +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 60 | +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 61 | +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 62 | + |
| 63 | +***************************************************************************** |
| 64 | +Emscripten: https://github.com/emscripten-core/emscripten/blob/1.39.5/LICENSE |
| 65 | +***************************************************************************** |
| 66 | + |
| 67 | +Emscripten is available under 2 licenses, the MIT license and the |
| 68 | +University of Illinois/NCSA Open Source License. |
| 69 | + |
| 70 | +Both are permissive open source licenses, with little if any |
| 71 | +practical difference between them. |
| 72 | + |
| 73 | +The reason for offering both is that (1) the MIT license is |
| 74 | +well-known, while (2) the University of Illinois/NCSA Open Source |
| 75 | +License allows Emscripten's code to be integrated upstream into |
| 76 | +LLVM, which uses that license, should the opportunity arise. |
| 77 | + |
| 78 | +The full text of both licenses follows. |
| 79 | + |
| 80 | +============================================================================== |
| 81 | + |
| 82 | +Copyright (c) 2010-2014 Emscripten authors, see AUTHORS file. |
| 83 | + |
| 84 | +Permission is hereby granted, free of charge, to any person obtaining a copy |
| 85 | +of this software and associated documentation files (the "Software"), to deal |
| 86 | +in the Software without restriction, including without limitation the rights |
| 87 | +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 88 | +copies of the Software, and to permit persons to whom the Software is |
| 89 | +furnished to do so, subject to the following conditions: |
| 90 | + |
| 91 | +The above copyright notice and this permission notice shall be included in |
| 92 | +all copies or substantial portions of the Software. |
| 93 | + |
| 94 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 95 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 96 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 97 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 98 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 99 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
| 100 | +THE SOFTWARE. |
| 101 | + |
| 102 | +============================================================================== |
| 103 | + |
| 104 | +Copyright (c) 2010-2014 Emscripten authors, see AUTHORS file. |
| 105 | +All rights reserved. |
| 106 | + |
| 107 | +Permission is hereby granted, free of charge, to any person obtaining a |
| 108 | +copy of this software and associated documentation files (the |
| 109 | +"Software"), to deal with the Software without restriction, including |
| 110 | +without limitation the rights to use, copy, modify, merge, publish, |
| 111 | +distribute, sublicense, and/or sell copies of the Software, and to |
| 112 | +permit persons to whom the Software is furnished to do so, subject to |
| 113 | +the following conditions: |
| 114 | + |
| 115 | + Redistributions of source code must retain the above copyright |
| 116 | + notice, this list of conditions and the following disclaimers. |
| 117 | + |
| 118 | + Redistributions in binary form must reproduce the above |
| 119 | + copyright notice, this list of conditions and the following disclaimers |
| 120 | + in the documentation and/or other materials provided with the |
| 121 | + distribution. |
| 122 | + |
| 123 | + Neither the names of Mozilla, |
| 124 | + nor the names of its contributors may be used to endorse |
| 125 | + or promote products derived from this Software without specific prior |
| 126 | + written permission. |
| 127 | + |
| 128 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS |
| 129 | +OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
| 130 | +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. |
| 131 | +IN NO EVENT SHALL THE CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR |
| 132 | +ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, |
| 133 | +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE |
| 134 | +SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE SOFTWARE. |
| 135 | + |
| 136 | +============================================================================== |
| 137 | + |
| 138 | +This program uses portions of Node.js source code located in src/library_path.js, |
| 139 | +in accordance with the terms of the MIT license. Node's license follows: |
| 140 | + |
| 141 | + """ |
| 142 | + Copyright Joyent, Inc. and other Node contributors. All rights reserved. |
| 143 | + Permission is hereby granted, free of charge, to any person obtaining a copy |
| 144 | + of this software and associated documentation files (the "Software"), to |
| 145 | + deal in the Software without restriction, including without limitation the |
| 146 | + rights to use, copy, modify, merge, publish, distribute, sublicense, and/or |
| 147 | + sell copies of the Software, and to permit persons to whom the Software is |
| 148 | + furnished to do so, subject to the following conditions: |
| 149 | + |
| 150 | + The above copyright notice and this permission notice shall be included in |
| 151 | + all copies or substantial portions of the Software. |
| 152 | + |
| 153 | + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 154 | + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 155 | + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 156 | + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 157 | + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING |
| 158 | + FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS |
| 159 | + IN THE SOFTWARE. |
| 160 | + """ |
| 161 | + |
| 162 | +The musl libc project is bundled in this repo, and it has the MIT license, see |
| 163 | +system/lib/libc/musl/COPYRIGHT |
| 164 | + |
| 165 | +The third_party/ subdirectory contains code with other licenses. None of it is |
| 166 | +used by default, but certain options use it (e.g., the optional closure compiler |
| 167 | +flag will run closure compiler from third_party/). |
0 commit comments