| 1 |
All files contained in this distribution are covered by the following
|
| 2 |
copyright unless explicitly identified otherwise. Note that this
|
| 3 |
copyright does _NOT_ contain a "or GPL" clause and does _NOT_ permit
|
| 4 |
redistribution with changes.
|
| 5 |
|
| 6 |
/*-
|
| 7 |
* Copyright (c) 2002-2006 Sam Leffler, Errno Consulting, Atheros
|
| 8 |
* Communications, Inc. All rights reserved.
|
| 9 |
*
|
| 10 |
* Redistribution and use in source and binary forms are permitted
|
| 11 |
* provided that the following conditions are met:
|
| 12 |
* 1. The materials contained herein are unmodified and are used
|
| 13 |
* unmodified.
|
| 14 |
* 2. Redistributions of source code must retain the above copyright
|
| 15 |
* notice, this list of conditions and the following NO
|
| 16 |
* ''WARRANTY'' disclaimer below (''Disclaimer''), without
|
| 17 |
* modification.
|
| 18 |
* 3. Redistributions in binary form must reproduce at minimum a
|
| 19 |
* disclaimer similar to the Disclaimer below and any redistribution
|
| 20 |
* must be conditioned upon including a substantially similar
|
| 21 |
* Disclaimer requirement for further binary redistribution.
|
| 22 |
* 4. Neither the names of the above-listed copyright holders nor the
|
| 23 |
* names of any contributors may be used to endorse or promote
|
| 24 |
* product derived from this software without specific prior written
|
| 25 |
* permission.
|
| 26 |
*
|
| 27 |
* NO WARRANTY
|
| 28 |
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
| 29 |
* ''AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
| 30 |
* LIMITED TO, THE IMPLIED WARRANTIES OF NONINFRINGEMENT,
|
| 31 |
* MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
|
| 32 |
* IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE
|
| 33 |
* FOR SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
| 34 |
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
|
| 35 |
* USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
| 36 |
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
| 37 |
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
|
| 38 |
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
| 39 |
* SUCH DAMAGES.
|
| 40 |
*
|
| 41 |
* $Id: //depot/sw/branches/sam_hal/COPYRIGHT#1 $
|
| 42 |
*/
|