1 | Copyright (c) 2012, Intel Corporation. All rights reserved.
|
---|
2 |
|
---|
3 | Redistribution and use in source and binary forms, with or without
|
---|
4 | modification, are permitted provided that the following conditions
|
---|
5 | are met:
|
---|
6 |
|
---|
7 | * Redistributions of source code must retain the above copyright
|
---|
8 | notice, this list of conditions and the following disclaimer.
|
---|
9 | * Redistributions in binary form must reproduce the above copyright
|
---|
10 | notice, this list of conditions and the following disclaimer in
|
---|
11 | the documentation and/or other materials provided with the
|
---|
12 | distribution.
|
---|
13 |
|
---|
14 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
---|
15 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
---|
16 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
|
---|
17 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
|
---|
18 | COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
|
---|
19 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
|
---|
20 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
---|
21 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
---|
22 | CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
---|
23 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
|
---|
24 | ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
---|
25 | POSSIBILITY OF SUCH DAMAGE.
|
---|
26 |
|
---|
27 |
|
---|
28 | Some files are subject to the following license, the MIT license. Those files
|
---|
29 | are located in:
|
---|
30 | - OvmfPkg/Include/IndustryStandard/Xen/
|
---|
31 | - OvmfPkg/XenBusDxe/
|
---|
32 | - OvmfPkg/XenPvBlkDxe/
|
---|
33 |
|
---|
34 | Permission is hereby granted, free of charge, to any person obtaining a copy
|
---|
35 | of this software and associated documentation files (the "Software"), to deal
|
---|
36 | in the Software without restriction, including without limitation the rights
|
---|
37 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
---|
38 | copies of the Software, and to permit persons to whom the Software is
|
---|
39 | furnished to do so, subject to the following conditions:
|
---|
40 |
|
---|
41 | The above copyright notice and this permission notice shall be included in
|
---|
42 | all copies or substantial portions of the Software.
|
---|
43 |
|
---|
44 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
---|
45 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
---|
46 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
---|
47 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
---|
48 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
---|
49 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
---|
50 | THE SOFTWARE.
|
---|