OLD | NEW |
1 This license applies to all parts of V8 that are not externally | 1 This license applies to all parts of V8 that are not externally |
2 maintained libraries. The externally maintained libraries used by V8 | 2 maintained libraries. The externally maintained libraries used by V8 |
3 are: | 3 are: |
4 | 4 |
5 - PCRE test suite, located in test/mjsunit/regexp-pcre.js. This is | 5 - PCRE test suite, located in test/mjsunit/regexp-pcre.js. This is |
6 based on the test suite from PCRE-7.3, which is copyrighted by the | 6 based on the test suite from PCRE-7.3, which is copyrighted by the |
7 University of Cambridge and Google, Inc. The copyright notice and | 7 University of Cambridge and Google, Inc. The copyright notice and |
8 license are embedded in regexp-pcre.js. | 8 license are embedded in regexp-pcre.js. |
9 | 9 |
10 - Dtoa, located under third_party/dtoa. This code is copyrighted by | 10 - Dtoa, located under third_party/dtoa. This code is copyrighted by |
11 David M. Gay and released under an MIT license. | 11 David M. Gay and released under an MIT license. |
12 | 12 |
13 - Strongtalk assembler, the basis of the files assembler-arm-inl.h, | 13 - Strongtalk assembler, the basis of the files assembler-arm-inl.h, |
14 assembler-arm.cc, assembler-arm.h, assembler-ia32-inl.h, | 14 assembler-arm.cc, assembler-arm.h, assembler-ia32-inl.h, |
15 assembler-ia32.cc, assembler-ia32.h, assembler.cc and assembler.h. | 15 assembler-ia32.cc, assembler-ia32.h, assembler.cc and assembler.h. |
16 This code is copyrighted by Sun Microsystems Inc. and released | 16 This code is copyrighted by Sun Microsystems Inc. and released |
17 under a 3-clause BSD license. | 17 under a 3-clause BSD license. |
18 | 18 |
19 - JSMin JavaScript minifier, located at tools/jsmin.py. This code is | 19 - JSMin JavaScript minifier, located at tools/jsmin.py. This code is |
20 copyrighted by Douglas Crockford and Baruch Even and released under | 20 copyrighted by Douglas Crockford and Baruch Even and released under |
21 an MIT license. | 21 an MIT license. |
22 | 22 |
| 23 - Valgrind client API header, located at third_party/valgrind/valgrind.h |
| 24 This is release under the BSD license. |
| 25 |
23 These libraries have their own licenses; we recommend you read them, | 26 These libraries have their own licenses; we recommend you read them, |
24 as their terms may differ from the terms below. | 27 as their terms may differ from the terms below. |
25 | 28 |
26 Copyright 2006-2009, Google Inc. All rights reserved. | 29 Copyright 2006-2009, Google Inc. All rights reserved. |
27 Redistribution and use in source and binary forms, with or without | 30 Redistribution and use in source and binary forms, with or without |
28 modification, are permitted provided that the following conditions are | 31 modification, are permitted provided that the following conditions are |
29 met: | 32 met: |
30 | 33 |
31 * Redistributions of source code must retain the above copyright | 34 * Redistributions of source code must retain the above copyright |
32 notice, this list of conditions and the following disclaimer. | 35 notice, this list of conditions and the following disclaimer. |
33 * Redistributions in binary form must reproduce the above | 36 * Redistributions in binary form must reproduce the above |
34 copyright notice, this list of conditions and the following | 37 copyright notice, this list of conditions and the following |
35 disclaimer in the documentation and/or other materials provided | 38 disclaimer in the documentation and/or other materials provided |
36 with the distribution. | 39 with the distribution. |
37 * Neither the name of Google Inc. nor the names of its | 40 * Neither the name of Google Inc. nor the names of its |
38 contributors may be used to endorse or promote products derived | 41 contributors may be used to endorse or promote products derived |
39 from this software without specific prior written permission. | 42 from this software without specific prior written permission. |
40 | 43 |
41 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS | 44 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
42 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT | 45 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
43 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR | 46 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
44 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT | 47 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
45 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, | 48 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
46 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT | 49 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
47 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, | 50 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
48 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY | 51 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
49 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | 52 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
50 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | 53 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
51 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 54 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
OLD | NEW |