| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent ba3be57 commit ac59dc4
39 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -114,29 +114,6 @@ The externally maintained libraries used by Node.js are: | |||
| 114 | 114 | purpose. It is provided "as is" without express or implied warranty. | |
| 115 | 115 | """ | |
| 116 | 116 | ||
| 117 | - - HTTP Parser, located at deps/http_parser, is licensed as follows: | ||
| 118 | - """ | ||
| 119 | - Copyright Joyent, Inc. and other Node contributors. | ||
| 120 | - | ||
| 121 | - Permission is hereby granted, free of charge, to any person obtaining a copy | ||
| 122 | - of this software and associated documentation files (the "Software"), to | ||
| 123 | - deal in the Software without restriction, including without limitation the | ||
| 124 | - rights to use, copy, modify, merge, publish, distribute, sublicense, and/or | ||
| 125 | - sell copies of the Software, and to permit persons to whom the Software is | ||
| 126 | - furnished to do so, subject to the following conditions: | ||
| 127 | - | ||
| 128 | - The above copyright notice and this permission notice shall be included in | ||
| 129 | - all copies or substantial portions of the Software. | ||
| 130 | - | ||
| 131 | - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
| 132 | - IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
| 133 | - FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
| 134 | - AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
| 135 | - LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING | ||
| 136 | - FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS | ||
| 137 | - IN THE SOFTWARE. | ||
| 138 | - """ | ||
| 139 | - | ||
| 140 | 117 | - ICU, located at deps/icu-small, is licensed as follows: | |
| 141 | 118 | """ | |
| 142 | 119 | COPYRIGHT AND PERMISSION NOTICE (ICU 58 and later) | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -141,7 +141,7 @@ test-code-cache: with-code-cache | |||
| 141 | 141 | echo "'test-code-cache' target is a noop" | |
| 142 | 142 | ||
| 143 | 143 | out/Makefile: config.gypi common.gypi node.gyp \ | |
| 144 | - deps/uv/uv.gyp deps/http_parser/http_parser.gyp deps/zlib/zlib.gyp \ | ||
| 144 | + deps/uv/uv.gyp deps/llhttp/llhttp.gyp deps/zlib/zlib.gyp \ | ||
| 145 | 145 | tools/v8_gypfiles/toolchain.gypi tools/v8_gypfiles/features.gypi \ | |
| 146 | 146 | tools/v8_gypfiles/inspector.gypi tools/v8_gypfiles/v8.gyp | |
| 147 | 147 | $(PYTHON) tools/gyp_node.py -f make | |
| Back | FazBrowse Home | New Git URL |
0 commit comments