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