xref: /illumos-gate/usr/src/uts/common/io/iwp/THIRDPARTYLICENSE (revision b6805bf78d2bbbeeaea8909a05623587b42d58b3)
1/*
2 * Sun elects to have this file available under and governed by the BSD license
3 * (see below for full license text).  However, the following notice
4 * accompanied the original version of this file:
5 */
6
7/*
8 * Copyright (c) 2006
9 * Copyright (c) 2007
10 *	Damien Bergamini <damien.bergamini@free.fr>
11 *
12 * Permission to use, copy, modify, and distribute this software for any
13 * purpose with or without fee is hereby granted, provided that the above
14 * copyright notice and this permission notice appear in all copies.
15 *
16 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
17 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
18 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
19 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
20 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
21 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
22 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
23 */
24
25/*
26 * This file is provided under a dual BSD/GPLv2 license.  When using or
27 * redistributing this file, you may do so under either license.
28 *
29 * GPL LICENSE SUMMARY
30 *
31 * Copyright(c) 2005 - 2009 Intel Corporation. All rights reserved.
32 *
33 * This program is free software; you can redistribute it and/or modify
34 * it under the terms of version 2 of the GNU General Public License as
35 * published by the Free Software Foundation.
36 *
37 * This program is distributed in the hope that it will be useful, but
38 * WITHOUT ANY WARRANTY; without even the implied warranty of
39 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
40 * General Public License for more details.
41 *
42 * You should have received a copy of the GNU General Public License
43 * along with this program; if not, write to the Free Software
44 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110,
45 * USA
46 *
47 * The full GNU General Public License is included in this distribution
48 * in the file called LICENSE.GPL.
49 *
50 * Contact Information:
51 * James P. Ketrenos <ipw2100-admin@linux.intel.com>
52 * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
53 *
54 * BSD LICENSE
55 *
56 * Copyright(c) 2005 - 2009 Intel Corporation. All rights reserved.
57 * All rights reserved.
58 *
59 * Redistribution and use in source and binary forms, with or without
60 * modification, are permitted provided that the following conditions
61 * are met:
62 *
63 *  * Redistributions of source code must retain the above copyright
64 *    notice, this list of conditions and the following disclaimer.
65 *  * Redistributions in binary form must reproduce the above copyright
66 *    notice, this list of conditions and the following disclaimer in
67 *    the documentation and/or other materials provided with the
68 *    distribution.
69 *  * Neither the name Intel Corporation nor the names of its
70 *    contributors may be used to endorse or promote products derived
71 *    from this software without specific prior written permission.
72 *
73 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
74 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
75 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
76 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
77 * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
78 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
79 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
80 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
81 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
82 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
83 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
84 */
85
86