Blame LICENSE.queue

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