• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1libuv is licensed for use as follows:
2
3====
4Copyright (c) 2015-present libuv project contributors.
5
6Permission is hereby granted, free of charge, to any person obtaining a copy
7of this software and associated documentation files (the "Software"), to
8deal in the Software without restriction, including without limitation the
9rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
10sell copies of the Software, and to permit persons to whom the Software is
11furnished to do so, subject to the following conditions:
12
13The above copyright notice and this permission notice shall be included in
14all copies or substantial portions of the Software.
15
16THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
21FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
22IN THE SOFTWARE.
23====
24
25This license applies to parts of libuv originating from the
26https://github.com/joyent/libuv repository:
27
28====
29
30Copyright Joyent, Inc. and other Node contributors. All rights reserved.
31Permission is hereby granted, free of charge, to any person obtaining a copy
32of this software and associated documentation files (the "Software"), to
33deal in the Software without restriction, including without limitation the
34rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
35sell copies of the Software, and to permit persons to whom the Software is
36furnished to do so, subject to the following conditions:
37
38The above copyright notice and this permission notice shall be included in
39all copies or substantial portions of the Software.
40
41THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
42IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
43FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
44AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
45LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
46FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
47IN THE SOFTWARE.
48
49====
50
51This license applies to all parts of libuv that are not externally
52maintained libraries.
53
54The externally maintained libraries used by libuv are:
55
56  - tree.h (from FreeBSD), copyright Niels Provos. Two clause BSD license.
57
58  - inet_pton and inet_ntop implementations, contained in src/inet.c, are
59    copyright the Internet Systems Consortium, Inc., and licensed under the ISC
60    license.
61
62  - stdint-msvc2008.h (from msinttypes), copyright Alexander Chemeris. Three
63    clause BSD license.
64
65  - pthread-fixes.c, copyright Google Inc. and Sony Mobile Communications AB.
66    Three clause BSD license.
67