Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(725)

Side by Side Diff: LICENSE

Issue 5195003: Remove Gay's dtoa from sources. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Added files to ARM and x64 VS project files. Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | src/SConscript » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
16 David M. Gay and released under an MIT license.
17
18 - Strongtalk assembler, the basis of the files assembler-arm-inl.h, 15 - Strongtalk assembler, the basis of the files assembler-arm-inl.h,
19 assembler-arm.cc, assembler-arm.h, assembler-ia32-inl.h, 16 assembler-arm.cc, assembler-arm.h, assembler-ia32-inl.h,
20 assembler-ia32.cc, assembler-ia32.h, assembler.cc and assembler.h. 17 assembler-ia32.cc, assembler-ia32.h, assembler.cc and assembler.h.
21 This code is copyrighted by Sun Microsystems Inc. and released 18 This code is copyrighted by Sun Microsystems Inc. and released
22 under a 3-clause BSD license. 19 under a 3-clause BSD license.
23 20
24 - Valgrind client API header, located at third_party/valgrind/valgrind.h 21 - Valgrind client API header, located at third_party/valgrind/valgrind.h
25 This is release under the BSD license. 22 This is release under the BSD license.
26 23
27 These libraries have their own licenses; we recommend you read them, 24 These libraries have their own licenses; we recommend you read them,
(...skipping 18 matching lines...) Expand all
46 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 43 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
47 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 44 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
48 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 45 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
49 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 46 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
50 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 47 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
51 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 48 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
52 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 49 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
53 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 50 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
54 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 51 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
55 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 52 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
OLDNEW
« no previous file with comments | « no previous file | src/SConscript » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698