xref: /illumos-gate/usr/src/uts/common/io/iwp/THIRDPARTYLICENSE (revision 67d1a47ad0082689ff0f6a8396a511767fff2f96)
122a84b8dSQuaker Fang/*
222a84b8dSQuaker Fang * Sun elects to have this file available under and governed by the BSD license
322a84b8dSQuaker Fang * (see below for full license text).  However, the following notice
422a84b8dSQuaker Fang * accompanied the original version of this file:
522a84b8dSQuaker Fang */
622a84b8dSQuaker Fang
722a84b8dSQuaker Fang/*
822a84b8dSQuaker Fang * Copyright (c) 2006
922a84b8dSQuaker Fang * Copyright (c) 2007
1022a84b8dSQuaker Fang *	Damien Bergamini <damien.bergamini@free.fr>
1122a84b8dSQuaker Fang *
1222a84b8dSQuaker Fang * Permission to use, copy, modify, and distribute this software for any
1322a84b8dSQuaker Fang * purpose with or without fee is hereby granted, provided that the above
1422a84b8dSQuaker Fang * copyright notice and this permission notice appear in all copies.
1522a84b8dSQuaker Fang *
1622a84b8dSQuaker Fang * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1722a84b8dSQuaker Fang * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1822a84b8dSQuaker Fang * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1922a84b8dSQuaker Fang * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2022a84b8dSQuaker Fang * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2122a84b8dSQuaker Fang * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
2222a84b8dSQuaker Fang * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2322a84b8dSQuaker Fang */
2422a84b8dSQuaker Fang
2522a84b8dSQuaker Fang/*
26*67d1a47aSQuaker Fang * This file is provided under a dual BSD/GPLv2 license.  When using or
27*67d1a47aSQuaker Fang * redistributing this file, you may do so under either license.
28*67d1a47aSQuaker Fang *
29*67d1a47aSQuaker Fang * GPL LICENSE SUMMARY
30*67d1a47aSQuaker Fang *
31*67d1a47aSQuaker Fang * Copyright(c) 2005 - 2009 Intel Corporation. All rights reserved.
32*67d1a47aSQuaker Fang *
33*67d1a47aSQuaker Fang * This program is free software; you can redistribute it and/or modify
34*67d1a47aSQuaker Fang * it under the terms of version 2 of the GNU General Public License as
35*67d1a47aSQuaker Fang * published by the Free Software Foundation.
36*67d1a47aSQuaker Fang *
37*67d1a47aSQuaker Fang * This program is distributed in the hope that it will be useful, but
38*67d1a47aSQuaker Fang * WITHOUT ANY WARRANTY; without even the implied warranty of
39*67d1a47aSQuaker Fang * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
40*67d1a47aSQuaker Fang * General Public License for more details.
41*67d1a47aSQuaker Fang *
42*67d1a47aSQuaker Fang * You should have received a copy of the GNU General Public License
43*67d1a47aSQuaker Fang * along with this program; if not, write to the Free Software
44*67d1a47aSQuaker Fang * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110,
45*67d1a47aSQuaker Fang * USA
46*67d1a47aSQuaker Fang *
47*67d1a47aSQuaker Fang * The full GNU General Public License is included in this distribution
48*67d1a47aSQuaker Fang * in the file called LICENSE.GPL.
49*67d1a47aSQuaker Fang *
50*67d1a47aSQuaker Fang * Contact Information:
51*67d1a47aSQuaker Fang * James P. Ketrenos <ipw2100-admin@linux.intel.com>
52*67d1a47aSQuaker Fang * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
53*67d1a47aSQuaker Fang *
5422a84b8dSQuaker Fang * BSD LICENSE
5522a84b8dSQuaker Fang *
5622a84b8dSQuaker Fang * Copyright(c) 2005 - 2009 Intel Corporation. All rights reserved.
5722a84b8dSQuaker Fang * All rights reserved.
5822a84b8dSQuaker Fang *
5922a84b8dSQuaker Fang * Redistribution and use in source and binary forms, with or without
6022a84b8dSQuaker Fang * modification, are permitted provided that the following conditions
6122a84b8dSQuaker Fang * are met:
6222a84b8dSQuaker Fang *
6322a84b8dSQuaker Fang *  * Redistributions of source code must retain the above copyright
6422a84b8dSQuaker Fang *    notice, this list of conditions and the following disclaimer.
6522a84b8dSQuaker Fang *  * Redistributions in binary form must reproduce the above copyright
6622a84b8dSQuaker Fang *    notice, this list of conditions and the following disclaimer in
6722a84b8dSQuaker Fang *    the documentation and/or other materials provided with the
6822a84b8dSQuaker Fang *    distribution.
6922a84b8dSQuaker Fang *  * Neither the name Intel Corporation nor the names of its
7022a84b8dSQuaker Fang *    contributors may be used to endorse or promote products derived
7122a84b8dSQuaker Fang *    from this software without specific prior written permission.
7222a84b8dSQuaker Fang *
7322a84b8dSQuaker Fang * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
7422a84b8dSQuaker Fang * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
7522a84b8dSQuaker Fang * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
7622a84b8dSQuaker Fang * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
7722a84b8dSQuaker Fang * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
7822a84b8dSQuaker Fang * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
7922a84b8dSQuaker Fang * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
8022a84b8dSQuaker Fang * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
8122a84b8dSQuaker Fang * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
8222a84b8dSQuaker Fang * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
8322a84b8dSQuaker Fang * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
8422a84b8dSQuaker Fang */
8522a84b8dSQuaker Fang
86