Skip to content

Commit 0e1afdb

Browse files
committed
Add libuv license info to LICENSE.txt
1 parent ff22368 commit 0e1afdb

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

LICENSE.txt

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,35 @@ The following third party packages are included:
154154
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
155155

156156

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+
157186
The remaining code and documentation in the collective work presented here, as
158187
well as the collective work itslf, is distributed under the following terms:
159188

0 commit comments

Comments
 (0)