@@ -72,4 +72,51 @@ products or services of Licensee, or any third party.
72
72
73
73
8. By copying, installing or otherwise using Python, Licensee
74
74
agrees to be bound by the terms and conditions of this License
75
- Agreement.
75
+ Agreement.
76
+
77
+ -------------------------------------------------------------------------------
78
+
79
+ Copyright Node.js contributors. All rights reserved.
80
+
81
+ Permission is hereby granted, free of charge, to any person obtaining a copy
82
+ of this software and associated documentation files (the "Software"), to
83
+ deal in the Software without restriction, including without limitation the
84
+ rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
85
+ sell copies of the Software, and to permit persons to whom the Software is
86
+ furnished to do so, subject to the following conditions:
87
+
88
+ The above copyright notice and this permission notice shall be included in
89
+ all copies or substantial portions of the Software.
90
+
91
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
92
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
93
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
94
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
95
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
96
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
97
+ IN THE SOFTWARE.
98
+ """
99
+
100
+ This license applies to parts of Node.js originating from the
101
+ https://github.com/joyent/node repository:
102
+
103
+ """
104
+ Copyright Joyent, Inc. and other Node contributors. All rights reserved.
105
+ Permission is hereby granted, free of charge, to any person obtaining a copy
106
+ of this software and associated documentation files (the "Software"), to
107
+ deal in the Software without restriction, including without limitation the
108
+ rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
109
+ sell copies of the Software, and to permit persons to whom the Software is
110
+ furnished to do so, subject to the following conditions:
111
+
112
+ The above copyright notice and this permission notice shall be included in
113
+ all copies or substantial portions of the Software.
114
+
115
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
116
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
117
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
118
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
119
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
120
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
121
+ IN THE SOFTWARE.
122
+ """
0 commit comments