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