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