rev |
line source |
shand@6593
|
1 // ===================================================================
|
shand@6593
|
2 //
|
shand@6593
|
3 // Copyright (c) 2005, Intel Corp.
|
shand@6593
|
4 // All rights reserved.
|
shand@6593
|
5 //
|
shand@6593
|
6 // Redistribution and use in source and binary forms, with or without
|
shand@6593
|
7 // modification, are permitted provided that the following conditions
|
shand@6593
|
8 // are met:
|
shand@6593
|
9 //
|
shand@6593
|
10 // * Redistributions of source code must retain the above copyright
|
shand@6593
|
11 // notice, this list of conditions and the following disclaimer.
|
shand@6593
|
12 // * Redistributions in binary form must reproduce the above
|
shand@6593
|
13 // copyright notice, this list of conditions and the following
|
shand@6593
|
14 // disclaimer in the documentation and/or other materials provided
|
shand@6593
|
15 // with the distribution.
|
shand@6593
|
16 // * Neither the name of Intel Corporation nor the names of its
|
shand@6593
|
17 // contributors may be used to endorse or promote products derived
|
shand@6593
|
18 // from this software without specific prior written permission.
|
shand@6593
|
19 //
|
shand@6593
|
20 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
shand@6593
|
21 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
shand@6593
|
22 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
|
shand@6593
|
23 // FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
|
shand@6593
|
24 // COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
|
shand@6593
|
25 // INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
shand@6593
|
26 // (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
shand@6593
|
27 // SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
shand@6593
|
28 // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
|
shand@6593
|
29 // STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
shand@6593
|
30 // ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
shand@6593
|
31 // OF THE POSSIBILITY OF SUCH DAMAGE.
|
shand@6593
|
32 // ===================================================================
|