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

Side by Side Diff: base/third_party/valgrind/LICENSE

Issue 10843032: Fix license for valgrind (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added explicit note to LICENSE file Created 8 years, 4 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 | base/third_party/valgrind/README.chromium » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ---------------------------------------------------------------- 1 Notice that the following BSD-style license applies to the Valgrind source
Timur Iskhodzhanov 2012/08/03 09:33:08 s/source/header
Steve Block 2012/08/03 10:11:46 Done.
2 2 files used by Chromium (valgrind.h and memcheck.h). However, the rest of
3 Notice that the following BSD-style license applies to this one 3 Valgrind is licensed under the terms of the GNU General Public License,
4 file (valgrind.h) only. The rest of Valgrind is licensed under the 4 version 2, unless otherwise indicated.
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 5
9 ---------------------------------------------------------------- 6 ----------------------------------------------------------------
10 7
11 This file is part of Valgrind, a dynamic binary instrumentation
12 framework.
13
14 Copyright (C) 2000-2008 Julian Seward. All rights reserved. 8 Copyright (C) 2000-2008 Julian Seward. All rights reserved.
15 9
16 Redistribution and use in source and binary forms, with or without 10 Redistribution and use in source and binary forms, with or without
17 modification, are permitted provided that the following conditions 11 modification, are permitted provided that the following conditions
18 are met: 12 are met:
19 13
20 1. Redistributions of source code must retain the above copyright 14 1. Redistributions of source code must retain the above copyright
21 notice, this list of conditions and the following disclaimer. 15 notice, this list of conditions and the following disclaimer.
22 16
23 2. The origin of this software must not be misrepresented; you must 17 2. The origin of this software must not be misrepresented; you must
(...skipping 12 matching lines...) Expand all
36 OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 30 OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
37 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 31 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
38 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY 32 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
39 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 33 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
40 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE 34 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
41 GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 35 GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
42 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 36 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
43 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 37 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
44 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 38 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
45 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 39 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
OLDNEW
« no previous file with comments | « no previous file | base/third_party/valgrind/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698