f902ada
/*
f902ada
 * Copyright (c) 1989 The Regents of the University of California.
f902ada
 * All rights reserved.
f902ada
 *
f902ada
 * This code is derived from software contributed to Berkeley by
f902ada
 * Mike Muuss.
f902ada
 *
f902ada
 * Redistribution and use in source and binary forms, with or without
f902ada
 * modification, are permitted provided that the following conditions
f902ada
 * are met:
f902ada
 * 1. Redistributions of source code must retain the above copyright
f902ada
 *    notice, this list of conditions and the following disclaimer.
f902ada
 * 2. Redistributions in binary form must reproduce the above copyright
f902ada
 *    notice, this list of conditions and the following disclaimer in the
f902ada
 *    documentation and/or other materials provided with the distribution.
f902ada
 * 3. All advertising materials mentioning features or use of this software
f902ada
 *    must display the following acknowledgement:
f902ada
 *	This product includes software developed by the University of
f902ada
 *	California, Berkeley and its contributors.
f902ada
 * 4. Neither the name of the University nor the names of its contributors
f902ada
 *    may be used to endorse or promote products derived from this software
f902ada
 *    without specific prior written permission.
f902ada
 *
f902ada
 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
f902ada
 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
f902ada
 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
f902ada
 * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
f902ada
 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
f902ada
 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
f902ada
 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
f902ada
 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
f902ada
 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
f902ada
 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
f902ada
 * SUCH DAMAGE.
f902ada
 */
f902ada