diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2009-09-23 14:49:51 +0200 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2009-09-23 14:49:51 +0200 |
commit | 2df13c73103d4bd95a5f4fec741e0ed2f17852f1 (patch) | |
tree | 138f3c8e1d03a67cc564dfec4ad90093cf70e410 /deps/v8/LICENSE | |
parent | be3dddeec9c970f5cc81b672a4cf034d917d450c (diff) | |
download | node-2df13c73103d4bd95a5f4fec741e0ed2f17852f1.tar.gz |
Upgrade v8 to 1.3.13
Diffstat (limited to 'deps/v8/LICENSE')
-rw-r--r-- | deps/v8/LICENSE | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/deps/v8/LICENSE b/deps/v8/LICENSE index 553cf4755..d2862b4ee 100644 --- a/deps/v8/LICENSE +++ b/deps/v8/LICENSE @@ -2,10 +2,15 @@ This license applies to all parts of V8 that are not externally maintained libraries. The externally maintained libraries used by V8 are: - - PCRE test suite, located in test/mjsunit/regexp-pcre.js. This is - based on the test suite from PCRE-7.3, which is copyrighted by the - University of Cambridge and Google, Inc. The copyright notice and - license are embedded in regexp-pcre.js. + - PCRE test suite, located in + test/mjsunit/third_party/regexp-pcre.js. This is based on the + test suite from PCRE-7.3, which is copyrighted by the University + of Cambridge and Google, Inc. The copyright notice and license + are embedded in regexp-pcre.js. + + - Layout tests, located in test/mjsunit/third_party. These are + based on layout tests from webkit.org which are copyrighted by + Apple Computer, Inc. and released under a 3-clause BSD license. - Dtoa, located under third_party/dtoa. This code is copyrighted by David M. Gay and released under an MIT license. |