|
| 1 | +THIRD-PARTY SOFTWARE NOTICES AND INFORMATION |
| 2 | +For vscode-leetcode extension |
| 3 | + |
| 4 | +This extension uses Open Source components. You can find the source code of their |
| 5 | +open source projects along with the license information below. We acknowledge and |
| 6 | +are grateful to these developers for their contribution to open source. |
| 7 | + |
| 8 | +1. fs-extra (https://github.com/jprichardson/node-fs-extra) |
| 9 | +2. highlight.js (https://github.com/highlightjs/highlight.js/) |
| 10 | +3. require-from-string (https://github.com/floatdrop/require-from-string) |
| 11 | +4. lodash (https://github.com/lodash/lodash) |
| 12 | +5. markdown-it (https://github.com/markdown-it/markdown-it) |
| 13 | +6. leetcode-cli (https://github.com/skygragon/leetcode-cli) |
| 14 | + |
| 15 | +fs-extra NOTICES BEGIN HERE |
| 16 | +============================= |
| 17 | + |
| 18 | +(The MIT License) |
| 19 | + |
| 20 | +Copyright (c) 2011-2017 JP Richardson |
| 21 | + |
| 22 | +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files |
| 23 | +(the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, |
| 24 | + merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is |
| 25 | + furnished to do so, subject to the following conditions: |
| 26 | + |
| 27 | +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. |
| 28 | + |
| 29 | +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE |
| 30 | +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS |
| 31 | +OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, |
| 32 | + ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
| 33 | + |
| 34 | +END OF fs-extra NOTICES AND INFORMATION |
| 35 | +================================== |
| 36 | + |
| 37 | +highlight.js NOTICES BEGIN HERE |
| 38 | +============================= |
| 39 | + |
| 40 | +Copyright (c) 2006, Ivan Sagalaev |
| 41 | +All rights reserved. |
| 42 | +Redistribution and use in source and binary forms, with or without |
| 43 | +modification, are permitted provided that the following conditions are met: |
| 44 | + |
| 45 | + * Redistributions of source code must retain the above copyright |
| 46 | + notice, this list of conditions and the following disclaimer. |
| 47 | + * Redistributions in binary form must reproduce the above copyright |
| 48 | + notice, this list of conditions and the following disclaimer in the |
| 49 | + documentation and/or other materials provided with the distribution. |
| 50 | + * Neither the name of highlight.js nor the names of its contributors |
| 51 | + may be used to endorse or promote products derived from this software |
| 52 | + without specific prior written permission. |
| 53 | + |
| 54 | +THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY |
| 55 | +EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 56 | +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 57 | +DISCLAIMED. IN NO EVENT SHALL THE REGENTS AND CONTRIBUTORS BE LIABLE FOR ANY |
| 58 | +DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 59 | +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 60 | +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND |
| 61 | +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 62 | +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 63 | +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 64 | + |
| 65 | +END OF highlight.js NOTICES AND INFORMATION |
| 66 | +================================== |
| 67 | + |
| 68 | +require-from-string NOTICES BEGIN HERE |
| 69 | +============================= |
| 70 | + |
| 71 | +The MIT License (MIT) |
| 72 | + |
| 73 | +Copyright (c) Vsevolod Strukchinsky < [email protected]> (github.com/floatdrop) |
| 74 | + |
| 75 | +Permission is hereby granted, free of charge, to any person obtaining a copy |
| 76 | +of this software and associated documentation files (the "Software"), to deal |
| 77 | +in the Software without restriction, including without limitation the rights |
| 78 | +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 79 | +copies of the Software, and to permit persons to whom the Software is |
| 80 | +furnished to do so, subject to the following conditions: |
| 81 | + |
| 82 | +The above copyright notice and this permission notice shall be included in |
| 83 | +all copies or substantial portions of the Software. |
| 84 | + |
| 85 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 86 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 87 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 88 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 89 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 90 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
| 91 | +THE SOFTWARE. |
| 92 | + |
| 93 | +END OF require-from-string NOTICES AND INFORMATION |
| 94 | +================================== |
| 95 | + |
| 96 | +lodash NOTICES BEGIN HERE |
| 97 | +============================= |
| 98 | + |
| 99 | +The MIT License |
| 100 | + |
| 101 | +Copyright JS Foundation and other contributors <https://js.foundation/> |
| 102 | + |
| 103 | +Based on Underscore.js, copyright Jeremy Ashkenas, |
| 104 | +DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/> |
| 105 | + |
| 106 | +This software consists of voluntary contributions made by many |
| 107 | +individuals. For exact contribution history, see the revision history |
| 108 | +available at https://github.com/lodash/lodash |
| 109 | + |
| 110 | +The following license applies to all parts of this software except as |
| 111 | +documented below: |
| 112 | + |
| 113 | +==== |
| 114 | + |
| 115 | +Permission is hereby granted, free of charge, to any person obtaining |
| 116 | +a copy of this software and associated documentation files (the |
| 117 | +"Software"), to deal in the Software without restriction, including |
| 118 | +without limitation the rights to use, copy, modify, merge, publish, |
| 119 | +distribute, sublicense, and/or sell copies of the Software, and to |
| 120 | +permit persons to whom the Software is furnished to do so, subject to |
| 121 | +the following conditions: |
| 122 | + |
| 123 | +The above copyright notice and this permission notice shall be |
| 124 | +included in all copies or substantial portions of the Software. |
| 125 | + |
| 126 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
| 127 | +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
| 128 | +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND |
| 129 | +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE |
| 130 | +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION |
| 131 | +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION |
| 132 | +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
| 133 | + |
| 134 | +==== |
| 135 | + |
| 136 | +Copyright and related rights for sample code are waived via CC0. Sample |
| 137 | +code is defined as all source code displayed within the prose of the |
| 138 | +documentation. |
| 139 | + |
| 140 | +CC0: http://creativecommons.org/publicdomain/zero/1.0/ |
| 141 | + |
| 142 | +==== |
| 143 | + |
| 144 | +Files located in the node_modules and vendor directories are externally |
| 145 | +maintained libraries used by this software which have their own |
| 146 | +licenses; we recommend you read them, as their terms may differ from the |
| 147 | +terms above. |
| 148 | + |
| 149 | +END OF lodash NOTICES AND INFORMATION |
| 150 | +================================== |
| 151 | + |
| 152 | +markdown-it NOTICES BEGIN HERE |
| 153 | +============================= |
| 154 | + |
| 155 | +Copyright (c) 2014 Vitaly Puzrin, Alex Kocharin. |
| 156 | + |
| 157 | +Permission is hereby granted, free of charge, to any person |
| 158 | +obtaining a copy of this software and associated documentation |
| 159 | +files (the "Software"), to deal in the Software without |
| 160 | +restriction, including without limitation the rights to use, |
| 161 | +copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 162 | +copies of the Software, and to permit persons to whom the |
| 163 | +Software is furnished to do so, subject to the following |
| 164 | +conditions: |
| 165 | + |
| 166 | +The above copyright notice and this permission notice shall be |
| 167 | +included in all copies or substantial portions of the Software. |
| 168 | + |
| 169 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
| 170 | +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES |
| 171 | +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND |
| 172 | +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT |
| 173 | +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, |
| 174 | +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING |
| 175 | +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR |
| 176 | +OTHER DEALINGS IN THE SOFTWARE. |
| 177 | + |
| 178 | +END OF markdown-it NOTICES AND INFORMATION |
| 179 | +================================== |
| 180 | + |
| 181 | +leetcode-cli NOTICES BEGIN HERE |
| 182 | +============================= |
| 183 | + |
| 184 | +MIT License |
| 185 | + |
| 186 | +Copyright (c) 2016 skygragon |
| 187 | + |
| 188 | +Permission is hereby granted, free of charge, to any person obtaining a copy |
| 189 | +of this software and associated documentation files (the "Software"), to deal |
| 190 | +in the Software without restriction, including without limitation the rights |
| 191 | +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 192 | +copies of the Software, and to permit persons to whom the Software is |
| 193 | +furnished to do so, subject to the following conditions: |
| 194 | + |
| 195 | +The above copyright notice and this permission notice shall be included in all |
| 196 | +copies or substantial portions of the Software. |
| 197 | + |
| 198 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 199 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 200 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 201 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 202 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 203 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 204 | +SOFTWARE. |
| 205 | + |
| 206 | +END OF leetcode-cli NOTICES AND INFORMATION |
| 207 | +================================== |
0 commit comments