|
1 |
| -VS Code Extension for Managing GitHub Pull Requests |
| 1 | +VS Code Extension for Managing GitHub Pull Requests |
2 | 2 |
|
3 | 3 | THIRD-PARTY SOFTWARE NOTICES AND INFORMATION
|
4 | 4 | Do Not Translate or Localize
|
@@ -29,3 +29,221 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
29 | 29 | WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
30 | 30 | =========================================
|
31 | 31 | END OF GitHub/VisualStudio NOTICES AND INFORMATION
|
| 32 | + |
| 33 | + |
| 34 | +%% octokit/rest.js NOTICES AND INFORMATION BEGIN HERE |
| 35 | +========================================= |
| 36 | +The MIT License |
| 37 | + |
| 38 | +Copyright (c) 2012 Cloud9 IDE, Inc. (Mike de Boer) |
| 39 | +Copyright (c) 2017-2018 Octokit contributors |
| 40 | + |
| 41 | +Permission is hereby granted, free of charge, to any person obtaining a copy |
| 42 | +of this software and associated documentation files (the "Software"), to deal |
| 43 | +in the Software without restriction, including without limitation the rights |
| 44 | +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 45 | +copies of the Software, and to permit persons to whom the Software is |
| 46 | +furnished to do so, subject to the following conditions: |
| 47 | + |
| 48 | +The above copyright notice and this permission notice shall be included in |
| 49 | +all copies or substantial portions of the Software. |
| 50 | + |
| 51 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 52 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 53 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 54 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 55 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 56 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
| 57 | +THE SOFTWARE. |
| 58 | +========================================= |
| 59 | +END OF octokit/rest.js NOTICES AND INFORMATION |
| 60 | + |
| 61 | + |
| 62 | +%% parro-it/git-credential-node NOTICES AND INFORMATION BEGIN HERE |
| 63 | +========================================= |
| 64 | +Copyright (C) 2017 Andrea Parodi |
| 65 | + |
| 66 | +Permission is hereby granted, free of charge, to any person obtaining a copy |
| 67 | +of this software and associated documentation files (the "Software"), to deal |
| 68 | +in the Software without restriction, including without limitation the rights |
| 69 | +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 70 | +copies of the Software, and to permit persons to whom the Software is |
| 71 | +furnished to do so, subject to the following conditions: |
| 72 | + |
| 73 | +The above copyright notice and this permission notice shall be included in |
| 74 | +all copies or substantial portions of the Software. |
| 75 | + |
| 76 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 77 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 78 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 79 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 80 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 81 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
| 82 | +THE SOFTWARE. |
| 83 | +========================================= |
| 84 | +END OF parro-it/git-credential-node NOTICES AND INFORMATION |
| 85 | + |
| 86 | + |
| 87 | +%% ashtuchkin/iconv-lite NOTICES AND INFORMATION BEGIN HERE |
| 88 | +========================================= |
| 89 | +Copyright (c) 2011 Alexander Shtuchkin |
| 90 | + |
| 91 | +Permission is hereby granted, free of charge, to any person obtaining |
| 92 | +a copy of this software and associated documentation files (the |
| 93 | +"Software"), to deal in the Software without restriction, including |
| 94 | +without limitation the rights to use, copy, modify, merge, publish, |
| 95 | +distribute, sublicense, and/or sell copies of the Software, and to |
| 96 | +permit persons to whom the Software is furnished to do so, subject to |
| 97 | +the following conditions: |
| 98 | + |
| 99 | +The above copyright notice and this permission notice shall be |
| 100 | +included in all copies or substantial portions of the Software. |
| 101 | + |
| 102 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
| 103 | +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
| 104 | +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND |
| 105 | +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE |
| 106 | +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION |
| 107 | +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION |
| 108 | +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
| 109 | +========================================= |
| 110 | +END OF ashtuchkin/iconv-lite NOTICES AND INFORMATION |
| 111 | + |
| 112 | + |
| 113 | +%% markdown-it/markdown-it NOTICES AND INFORMATION BEGIN HERE |
| 114 | +========================================= |
| 115 | +Copyright (c) 2014 Vitaly Puzrin, Alex Kocharin. |
| 116 | + |
| 117 | +Permission is hereby granted, free of charge, to any person |
| 118 | +obtaining a copy of this software and associated documentation |
| 119 | +files (the "Software"), to deal in the Software without |
| 120 | +restriction, including without limitation the rights to use, |
| 121 | +copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 122 | +copies of the Software, and to permit persons to whom the |
| 123 | +Software is furnished to do so, subject to the following |
| 124 | +conditions: |
| 125 | + |
| 126 | +The above copyright notice and this permission notice shall be |
| 127 | +included in all copies or substantial portions of the Software. |
| 128 | + |
| 129 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
| 130 | +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES |
| 131 | +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND |
| 132 | +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT |
| 133 | +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, |
| 134 | +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING |
| 135 | +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR |
| 136 | +OTHER DEALINGS IN THE SOFTWARE. |
| 137 | +========================================= |
| 138 | +END OF markdown-it/markdown-it NOTICES AND INFORMATION |
| 139 | + |
| 140 | + |
| 141 | +%% moment/moment NOTICES AND INFORMATION BEGIN HERE |
| 142 | +========================================= |
| 143 | +Copyright (c) JS Foundation and other contributors |
| 144 | + |
| 145 | +Permission is hereby granted, free of charge, to any person |
| 146 | +obtaining a copy of this software and associated documentation |
| 147 | +files (the "Software"), to deal in the Software without |
| 148 | +restriction, including without limitation the rights to use, |
| 149 | +copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 150 | +copies of the Software, and to permit persons to whom the |
| 151 | +Software is furnished to do so, subject to the following |
| 152 | +conditions: |
| 153 | + |
| 154 | +The above copyright notice and this permission notice shall be |
| 155 | +included in all copies or substantial portions of the Software. |
| 156 | + |
| 157 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
| 158 | +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES |
| 159 | +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND |
| 160 | +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT |
| 161 | +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, |
| 162 | +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING |
| 163 | +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR |
| 164 | +OTHER DEALINGS IN THE SOFTWARE. |
| 165 | +========================================= |
| 166 | +END OF moment/moment NOTICES AND INFORMATION |
| 167 | + |
| 168 | + |
| 169 | +%% raszi/node-tmp NOTICES AND INFORMATION BEGIN HERE |
| 170 | +========================================= |
| 171 | +The MIT License (MIT) |
| 172 | + |
| 173 | +Copyright (c) 2014 KARASZI István |
| 174 | + |
| 175 | +Permission is hereby granted, free of charge, to any person obtaining a copy |
| 176 | +of this software and associated documentation files (the "Software"), to deal |
| 177 | +in the Software without restriction, including without limitation the rights |
| 178 | +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 179 | +copies of the Software, and to permit persons to whom the Software is |
| 180 | +furnished to do so, subject to the following conditions: |
| 181 | + |
| 182 | +The above copyright notice and this permission notice shall be included in all |
| 183 | +copies or substantial portions of the Software. |
| 184 | + |
| 185 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 186 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 187 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 188 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 189 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 190 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 191 | +SOFTWARE. |
| 192 | +========================================= |
| 193 | +END OF raszi/node-tmp NOTICES AND INFORMATION |
| 194 | + |
| 195 | + |
| 196 | +%% Microsoft/vscode-extension-vscode NOTICES AND INFORMATION BEGIN HERE |
| 197 | +========================================= |
| 198 | +vscode-extension-vscode |
| 199 | + |
| 200 | +The MIT License (MIT) |
| 201 | + |
| 202 | +Copyright (c) Microsoft Corporation |
| 203 | + |
| 204 | +Permission is hereby granted, free of charge, to any person obtaining a copy |
| 205 | +of this software and associated documentation files (the "Software"), to deal |
| 206 | +in the Software without restriction, including without limitation the rights |
| 207 | +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 208 | +copies of the Software, and to permit persons to whom the Software is |
| 209 | +furnished to do so, subject to the following conditions: |
| 210 | + |
| 211 | +The above copyright notice and this permission notice shall be included in all |
| 212 | +copies or substantial portions of the Software. |
| 213 | + |
| 214 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 215 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 216 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 217 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 218 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 219 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 220 | +SOFTWARE. |
| 221 | +========================================= |
| 222 | +END OF Microsoft/vscode-extension-vscode NOTICES AND INFORMATION |
| 223 | + |
| 224 | + |
| 225 | +%% websockets/ws NOTICES AND INFORMATION BEGIN HERE |
| 226 | +========================================= |
| 227 | +The MIT License (MIT) |
| 228 | + |
| 229 | +Copyright (c) 2011 Einar Otto Stangvik <einaros@gmail.com> |
| 230 | + |
| 231 | +Permission is hereby granted, free of charge, to any person obtaining a copy |
| 232 | +of this software and associated documentation files (the "Software"), to deal |
| 233 | +in the Software without restriction, including without limitation the rights |
| 234 | +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 235 | +copies of the Software, and to permit persons to whom the Software is |
| 236 | +furnished to do so, subject to the following conditions: |
| 237 | + |
| 238 | +The above copyright notice and this permission notice shall be included in all |
| 239 | +copies or substantial portions of the Software. |
| 240 | + |
| 241 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 242 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 243 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 244 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 245 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 246 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 247 | +SOFTWARE. |
| 248 | +========================================= |
| 249 | +END OF websockets/ws NOTICES AND INFORMATION |
0 commit comments