1239310SdimCopyright 1992, 1993, 1994 Henry Spencer.  All rights reserved.
2239310SdimThis software is not subject to any license of the American Telephone
3239310Sdimand Telegraph Company or of the Regents of the University of California.
4239310Sdim
5239310SdimPermission is granted to anyone to use this software for any purpose on
6239310Sdimany computer system, and to alter it and redistribute it, subject
7239310Sdimto the following restrictions:
8239310Sdim
9239310Sdim1. The author is not responsible for the consequences of use of this
10239310Sdim   software, no matter how awful, even if they arise from flaws in it.
11239310Sdim
12239310Sdim2. The origin of this software must not be misrepresented, either by
13239310Sdim   explicit claim or by omission.  Since few users ever read sources,
14239310Sdim   credits must appear in the documentation.
15249423Sdim
16249423Sdim3. Altered versions must be plainly marked as such, and must not be
17249423Sdim   misrepresented as being the original software.  Since few users
18249423Sdim   ever read sources, credits must appear in the documentation.
19249423Sdim
20239310Sdim4. This notice may not be removed or altered.
21239310Sdim
22239310Sdim=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
23239310Sdim/*-
24239310Sdim * Copyright (c) 1994
25239310Sdim *	The Regents of the University of California.  All rights reserved.
26239310Sdim *
27239310Sdim * Redistribution and use in source and binary forms, with or without
28239310Sdim * modification, are permitted provided that the following conditions
29239310Sdim * are met:
30239310Sdim * 1. Redistributions of source code must retain the above copyright
31239310Sdim *    notice, this list of conditions and the following disclaimer.
32239310Sdim * 2. Redistributions in binary form must reproduce the above copyright
33239310Sdim *    notice, this list of conditions and the following disclaimer in the
34239310Sdim *    documentation and/or other materials provided with the distribution.
35239310Sdim * 3. All advertising materials mentioning features or use of this software
36239310Sdim *    must display the following acknowledgement:
37239310Sdim *	This product includes software developed by the University of
38239310Sdim *	California, Berkeley and its contributors.
39239310Sdim * 4. Neither the name of the University nor the names of its contributors
40239310Sdim *    may be used to endorse or promote products derived from this software
41239310Sdim *    without specific prior written permission.
42239310Sdim *
43239310Sdim * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
44239310Sdim * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
45239310Sdim * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
46239310Sdim * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
47239310Sdim * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
48249423Sdim * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
49239310Sdim * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
50239310Sdim * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
51239310Sdim * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
52239310Sdim * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
53239310Sdim * SUCH DAMAGE.
54239310Sdim *
55239310Sdim *	@(#)COPYRIGHT	8.1 (Berkeley) 3/16/94
56239310Sdim */
57239310Sdim