@@ -154,6 +154,35 @@ The following third party packages are included:
154
154
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
155
155
156
156
157
+ * The libuv asynchronous I/O library. Code for this package is found
158
+ in the src/rt/libuv directory, within this distribution. This
159
+ package is redistributed under the following terms, as noted in its
160
+ source:
161
+
162
+ Copyright Joyent, Inc. and other Node contributors. All rights reserved.
163
+ Permission is hereby granted, free of charge, to any person obtaining a
164
+ copy of this software and associated documentation files (the "Software"),
165
+ to deal in the Software without restriction, including without limitation
166
+ the rights to use, copy, modify, merge, publish, distribute, sublicense,
167
+ and/or sell copies of the Software, and to permit persons to whom the
168
+ Software is furnished to do so, subject to the following conditions:
169
+
170
+ The above copyright notice and this permission notice shall be included in
171
+ all copies or substantial portions of the Software.
172
+
173
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
174
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
175
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
176
+ THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
177
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
178
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
179
+ DEALINGS IN THE SOFTWARE.
180
+
181
+
182
+ * Additional libraries included in libuv carry separate BSD-compatible
183
+ licenses. See src/rt/libuv/LICENSE for details.
184
+
185
+
157
186
The remaining code and documentation in the collective work presented here, as
158
187
well as the collective work itslf, is distributed under the following terms:
159
188
0 commit comments