Blame bsd.txt

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