COPYRIGHT revision 1.3
11.2SjtcCopyright 1992, 1993, 1994 Henry Spencer.  All rights reserved.
21.1SjtcThis software is not subject to any license of the American Telephone
31.1Sjtcand Telegraph Company or of the Regents of the University of California.
41.1Sjtc
51.1SjtcPermission is granted to anyone to use this software for any purpose on
61.1Sjtcany computer system, and to alter it and redistribute it, subject
71.1Sjtcto the following restrictions:
81.1Sjtc
91.1Sjtc1. The author is not responsible for the consequences of use of this
101.1Sjtc   software, no matter how awful, even if they arise from flaws in it.
111.1Sjtc
121.1Sjtc2. The origin of this software must not be misrepresented, either by
131.1Sjtc   explicit claim or by omission.  Since few users ever read sources,
141.1Sjtc   credits must appear in the documentation.
151.1Sjtc
161.1Sjtc3. Altered versions must be plainly marked as such, and must not be
171.1Sjtc   misrepresented as being the original software.  Since few users
181.1Sjtc   ever read sources, credits must appear in the documentation.
191.1Sjtc
201.1Sjtc4. This notice may not be removed or altered.
211.3Scgd
221.3Scgd=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
231.3Scgd/*-
241.3Scgd * Copyright (c) 1994
251.3Scgd *	The Regents of the University of California.  All rights reserved.
261.3Scgd *
271.3Scgd * Redistribution and use in source and binary forms, with or without
281.3Scgd * modification, are permitted provided that the following conditions
291.3Scgd * are met:
301.3Scgd * 1. Redistributions of source code must retain the above copyright
311.3Scgd *    notice, this list of conditions and the following disclaimer.
321.3Scgd * 2. Redistributions in binary form must reproduce the above copyright
331.3Scgd *    notice, this list of conditions and the following disclaimer in the
341.3Scgd *    documentation and/or other materials provided with the distribution.
351.3Scgd * 3. All advertising materials mentioning features or use of this software
361.3Scgd *    must display the following acknowledgement:
371.3Scgd *	This product includes software developed by the University of
381.3Scgd *	California, Berkeley and its contributors.
391.3Scgd * 4. Neither the name of the University nor the names of its contributors
401.3Scgd *    may be used to endorse or promote products derived from this software
411.3Scgd *    without specific prior written permission.
421.3Scgd *
431.3Scgd * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
441.3Scgd * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
451.3Scgd * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
461.3Scgd * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
471.3Scgd * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
481.3Scgd * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
491.3Scgd * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
501.3Scgd * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
511.3Scgd * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
521.3Scgd * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
531.3Scgd * SUCH DAMAGE.
541.3Scgd *
551.3Scgd *	@(#)COPYRIGHT	8.1 (Berkeley) 3/16/94
561.3Scgd */
57