1 This license applies to all parts of V8 that are not externally 2 maintained libraries. The externally maintained libraries used by V8 3 are: 4 5 - PCRE test suite, located in 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 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/object-keys. 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 15 - 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-x64-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. 20 This code is copyrighted by Sun Microsystems Inc. and released 21 under a 3-clause BSD license. 22 23 - Valgrind client API header, located at third_party/valgrind/valgrind.h 24 This is release under the BSD license. 25 26 These libraries have their own licenses; we recommend you read them, 27 as their terms may differ from the terms below. 28 29 Further license information can be found in LICENSE files located in 30 sub-directories. 31 32 Copyright 2014, the V8 project authors. All rights reserved. 33 Redistribution and use in source and binary forms, with or without 34 modification, are permitted provided that the following conditions are 35 met: 36 37 * Redistributions of source code must retain the above copyright 38 notice, this list of conditions and the following disclaimer. 39 * Redistributions in binary form must reproduce the above 40 copyright notice, this list of conditions and the following 41 disclaimer in the documentation and/or other materials provided 42 with the distribution. 43 * Neither the name of Google Inc. nor the names of its 44 contributors may be used to endorse or promote products derived 45 from this software without specific prior written permission. 46 47 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 48 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 49 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 50 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 51 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 52 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 53 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 54 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 55 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 56 (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. 58 59 ======================================================================== 60 61 fdlibm 62 63 Copyright (C) 1993-2004 by Sun Microsystems, Inc. All rights reserved. 64 65 Developed at SunSoft, a Sun Microsystems, Inc. business. 66 Permission to use, copy, modify, and distribute this 67 software is freely granted, provided that this notice 68 is preserved. 69 70 ======================================================================== 71 72 Strongtalk 73 74 Copyright (c) 1994-2006 Sun Microsystems Inc. 75 All Rights Reserved. 76 77 Redistribution and use in source and binary forms, with or without 78 modification, are permitted provided that the following conditions are 79 met: 80 81 - Redistributions of source code must retain the above copyright notice, 82 this list of conditions and the following disclaimer. 83 84 - Redistribution in binary form must reproduce the above copyright 85 notice, this list of conditions and the following disclaimer in the 86 documentation and/or other materials provided with the distribution. 87 88 - Neither the name of Sun Microsystems or the names of contributors may 89 be used to endorse or promote products derived from this software without 90 specific prior written permission. 91 92 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS 93 IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, 94 THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 95 PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 96 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 97 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 98 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 99 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 100 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 101 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 102 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 103 104 The original source code covered by the above license above has been 105 modified significantly by Google Inc. 106 Copyright 2006-2008 the V8 project authors. All rights reserved. 107 108 ======================================================================== 109 110 valgrind 111 112 ---------------------------------------------------------------- 113 114 Notice that the following BSD-style license applies to this one 115 file (valgrind.h) only. The rest of Valgrind is licensed under the 116 terms of the GNU General Public License, version 2, unless 117 otherwise indicated. See the COPYING file in the source 118 distribution for details. 119 120 ---------------------------------------------------------------- 121 122 This file is part of Valgrind, a dynamic binary instrumentation 123 framework. 124 125 Copyright (C) 2000-2007 Julian Seward. All rights reserved. 126 127 Redistribution and use in source and binary forms, with or without 128 modification, are permitted provided that the following conditions 129 are met: 130 131 1. Redistributions of source code must retain the above copyright 132 notice, this list of conditions and the following disclaimer. 133 134 2. The origin of this software must not be misrepresented; you must 135 not claim that you wrote the original software. If you use this 136 software in a product, an acknowledgment in the product 137 documentation would be appreciated but is not required. 138 139 3. Altered source versions must be plainly marked as such, and must 140 not be misrepresented as being the original software. 141 142 4. The name of the author may not be used to endorse or promote 143 products derived from this software without specific prior written 144 permission. 145 146 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS 147 OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 148 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 149 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY 150 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 151 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE 152 GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 153 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 154 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 155 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 156 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 157 158