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