xref: /titanic_50/usr/src/uts/common/io/iwk/THIRDPARTYLICENSE (revision c533a883a71cff9ff32df1c53c31201e1cbf371f)
1*c533a883Shx147065/*
2*c533a883Shx147065 * Copyright (c) 2006
3*c533a883Shx147065 * Copyright (c) 2007
4*c533a883Shx147065 *	Damien Bergamini <damien.bergamini@free.fr>
5*c533a883Shx147065 *
6*c533a883Shx147065 * Permission to use, copy, modify, and distribute this software for any
7*c533a883Shx147065 * purpose with or without fee is hereby granted, provided that the above
8*c533a883Shx147065 * copyright notice and this permission notice appear in all copies.
9*c533a883Shx147065 *
10*c533a883Shx147065 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
11*c533a883Shx147065 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
12*c533a883Shx147065 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
13*c533a883Shx147065 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
14*c533a883Shx147065 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
15*c533a883Shx147065 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
16*c533a883Shx147065 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17*c533a883Shx147065 */
18*c533a883Shx147065
19*c533a883Shx147065/* BSD LICENSE
20*c533a883Shx147065 *
21*c533a883Shx147065 * Copyright(c) 2005 - 2007 Intel Corporation. All rights reserved.
22*c533a883Shx147065 * All rights reserved.
23*c533a883Shx147065 *
24*c533a883Shx147065 * Redistribution and use in source and binary forms, with or without
25*c533a883Shx147065 * modification, are permitted provided that the following conditions
26*c533a883Shx147065 * are met:
27*c533a883Shx147065 *
28*c533a883Shx147065 *  * Redistributions of source code must retain the above copyright
29*c533a883Shx147065 *    notice, this list of conditions and the following disclaimer.
30*c533a883Shx147065 *  * Redistributions in binary form must reproduce the above copyright
31*c533a883Shx147065 *    notice, this list of conditions and the following disclaimer in
32*c533a883Shx147065 *    the documentation and/or other materials provided with the
33*c533a883Shx147065 *    distribution.
34*c533a883Shx147065 *  * Neither the name Intel Corporation nor the names of its
35*c533a883Shx147065 *    contributors may be used to endorse or promote products derived
36*c533a883Shx147065 *    from this software without specific prior written permission.
37*c533a883Shx147065 *
38*c533a883Shx147065 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
39*c533a883Shx147065 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
40*c533a883Shx147065 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
41*c533a883Shx147065 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
42*c533a883Shx147065 * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
43*c533a883Shx147065 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
44*c533a883Shx147065 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
45*c533a883Shx147065 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
46*c533a883Shx147065 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
47*c533a883Shx147065 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
48*c533a883Shx147065 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
49*c533a883Shx147065 */
50*c533a883Shx147065
51