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