Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

Commit efed440

Browse files
author
Chunbo
authored
Merge pull request #7 from jianjunz/thirdpartylicense
Add third party license.
2 parents a1965c8 + a05e386 commit efed440

File tree

1 file changed

+149
-0
lines changed

1 file changed

+149
-0
lines changed

thirdpartylicenses.txt

Lines changed: 149 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,149 @@
1+
Node.js License
2+
-----------------------
3+
4+
====
5+
6+
Copyright Joyent, Inc. and other Node contributors. All rights reserved.
7+
Permission is hereby granted, free of charge, to any person obtaining a copy
8+
of this software and associated documentation files (the "Software"), to
9+
deal in the Software without restriction, including without limitation the
10+
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
11+
sell copies of the Software, and to permit persons to whom the Software is
12+
furnished to do so, subject to the following conditions:
13+
14+
The above copyright notice and this permission notice shall be included in
15+
all copies or substantial portions of the Software.
16+
17+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
22+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
23+
IN THE SOFTWARE.
24+
25+
====
26+
27+
This license applies to all parts of Node that are not externally
28+
maintained libraries. The externally maintained libraries used by Node are:
29+
30+
- V8, located at deps/v8. V8's license follows:
31+
"""
32+
This license applies to all parts of V8 that are not externally
33+
maintained libraries. The externally maintained libraries used by V8
34+
are:
35+
36+
- PCRE test suite, located in
37+
test/mjsunit/third_party/regexp-pcre.js. This is based on the
38+
test suite from PCRE-7.3, which is copyrighted by the University
39+
of Cambridge and Google, Inc. The copyright notice and license
40+
are embedded in regexp-pcre.js.
41+
42+
- Layout tests, located in test/mjsunit/third_party. These are
43+
based on layout tests from webkit.org which are copyrighted by
44+
Apple Computer, Inc. and released under a 3-clause BSD license.
45+
46+
- Strongtalk assembler, the basis of the files assembler-arm-inl.h,
47+
assembler-arm.cc, assembler-arm.h, assembler-ia32-inl.h,
48+
assembler-ia32.cc, assembler-ia32.h, assembler-x64-inl.h,
49+
assembler-x64.cc, assembler-x64.h, assembler-mips-inl.h,
50+
assembler-mips.cc, assembler-mips.h, assembler.cc and assembler.h.
51+
This code is copyrighted by Sun Microsystems Inc. and released
52+
under a 3-clause BSD license.
53+
54+
- Valgrind client API header, located at third_party/valgrind/valgrind.h
55+
This is release under the BSD license.
56+
57+
These libraries have their own licenses; we recommend you read them,
58+
as their terms may differ from the terms below.
59+
60+
Copyright 2006-2012, the V8 project authors. All rights reserved.
61+
Redistribution and use in source and binary forms, with or without
62+
modification, are permitted provided that the following conditions are
63+
met:
64+
65+
* Redistributions of source code must retain the above copyright
66+
notice, this list of conditions and the following disclaimer.
67+
* Redistributions in binary form must reproduce the above
68+
copyright notice, this list of conditions and the following
69+
disclaimer in the documentation and/or other materials provided
70+
with the distribution.
71+
* Neither the name of Google Inc. nor the names of its
72+
contributors may be used to endorse or promote products derived
73+
from this software without specific prior written permission.
74+
75+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
76+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
77+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
78+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
79+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
80+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
81+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
82+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
83+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
84+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
85+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
86+
"""
87+
88+
89+
express License
90+
-----------------------
91+
92+
The MIT License (MIT)
93+
94+
Copyright (c) <year> <copyright holders>
95+
96+
Permission is hereby granted, free of charge, to any person obtaining a copy
97+
of this software and associated documentation files (the "Software"), to deal
98+
in the Software without restriction, including without limitation the rights
99+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
100+
copies of the Software, and to permit persons to whom the Software is
101+
furnished to do so, subject to the following conditions:
102+
103+
The above copyright notice and this permission notice shall be included in
104+
all copies or substantial portions of the Software.
105+
106+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
107+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
108+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
109+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
110+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
111+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
112+
THE SOFTWARE.
113+
114+
115+
socket.io License
116+
-----------------------
117+
118+
Copyright (c) 2010 - 2014, Alfred E. Heggestad
119+
Copyright (c) 2010 - 2014, Richard Aas
120+
Copyright (c) 2010 - 2014, Creytiv.com
121+
All rights reserved.
122+
123+
124+
Redistribution and use in source and binary forms, with or without
125+
modification, are permitted provided that the following conditions
126+
are met:
127+
128+
1. Redistributions of source code must retain the above copyright
129+
notice, this list of conditions and the following disclaimer.
130+
131+
2. Redistributions in binary form must reproduce the above copyright
132+
notice, this list of conditions and the following disclaimer in the
133+
documentation and/or other materials provided with the distribution.
134+
135+
3. Neither the name of the Creytiv.com nor the names of its contributors
136+
may be used to endorse or promote products derived from this software
137+
without specific prior written permission.
138+
139+
140+
THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
141+
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
142+
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
143+
IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
144+
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
145+
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
146+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
147+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
148+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
149+
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

0 commit comments

Comments
 (0)