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