Chromium Code Reviews| 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/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/object-keys. 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 - Strongtalk assembler, the basis of the files assembler-arm-inl.h, | 15 - Strongtalk assembler, the basis of the files assembler-arm-inl.h, |
| 16 assembler-arm.cc, assembler-arm.h, assembler-ia32-inl.h, | 16 assembler-arm.cc, assembler-arm.h, assembler-ia32-inl.h, |
| 17 assembler-ia32.cc, assembler-ia32.h, assembler-x64-inl.h, | 17 assembler-ia32.cc, assembler-ia32.h, assembler-x64-inl.h, |
| 18 assembler-x64.cc, assembler-x64.h, assembler-mips-inl.h, | 18 assembler-x64.cc, assembler-x64.h, assembler-mips-inl.h, |
| 19 assembler-mips.cc, assembler-mips.h, assembler.cc and assembler.h. | 19 assembler-mips.cc, assembler-mips.h, assembler.cc and assembler.h. |
| 20 This code is copyrighted by Sun Microsystems Inc. and released | 20 This code is copyrighted by Sun Microsystems Inc. and released |
| 21 under a 3-clause BSD license. | 21 under a 3-clause BSD license. |
| 22 | 22 |
| 23 - Valgrind client API header, located at third_party/valgrind/valgrind.h | 23 - Valgrind client API header, located at third_party/valgrind/valgrind.h |
| 24 This is release under the BSD license. | 24 This is release under the BSD license. |
| 25 | 25 |
| 26 These libraries have their own licenses; we recommend you read them, | 26 These libraries have their own licenses; we recommend you read them, |
| 27 as their terms may differ from the terms below. | 27 as their terms may differ from the terms below. |
| 28 | 28 |
| 29 Further license information can be found in individual sub-directories. | |
|
ulan
2015/06/16 10:55:49
Could you please list the sub-directories here?
sr
Michael Hablich
2015/06/16 11:09:01
I deliberately do not want to do that or else the
| |
| 30 | |
| 29 Copyright 2014, the V8 project authors. All rights reserved. | 31 Copyright 2014, the V8 project authors. All rights reserved. |
| 30 Redistribution and use in source and binary forms, with or without | 32 Redistribution and use in source and binary forms, with or without |
| 31 modification, are permitted provided that the following conditions are | 33 modification, are permitted provided that the following conditions are |
| 32 met: | 34 met: |
| 33 | 35 |
| 34 * Redistributions of source code must retain the above copyright | 36 * Redistributions of source code must retain the above copyright |
| 35 notice, this list of conditions and the following disclaimer. | 37 notice, this list of conditions and the following disclaimer. |
| 36 * Redistributions in binary form must reproduce the above | 38 * Redistributions in binary form must reproduce the above |
| 37 copyright notice, this list of conditions and the following | 39 copyright notice, this list of conditions and the following |
| 38 disclaimer in the documentation and/or other materials provided | 40 disclaimer in the documentation and/or other materials provided |
| 39 with the distribution. | 41 with the distribution. |
| 40 * Neither the name of Google Inc. nor the names of its | 42 * Neither the name of Google Inc. nor the names of its |
| 41 contributors may be used to endorse or promote products derived | 43 contributors may be used to endorse or promote products derived |
| 42 from this software without specific prior written permission. | 44 from this software without specific prior written permission. |
| 43 | 45 |
| 44 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS | 46 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 45 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT | 47 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 46 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR | 48 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 47 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT | 49 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 48 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, | 50 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 49 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT | 51 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 50 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, | 52 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 51 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY | 53 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 52 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | 54 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 53 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | 55 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 54 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 56 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| OLD | NEW |