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