1*84d9c625SLionel SambucCopyright 1992, 1993, 1994 Henry Spencer. All rights reserved. 2*84d9c625SLionel SambucThis software is not subject to any license of the American Telephone 3*84d9c625SLionel Sambucand Telegraph Company or of the Regents of the University of California. 4*84d9c625SLionel Sambuc 5*84d9c625SLionel SambucPermission is granted to anyone to use this software for any purpose on 6*84d9c625SLionel Sambucany computer system, and to alter it and redistribute it, subject 7*84d9c625SLionel Sambucto the following restrictions: 8*84d9c625SLionel Sambuc 9*84d9c625SLionel Sambuc1. The author is not responsible for the consequences of use of this 10*84d9c625SLionel Sambuc software, no matter how awful, even if they arise from flaws in it. 11*84d9c625SLionel Sambuc 12*84d9c625SLionel Sambuc2. The origin of this software must not be misrepresented, either by 13*84d9c625SLionel Sambuc explicit claim or by omission. Since few users ever read sources, 14*84d9c625SLionel Sambuc credits must appear in the documentation. 15*84d9c625SLionel Sambuc 16*84d9c625SLionel Sambuc3. Altered versions must be plainly marked as such, and must not be 17*84d9c625SLionel Sambuc misrepresented as being the original software. Since few users 18*84d9c625SLionel Sambuc ever read sources, credits must appear in the documentation. 19*84d9c625SLionel Sambuc 20*84d9c625SLionel Sambuc4. This notice may not be removed or altered. 21*84d9c625SLionel Sambuc 22*84d9c625SLionel Sambuc=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 23*84d9c625SLionel Sambuc/*- 24*84d9c625SLionel Sambuc * Copyright (c) 1994 25*84d9c625SLionel Sambuc * The Regents of the University of California. All rights reserved. 26*84d9c625SLionel Sambuc * 27*84d9c625SLionel Sambuc * Redistribution and use in source and binary forms, with or without 28*84d9c625SLionel Sambuc * modification, are permitted provided that the following conditions 29*84d9c625SLionel Sambuc * are met: 30*84d9c625SLionel Sambuc * 1. Redistributions of source code must retain the above copyright 31*84d9c625SLionel Sambuc * notice, this list of conditions and the following disclaimer. 32*84d9c625SLionel Sambuc * 2. Redistributions in binary form must reproduce the above copyright 33*84d9c625SLionel Sambuc * notice, this list of conditions and the following disclaimer in the 34*84d9c625SLionel Sambuc * documentation and/or other materials provided with the distribution. 35*84d9c625SLionel Sambuc * 3. All advertising materials mentioning features or use of this software 36*84d9c625SLionel Sambuc * must display the following acknowledgement: 37*84d9c625SLionel Sambuc * This product includes software developed by the University of 38*84d9c625SLionel Sambuc * California, Berkeley and its contributors. 39*84d9c625SLionel Sambuc * 4. Neither the name of the University nor the names of its contributors 40*84d9c625SLionel Sambuc * may be used to endorse or promote products derived from this software 41*84d9c625SLionel Sambuc * without specific prior written permission. 42*84d9c625SLionel Sambuc * 43*84d9c625SLionel Sambuc * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 44*84d9c625SLionel Sambuc * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 45*84d9c625SLionel Sambuc * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 46*84d9c625SLionel Sambuc * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 47*84d9c625SLionel Sambuc * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 48*84d9c625SLionel Sambuc * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 49*84d9c625SLionel Sambuc * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 50*84d9c625SLionel Sambuc * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 51*84d9c625SLionel Sambuc * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 52*84d9c625SLionel Sambuc * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 53*84d9c625SLionel Sambuc * SUCH DAMAGE. 54*84d9c625SLionel Sambuc * 55*84d9c625SLionel Sambuc * @(#)COPYRIGHT 8.1 (Berkeley) 3/16/94 56*84d9c625SLionel Sambuc */ 57