174462Salfred/*	$NetBSD: DISCLAIMER,v 1.2 1998/01/09 04:11:51 perry Exp $	*/
274462Salfred/*	$FreeBSD: releng/10.3/lib/libc/rpc/DISCLAIMER 261046 2014-01-22 23:45:27Z mav $ */
374462Salfred
4261046Smav/*-
5261046Smav * Copyright (c) 2009, Sun Microsystems, Inc.
6261046Smav * All rights reserved.
7261046Smav *
8261046Smav * Redistribution and use in source and binary forms, with or without
9261046Smav * modification, are permitted provided that the following conditions are met:
10261046Smav * - Redistributions of source code must retain the above copyright notice,
11261046Smav *   this list of conditions and the following disclaimer.
12261046Smav * - Redistributions in binary form must reproduce the above copyright notice,
13261046Smav *   this list of conditions and the following disclaimer in the documentation
14261046Smav *   and/or other materials provided with the distribution.
15261046Smav * - Neither the name of Sun Microsystems, Inc. nor the names of its
16261046Smav *   contributors may be used to endorse or promote products derived
17261046Smav *   from this software without specific prior written permission.
18261046Smav *
19261046Smav * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
20261046Smav * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
21261046Smav * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
22261046Smav * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
23261046Smav * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR   
24261046Smav * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
25261046Smav * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
26261046Smav * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
27261046Smav * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
28261046Smav * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
29261046Smav * POSSIBILITY OF SUCH DAMAGE.
30261046Smav */
31261046Smav/*-
32261046Smav * Copyright (c) 2010, Oracle America, Inc.
33261046Smav *
34261046Smav * Redistribution and use in source and binary forms, with or without
35261046Smav * modification, are permitted provided that the following conditions are
36261046Smav * met:
37261046Smav *
38261046Smav *     * Redistributions of source code must retain the above copyright
39261046Smav *       notice, this list of conditions and the following disclaimer.
40261046Smav *     * Redistributions in binary form must reproduce the above
41261046Smav *       copyright notice, this list of conditions and the following   
42261046Smav *       disclaimer in the documentation and/or other materials
43261046Smav *       provided with the distribution.
44261046Smav *     * Neither the name of the "Oracle America, Inc." nor the names of its
45261046Smav *       contributors may be used to endorse or promote products derived
46261046Smav *       from this software without specific prior written permission.   
471901Swollman * 
48261046Smav *   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 
49261046Smav *   "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
50261046Smav *   LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS  
51261046Smav *   FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
52261046Smav *   COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
53261046Smav *   INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
54261046Smav *   DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
55261046Smav *   GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
56261046Smav *   INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
57261046Smav *   WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
58261046Smav *   NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
59261046Smav *   OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
601901Swollman */
61