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