b95810
/*
b95810
 * Copyright (c) 1990 - 1994, Julianne Frances Haugh
b95810
 * Copyright (c) 1996 - 2000, Marek Michałkiewicz
b95810
 * Copyright (c) 2000 - 2006, Tomasz Kłoczko
b95810
 * Copyright (c) 2007 - 2011, Nicolas François
b95810
 * All rights reserved.
b95810
 *
b95810
 * Redistribution and use in source and binary forms, with or without
b95810
 * modification, are permitted provided that the following conditions
b95810
 * are met:
b95810
 * 1. Redistributions of source code must retain the above copyright
b95810
 *    notice, this list of conditions and the following disclaimer.
b95810
 * 2. Redistributions in binary form must reproduce the above copyright
b95810
 *    notice, this list of conditions and the following disclaimer in the
b95810
 *    documentation and/or other materials provided with the distribution.
b95810
 * 3. The name of the copyright holders or contributors may not be used to
b95810
 *    endorse or promote products derived from this software without
b95810
 *    specific prior written permission.
b95810
 *
b95810
 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
b95810
 * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
b95810
 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
b95810
 * PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT
b95810
 * HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
b95810
 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
b95810
 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
b95810
 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
b95810
 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
b95810
 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
b95810
 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
b95810
 */
b95810