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

Side by Side Diff: LICENSE

Issue 21504: Remove JSCRE (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 11 years, 10 months 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 | SConstruct » ('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 - Jscre, located under third_party/jscre. This code is copyrighted
6 by the University of Cambridge and Apple Inc. and released under a
7 2-clause BSD license.
8
9 - PCRE test suite, located in test/mjsunit/regexp-pcre.js. This is 5 - PCRE test suite, located in test/mjsunit/regexp-pcre.js. This is
10 based on the test suite from PCRE-7.3, which is copyrighted by the 6 based on the test suite from PCRE-7.3, which is copyrighted by the
11 University of Cambridge and Google, Inc. The copyright notive and 7 University of Cambridge and Google, Inc. The copyright notive and
Kasper Lund 2009/02/19 09:19:45 notive -> notice
12 license are embedded in regexp-pcre.js. 8 license are embedded in regexp-pcre.js.
13 9
14 - Dtoa, located under third_party/dtoa. This code is copyrighted by 10 - Dtoa, located under third_party/dtoa. This code is copyrighted by
15 David M. Gay and released under an MIT license. 11 David M. Gay and released under an MIT license.
16 12
17 - Strongtalk assembler, the basis of the files assembler-arm-inl.h, 13 - Strongtalk assembler, the basis of the files assembler-arm-inl.h,
18 assembler-arm.cc, assembler-arm.h, assembler-ia32-inl.h, 14 assembler-arm.cc, assembler-arm.h, assembler-ia32-inl.h,
19 assembler-ia32.cc, assembler-ia32.h, assembler.cc and assembler.h. 15 assembler-ia32.cc, assembler-ia32.h, assembler.cc and assembler.h.
20 This code is copyrighted by Sun Microsystems Inc. and released 16 This code is copyrighted by Sun Microsystems Inc. and released
21 under a 3-clause BSD license. 17 under a 3-clause BSD license.
(...skipping 24 matching lines...) Expand all
46 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 42 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
47 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 43 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
48 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 44 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
49 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 45 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
50 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 46 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
51 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 47 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
52 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 48 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
53 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 49 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
54 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 50 (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. 51 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
OLDNEW
« no previous file with comments | « no previous file | SConstruct » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698