|
| 1 | +** googletest; version 1.8.1 -- https://github.com/google/googletest |
| 2 | +Copyright 2005-2009, 2013, Google Inc. |
| 3 | +All rights reserved. |
| 4 | + |
| 5 | +Redistribution and use in source and binary forms, with or without |
| 6 | +modification, are permitted provided that the following conditions are |
| 7 | +met: |
| 8 | + |
| 9 | + * Redistributions of source code must retain the above copyright |
| 10 | +notice, this list of conditions and the following disclaimer. |
| 11 | + * Redistributions in binary form must reproduce the above |
| 12 | +copyright notice, this list of conditions and the following disclaimer |
| 13 | +in the documentation and/or other materials provided with the |
| 14 | +distribution. |
| 15 | + * Neither the name of Google Inc. nor the names of its |
| 16 | +contributors may be used to endorse or promote products derived from |
| 17 | +this software without specific prior written permission. |
| 18 | + |
| 19 | +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 20 | +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 21 | +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 22 | +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 23 | +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 24 | +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 25 | +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 26 | +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 27 | +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 28 | +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 29 | +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 30 | + |
| 31 | +------ |
| 32 | + |
| 33 | +** rapidjson; version 1.1.0 -- https://github.com/miloyip/rapidjson |
| 34 | +Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights |
| 35 | +reserved. |
| 36 | + |
| 37 | +MIT License |
| 38 | + |
| 39 | +Tencent is pleased to support the open source community by making RapidJSON |
| 40 | +available. |
| 41 | + |
| 42 | +Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights |
| 43 | +reserved. |
| 44 | + |
| 45 | +If you have downloaded a copy of the RapidJSON binary from Tencent, please note |
| 46 | +that the RapidJSON binary is licensed under the MIT License. |
| 47 | +If you have downloaded a copy of the RapidJSON source code from Tencent, please |
| 48 | +note that RapidJSON source code is licensed under the MIT License, except for |
| 49 | +the third-party components listed below which are subject to different license |
| 50 | +terms. Your integration of RapidJSON into your own projects may require |
| 51 | +compliance with the MIT License, as well as the other licenses applicable to |
| 52 | +the third-party components included within RapidJSON. To avoid the problematic |
| 53 | +JSON license in your own projects, it's sufficient to exclude the |
| 54 | +bin/jsonchecker/ directory, as it's the only code under the JSON license. |
| 55 | +A copy of the MIT License is included in this file. |
| 56 | + |
| 57 | +Other dependencies and licenses: |
| 58 | + |
| 59 | +Open Source Software Licensed Under the BSD License: |
| 60 | +-------------------------------------------------------------------- |
| 61 | + |
| 62 | +The msinttypes r29 |
| 63 | +Copyright (c) 2006-2013 Alexander Chemeris |
| 64 | +All rights reserved. |
| 65 | + |
| 66 | +Redistribution and use in source and binary forms, with or without |
| 67 | +modification, are permitted provided that the following conditions are met: |
| 68 | + |
| 69 | +* Redistributions of source code must retain the above copyright notice, this |
| 70 | +list of conditions and the following disclaimer. |
| 71 | +* Redistributions in binary form must reproduce the above copyright notice, |
| 72 | +this list of conditions and the following disclaimer in the documentation |
| 73 | +and/or other materials provided with the distribution. |
| 74 | +* Neither the name of copyright holder nor the names of its contributors may be |
| 75 | +used to endorse or promote products derived from this software without specific |
| 76 | +prior written permission. |
| 77 | + |
| 78 | +THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY |
| 79 | +EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 80 | +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 81 | +DISCLAIMED. IN NO EVENT SHALL THE REGENTS AND CONTRIBUTORS BE LIABLE FOR ANY |
| 82 | +DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 83 | +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 84 | +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
| 85 | +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 86 | +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 87 | +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 88 | + |
| 89 | +Open Source Software Licensed Under the JSON License: |
| 90 | +-------------------------------------------------------------------- |
| 91 | + |
| 92 | +json.org |
| 93 | +Copyright (c) 2002 JSON.org |
| 94 | +All Rights Reserved. |
| 95 | + |
| 96 | +JSON_checker |
| 97 | +Copyright (c) 2002 JSON.org |
| 98 | +All Rights Reserved. |
| 99 | + |
| 100 | + |
| 101 | +Terms of the JSON License: |
| 102 | +--------------------------------------------------- |
| 103 | + |
| 104 | +Permission is hereby granted, free of charge, to any person obtaining a copy of |
| 105 | +this software and associated documentation files (the "Software"), to deal in |
| 106 | +the Software without restriction, including without limitation the rights to |
| 107 | +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies |
| 108 | +of the Software, and to permit persons to whom the Software is furnished to do |
| 109 | +so, subject to the following conditions: |
| 110 | + |
| 111 | +The above copyright notice and this permission notice shall be included in all |
| 112 | +copies or substantial portions of the Software. |
| 113 | + |
| 114 | +The Software shall be used for Good, not Evil. |
| 115 | + |
| 116 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 117 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 118 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 119 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 120 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 121 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 122 | +SOFTWARE. |
| 123 | + |
| 124 | + |
| 125 | +Terms of the MIT License: |
| 126 | +-------------------------------------------------------------------- |
| 127 | + |
| 128 | +Permission is hereby granted, free of charge, to any person obtaining a copy of |
| 129 | +this software and associated documentation files (the "Software"), to deal in |
| 130 | +the Software without restriction, including without limitation the rights to |
| 131 | +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies |
| 132 | +of the Software, and to permit persons to whom the Software is furnished to do |
| 133 | +so, subject to the following conditions: |
| 134 | + |
| 135 | +The above copyright notice and this permission notice shall be included in all |
| 136 | +copies or substantial portions of the Software. |
| 137 | + |
| 138 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 139 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 140 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 141 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 142 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 143 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 144 | +SOFTWARE |
| 145 | + |
| 146 | +------ |
| 147 | + |
| 148 | +** yoga 1.16; version 1.16.0 -- https://yogalayout.com/ |
| 149 | +Copyright (c) Facebook, Inc. and its affiliates. |
| 150 | + |
| 151 | +MIT License |
| 152 | + |
| 153 | +Copyright (c) Facebook, Inc. and its affiliates. |
| 154 | + |
| 155 | +Permission is hereby granted, free of charge, to any person obtaining a copy |
| 156 | +of this software and associated documentation files (the "Software"), to deal |
| 157 | +in the Software without restriction, including without limitation the rights |
| 158 | +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 159 | +copies of the Software, and to permit persons to whom the Software is |
| 160 | +furnished to do so, subject to the following conditions: |
| 161 | + |
| 162 | +The above copyright notice and this permission notice shall be included in all |
| 163 | +copies or substantial portions of the Software. |
| 164 | + |
| 165 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 166 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 167 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 168 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 169 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 170 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 171 | +SOFTWARE. |
| 172 | + |
| 173 | +------ |
| 174 | + |
| 175 | +** pegtl 2.8; version 2.8.1 -- https://github.com/taocpp/PEGTL/ |
| 176 | +Copyright (c) 2007-2020 Dr. Colin Hirsch and Daniel Frey |
| 177 | + |
| 178 | +The MIT License (MIT) |
| 179 | + |
| 180 | +Copyright (c) 2007-2019 Dr. Colin Hirsch and Daniel Frey |
| 181 | + |
| 182 | +Permission is hereby granted, free of charge, to any person obtaining a copy |
| 183 | +of this software and associated documentation files (the "Software"), to deal |
| 184 | +in the Software without restriction, including without limitation the rights |
| 185 | +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 186 | +copies of the Software, and to permit persons to whom the Software is |
| 187 | +furnished to do so, subject to the following conditions: |
| 188 | + |
| 189 | +The above copyright notice and this permission notice shall be included in all |
| 190 | +copies or substantial portions of the Software. |
| 191 | + |
| 192 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 193 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 194 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 195 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 196 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 197 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 198 | +SOFTWARE. |
0 commit comments