1----------------------------------------------------------------
2
3Notice that the following BSD-style license applies to this one
4file (valgrind.h) only.  The rest of Valgrind is licensed under the
5terms of the GNU General Public License, version 2, unless
6otherwise indicated.  See the COPYING file in the source
7distribution for details.
8
9----------------------------------------------------------------
10
11This file is part of Valgrind, a dynamic binary instrumentation
12framework.
13
14Copyright (C) 2000-2007 Julian Seward.  All rights reserved.
15
16Redistribution and use in source and binary forms, with or without
17modification, are permitted provided that the following conditions
18are met:
19
201. Redistributions of source code must retain the above copyright
21   notice, this list of conditions and the following disclaimer.
22
232. 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
283. Altered source versions must be plainly marked as such, and must
29   not be misrepresented as being the original software.
30
314. 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
35THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
36OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
37WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
38ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
39DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
40DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
41GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
42INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
43WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
44NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
45SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
46