| 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 |
| 6 based on the test suite from PCRE-7.3, which is copyrighted by the | 6 test/mjsunit/third_party/regexp-pcre.js. This is based on the |
| 7 University of Cambridge and Google, Inc. The copyright notice and | 7 test suite from PCRE-7.3, which is copyrighted by the University |
| 8 license are embedded in regexp-pcre.js. | 8 of Cambridge and Google, Inc. The copyright notice and license |
| 9 are embedded in regexp-pcre.js. |
| 10 |
| 11 - Layout tests, located in test/mjsunit/third_party. These are |
| 12 based on layout tests from webkit.org which are copyrighted by |
| 13 Apple Computer, Inc. and released under a 3-clause BSD license. |
| 9 | 14 |
| 10 - Dtoa, located under third_party/dtoa. This code is copyrighted by | 15 - Dtoa, located under third_party/dtoa. This code is copyrighted by |
| 11 David M. Gay and released under an MIT license. | 16 David M. Gay and released under an MIT license. |
| 12 | 17 |
| 13 - Strongtalk assembler, the basis of the files assembler-arm-inl.h, | 18 - Strongtalk assembler, the basis of the files assembler-arm-inl.h, |
| 14 assembler-arm.cc, assembler-arm.h, assembler-ia32-inl.h, | 19 assembler-arm.cc, assembler-arm.h, assembler-ia32-inl.h, |
| 15 assembler-ia32.cc, assembler-ia32.h, assembler.cc and assembler.h. | 20 assembler-ia32.cc, assembler-ia32.h, assembler.cc and assembler.h. |
| 16 This code is copyrighted by Sun Microsystems Inc. and released | 21 This code is copyrighted by Sun Microsystems Inc. and released |
| 17 under a 3-clause BSD license. | 22 under a 3-clause BSD license. |
| 18 | 23 |
| (...skipping 29 matching lines...) Expand all Loading... |
| 48 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT | 53 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 49 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR | 54 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 50 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT | 55 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 51 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, | 56 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 52 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT | 57 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 53 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, | 58 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 54 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY | 59 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 55 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | 60 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 56 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | 61 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 57 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 62 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| OLD | NEW |