| 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 |   5   - PCRE test suite, located in | 
|   6     test/mjsunit/third_party/regexp-pcre.js.  This is based on the |   6     test/mjsunit/third_party/regexp-pcre.js.  This is based on the | 
|   7     test suite from PCRE-7.3, which is copyrighted by the University |   7     test suite from PCRE-7.3, which is copyrighted by the University | 
|   8     of Cambridge and Google, Inc.  The copyright notice and license |   8     of Cambridge and Google, Inc.  The copyright notice and license | 
|   9     are embedded in regexp-pcre.js. |   9     are embedded in regexp-pcre.js. | 
|  10  |  10  | 
|  11   - Layout tests, located in test/mjsunit/third_party.  These are |  11   - Layout tests, located in test/mjsunit/third_party.  These are | 
|  12     based on layout tests from webkit.org which are copyrighted by |  12     based on layout tests from webkit.org which are copyrighted by | 
|  13     Apple Computer, Inc. and released under a 3-clause BSD license. |  13     Apple Computer, Inc. and released under a 3-clause BSD license. | 
|  14  |  14  | 
|  15   - Dtoa, located under third_party/dtoa.  This code is copyrighted by |  15   - Dtoa, located under third_party/dtoa.  This code is copyrighted by | 
|  16     David M. Gay and released under an MIT license. |  16     David M. Gay and released under an MIT license. | 
|  17  |  17  | 
|  18   - Strongtalk assembler, the basis of the files assembler-arm-inl.h, |  18   - Strongtalk assembler, the basis of the files assembler-arm-inl.h, | 
|  19     assembler-arm.cc, assembler-arm.h, assembler-ia32-inl.h, |  19     assembler-arm.cc, assembler-arm.h, assembler-ia32-inl.h, | 
|  20     assembler-ia32.cc, assembler-ia32.h, assembler.cc and assembler.h. |  20     assembler-ia32.cc, assembler-ia32.h, assembler.cc and assembler.h. | 
|  21     This code is copyrighted by Sun Microsystems Inc. and released |  21     This code is copyrighted by Sun Microsystems Inc. and released | 
|  22     under a 3-clause BSD license. |  22     under a 3-clause BSD license. | 
|  23  |  23  | 
|  24   - JSMin JavaScript minifier, located at tools/jsmin.py.  This code is |  | 
|  25     copyrighted by Douglas Crockford and Baruch Even and released under |  | 
|  26     an MIT license. |  | 
|  27  |  | 
|  28   - Valgrind client API header, located at third_party/valgrind/valgrind.h |  24   - Valgrind client API header, located at third_party/valgrind/valgrind.h | 
|  29     This is release under the BSD license. |  25     This is release under the BSD license. | 
|  30  |  26  | 
|  31   - Valgrind client API header, located at third_party/valgrind/valgrind.h |  27   - Valgrind client API header, located at third_party/valgrind/valgrind.h | 
|  32     This is release under the BSD license. |  28     This is release under the BSD license. | 
|  33  |  29  | 
|  34 These libraries have their own licenses; we recommend you read them, |  30 These libraries have their own licenses; we recommend you read them, | 
|  35 as their terms may differ from the terms below. |  31 as their terms may differ from the terms below. | 
|  36  |  32  | 
|  37 Copyright 2006-2009, Google Inc. All rights reserved. |  33 Copyright 2006-2009, Google Inc. All rights reserved. | 
| (...skipping 15 matching lines...) Expand all  Loading... | 
|  53 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |  49 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT | 
|  54 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |  50 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR | 
|  55 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |  51 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT | 
|  56 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |  52 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, | 
|  57 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |  53 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT | 
|  58 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |  54 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, | 
|  59 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |  55 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY | 
|  60 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |  56 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | 
|  61 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |  57 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | 
|  62 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |  58 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 
| OLD | NEW |