17d8fb588SMatthias Schmidt/*- 27d8fb588SMatthias Schmidt * Copyright (c) 1980, 1991 The Regents of the University of California. 37d8fb588SMatthias Schmidt * All rights reserved. 47d8fb588SMatthias Schmidt * 57d8fb588SMatthias Schmidt * Redistribution and use in source and binary forms, with or without 67d8fb588SMatthias Schmidt * modification, are permitted provided that the following conditions 77d8fb588SMatthias Schmidt * are met: 87d8fb588SMatthias Schmidt * 1. Redistributions of source code must retain the above copyright 97d8fb588SMatthias Schmidt * notice, this list of conditions and the following disclaimer. 107d8fb588SMatthias Schmidt * 2. Redistributions in binary form must reproduce the above copyright 117d8fb588SMatthias Schmidt * notice, this list of conditions and the following disclaimer in the 127d8fb588SMatthias Schmidt * documentation and/or other materials provided with the distribution. 13*60962bbcSJohn Marino * 3. Neither the name of the University nor the names of its contributors 147d8fb588SMatthias Schmidt * may be used to endorse or promote products derived from this software 157d8fb588SMatthias Schmidt * without specific prior written permission. 167d8fb588SMatthias Schmidt * 177d8fb588SMatthias Schmidt * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 187d8fb588SMatthias Schmidt * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 197d8fb588SMatthias Schmidt * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 207d8fb588SMatthias Schmidt * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 217d8fb588SMatthias Schmidt * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 227d8fb588SMatthias Schmidt * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 237d8fb588SMatthias Schmidt * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 247d8fb588SMatthias Schmidt * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 257d8fb588SMatthias Schmidt * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 267d8fb588SMatthias Schmidt * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 277d8fb588SMatthias Schmidt * SUCH DAMAGE. 287d8fb588SMatthias Schmidt */ 29