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