Blame SPECS/bsd.txt

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