blob: e435050e9094d4c03fddbcf56847d5cb73d3c450 [file] [log] [blame]
Steve Blocka7e24c12009-10-30 11:49:00 +00001This license applies to all parts of V8 that are not externally
2maintained libraries. The externally maintained libraries used by V8
3are:
4
5 - PCRE test suite, located in
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
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.
14
Steve Blocka7e24c12009-10-30 11:49:00 +000015 - Strongtalk assembler, the basis of the files assembler-arm-inl.h,
16 assembler-arm.cc, assembler-arm.h, assembler-ia32-inl.h,
17 assembler-ia32.cc, assembler-ia32.h, assembler.cc and assembler.h.
18 This code is copyrighted by Sun Microsystems Inc. and released
19 under a 3-clause BSD license.
20
21 - Valgrind client API header, located at third_party/valgrind/valgrind.h
22 This is release under the BSD license.
23
24These libraries have their own licenses; we recommend you read them,
25as their terms may differ from the terms below.
26
Ben Murdochb8e0da22011-05-16 14:20:40 +010027Copyright 2006-2011, the V8 project authors. All rights reserved.
Steve Blocka7e24c12009-10-30 11:49:00 +000028Redistribution and use in source and binary forms, with or without
29modification, are permitted provided that the following conditions are
30met:
31
32 * Redistributions of source code must retain the above copyright
33 notice, this list of conditions and the following disclaimer.
34 * Redistributions in binary form must reproduce the above
35 copyright notice, this list of conditions and the following
36 disclaimer in the documentation and/or other materials provided
37 with the distribution.
38 * Neither the name of Google Inc. nor the names of its
39 contributors may be used to endorse or promote products derived
40 from this software without specific prior written permission.
41
42THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
43"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
44LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
45A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
46OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
47SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
48LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
49DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
50THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
51(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
52OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.