1 |
|
---|
2 | /*
|
---|
3 | ----------------------------------------------------------------
|
---|
4 |
|
---|
5 | Notice that the following BSD-style license applies to this one
|
---|
6 | file (callgrind.h) only. The rest of Valgrind is licensed under the
|
---|
7 | terms of the GNU General Public License, version 2, unless
|
---|
8 | otherwise indicated. See the COPYING file in the source
|
---|
9 | distribution for details.
|
---|
10 |
|
---|
11 | ----------------------------------------------------------------
|
---|
12 |
|
---|
13 | This file is part of callgrind, a valgrind tool for cache simulation
|
---|
14 | and call tree tracing.
|
---|
15 |
|
---|
16 | Copyright (C) 2003-2007 Josef Weidendorfer. All rights reserved.
|
---|
17 |
|
---|
18 | Redistribution and use in source and binary forms, with or without
|
---|
19 | modification, are permitted provided that the following conditions
|
---|
20 | are met:
|
---|
21 |
|
---|
22 | 1. Redistributions of source code must retain the above copyright
|
---|
23 | notice, this list of conditions and the following disclaimer.
|
---|
24 |
|
---|
25 | 2. The origin of this software must not be misrepresented; you must
|
---|
26 | not claim that you wrote the original software. If you use this
|
---|
27 | software in a product, an acknowledgment in the product
|
---|
28 | documentation would be appreciated but is not required.
|
---|
29 |
|
---|
30 | 3. Altered source versions must be plainly marked as such, and must
|
---|
31 | not be misrepresented as being the original software.
|
---|
32 |
|
---|
33 | 4. The name of the author may not be used to endorse or promote
|
---|
34 | products derived from this software without specific prior written
|
---|
35 | permission.
|
---|
36 |
|
---|
37 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
|
---|
|
---|