Blame SOURCES/bsd.txt

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