Skip to content

Commit f89e129

Browse files
author
ager@chromium.org
committedFeb 3, 2011
Add LICENSE.v8, LICENSE.strongtalk and LICENSE.valgrind to the v8
directory to make it easy for embedders to reproduce the copyright notice for binary redistribution. Removed now obsolete strongtalk directory. Review URL: http://codereview.chromium.org/6349067 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@6593 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
1 parent 6a503b1 commit f89e129

File tree

4 files changed

+76
-23
lines changed

4 files changed

+76
-23
lines changed
 

‎src/third_party/strongtalk/LICENSE ‎LICENSE.strongtalk

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ modification, are permitted provided that the following conditions are
66
met:
77

88
- Redistributions of source code must retain the above copyright notice,
9-
this list of conditions and the following disclaimer.
9+
this list of conditions and the following disclaimer.
1010

1111
- Redistribution in binary form must reproduce the above copyright
12-
notice, this list of conditions and the following disclaimer in the
13-
documentation and/or other materials provided with the distribution.
12+
notice, this list of conditions and the following disclaimer in the
13+
documentation and/or other materials provided with the distribution.
1414

1515
- Neither the name of Sun Microsystems or the names of contributors may
16-
be used to endorse or promote products derived from this software without
17-
specific prior written permission.
16+
be used to endorse or promote products derived from this software without
17+
specific prior written permission.
1818

1919
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
2020
IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,

‎LICENSE.v8

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
Copyright 2006-2011, the V8 project authors. All rights reserved.
2+
Redistribution and use in source and binary forms, with or without
3+
modification, are permitted provided that the following conditions are
4+
met:
5+
6+
* Redistributions of source code must retain the above copyright
7+
notice, this list of conditions and the following disclaimer.
8+
* Redistributions in binary form must reproduce the above
9+
copyright notice, this list of conditions and the following
10+
disclaimer in the documentation and/or other materials provided
11+
with the distribution.
12+
* Neither the name of Google Inc. nor the names of its
13+
contributors may be used to endorse or promote products derived
14+
from this software without specific prior written permission.
15+
16+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
17+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
18+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
19+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
20+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
21+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
22+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
23+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
24+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
26+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

‎LICENSE.valgrind

+45
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
----------------------------------------------------------------
2+
3+
Notice that the following BSD-style license applies to this one
4+
file (valgrind.h) only. The rest of Valgrind is licensed under the
5+
terms of the GNU General Public License, version 2, unless
6+
otherwise indicated. See the COPYING file in the source
7+
distribution for details.
8+
9+
----------------------------------------------------------------
10+
11+
This file is part of Valgrind, a dynamic binary instrumentation
12+
framework.
13+
14+
Copyright (C) 2000-2007 Julian Seward. All rights reserved.
15+
16+
Redistribution and use in source and binary forms, with or without
17+
modification, are permitted provided that the following conditions
18+
are met:
19+
20+
1. Redistributions of source code must retain the above copyright
21+
notice, this list of conditions and the following disclaimer.
22+
23+
2. The origin of this software must not be misrepresented; you must
24+
not claim that you wrote the original software. If you use this
25+
software in a product, an acknowledgment in the product
26+
documentation would be appreciated but is not required.
27+
28+
3. Altered source versions must be plainly marked as such, and must
29+
not be misrepresented as being the original software.
30+
31+
4. The name of the author may not be used to endorse or promote
32+
products derived from this software without specific prior written
33+
permission.
34+
35+
THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
36+
OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
37+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
38+
ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
39+
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
40+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
41+
GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
42+
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
43+
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
44+
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
45+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

‎src/third_party/strongtalk/README.chromium

-18
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.