18360efbdSAlfred Perlstein/* $NetBSD: DISCLAIMER,v 1.2 1998/01/09 04:11:51 perry Exp $ */ 28360efbdSAlfred Perlstein/* $FreeBSD$ */ 38360efbdSAlfred Perlstein 4*2e322d37SHiroki Sato/*- 5*2e322d37SHiroki Sato * Copyright (c) 2009, Sun Microsystems, Inc. 6*2e322d37SHiroki Sato * All rights reserved. 799064799SGarrett Wollman * 8*2e322d37SHiroki Sato * Redistribution and use in source and binary forms, with or without 9*2e322d37SHiroki Sato * modification, are permitted provided that the following conditions are met: 10*2e322d37SHiroki Sato * - Redistributions of source code must retain the above copyright notice, 11*2e322d37SHiroki Sato * this list of conditions and the following disclaimer. 12*2e322d37SHiroki Sato * - Redistributions in binary form must reproduce the above copyright notice, 13*2e322d37SHiroki Sato * this list of conditions and the following disclaimer in the documentation 14*2e322d37SHiroki Sato * and/or other materials provided with the distribution. 15*2e322d37SHiroki Sato * - Neither the name of Sun Microsystems, Inc. nor the names of its 16*2e322d37SHiroki Sato * contributors may be used to endorse or promote products derived 17*2e322d37SHiroki Sato * from this software without specific prior written permission. 1899064799SGarrett Wollman * 19*2e322d37SHiroki Sato * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 20*2e322d37SHiroki Sato * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 21*2e322d37SHiroki Sato * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 22*2e322d37SHiroki Sato * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE 23*2e322d37SHiroki Sato * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 24*2e322d37SHiroki Sato * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 25*2e322d37SHiroki Sato * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 26*2e322d37SHiroki Sato * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 27*2e322d37SHiroki Sato * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 28*2e322d37SHiroki Sato * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 29*2e322d37SHiroki Sato * POSSIBILITY OF SUCH DAMAGE. 30*2e322d37SHiroki Sato */ 31*2e322d37SHiroki Sato/*- 32*2e322d37SHiroki Sato * Copyright (c) 2010, Oracle America, Inc. 3399064799SGarrett Wollman * 34*2e322d37SHiroki Sato * Redistribution and use in source and binary forms, with or without 35*2e322d37SHiroki Sato * modification, are permitted provided that the following conditions are 36*2e322d37SHiroki Sato * met: 3799064799SGarrett Wollman * 38*2e322d37SHiroki Sato * * Redistributions of source code must retain the above copyright 39*2e322d37SHiroki Sato * notice, this list of conditions and the following disclaimer. 40*2e322d37SHiroki Sato * * Redistributions in binary form must reproduce the above 41*2e322d37SHiroki Sato * copyright notice, this list of conditions and the following 42*2e322d37SHiroki Sato * disclaimer in the documentation and/or other materials 43*2e322d37SHiroki Sato * provided with the distribution. 44*2e322d37SHiroki Sato * * Neither the name of the "Oracle America, Inc." nor the names of its 45*2e322d37SHiroki Sato * contributors may be used to endorse or promote products derived 46*2e322d37SHiroki Sato * from this software without specific prior written permission. 4799064799SGarrett Wollman * 48*2e322d37SHiroki Sato * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 49*2e322d37SHiroki Sato * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 50*2e322d37SHiroki Sato * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS 51*2e322d37SHiroki Sato * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE 52*2e322d37SHiroki Sato * COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, 53*2e322d37SHiroki Sato * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 54*2e322d37SHiroki Sato * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE 55*2e322d37SHiroki Sato * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 56*2e322d37SHiroki Sato * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 57*2e322d37SHiroki Sato * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 58*2e322d37SHiroki Sato * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 59*2e322d37SHiroki Sato * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 6099064799SGarrett Wollman */ 61