]>
Commit | Line | Data |
---|---|---|
1 | Copyright (c) 2012 - 2019, Intel Corporation. All rights reserved.\r | |
2 | \r | |
3 | SPDX-License-Identifier: BSD-2-Clause-Patent\r | |
4 | \r | |
5 | Redistribution and use in source and binary forms, with or without\r | |
6 | modification, are permitted provided that the following conditions are met:\r | |
7 | \r | |
8 | 1. Redistributions of source code must retain the above copyright notice,\r | |
9 | this list of conditions and the following disclaimer.\r | |
10 | \r | |
11 | 2. Redistributions in binary form must reproduce the above copyright notice,\r | |
12 | this list of conditions and the following disclaimer in the documentation\r | |
13 | and/or other materials provided with the distribution.\r | |
14 | \r | |
15 | Subject to the terms and conditions of this license, each copyright holder\r | |
16 | and contributor hereby grants to those receiving rights under this license\r | |
17 | a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable\r | |
18 | (except for failure to satisfy the conditions of this license) patent\r | |
19 | license to make, have made, use, offer to sell, sell, import, and otherwise\r | |
20 | transfer this software, where such license applies only to those patent\r | |
21 | claims, already acquired or hereafter acquired, licensable by such copyright\r | |
22 | holder or contributor that are necessarily infringed by:\r | |
23 | \r | |
24 | (a) their Contribution(s) (the licensed copyrights of copyright holders and\r | |
25 | non-copyrightable additions of contributors, in source or binary form)\r | |
26 | alone; or\r | |
27 | \r | |
28 | (b) combination of their Contribution(s) with the work of authorship to\r | |
29 | which such Contribution(s) was added by such copyright holder or\r | |
30 | contributor, if, at the time the Contribution is added, such addition\r | |
31 | causes such combination to be necessarily infringed. The patent license\r | |
32 | shall not apply to any other combinations which include the\r | |
33 | Contribution.\r | |
34 | \r | |
35 | Except as expressly stated above, no rights or licenses from any copyright\r | |
36 | holder or contributor is granted under this license, whether expressly, by\r | |
37 | implication, estoppel or otherwise.\r | |
38 | \r | |
39 | DISCLAIMER\r | |
40 | \r | |
41 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"\r | |
42 | AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\r | |
43 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\r | |
44 | ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE\r | |
45 | LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR\r | |
46 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF\r | |
47 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS\r | |
48 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN\r | |
49 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)\r | |
50 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r | |
51 | POSSIBILITY OF SUCH DAMAGE.\r | |
52 | \r | |
53 | ================================================================================\r | |
54 | \r | |
55 | Some files are subject to the following license, the MIT license. Those files\r | |
56 | are located in:\r | |
57 | - OvmfPkg/Include/IndustryStandard/Xen/\r | |
58 | - OvmfPkg/XenBusDxe/\r | |
59 | \r | |
60 | SPDX-License-Identifier: MIT\r | |
61 | \r | |
62 | Permission is hereby granted, free of charge, to any person obtaining a copy\r | |
63 | of this software and associated documentation files (the "Software"), to deal\r | |
64 | in the Software without restriction, including without limitation the rights\r | |
65 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\r | |
66 | copies of the Software, and to permit persons to whom the Software is\r | |
67 | furnished to do so, subject to the following conditions:\r | |
68 | \r | |
69 | The above copyright notice and this permission notice (including the next\r | |
70 | paragraph) shall be included in all copies or substantial portions of the\r | |
71 | Software.\r | |
72 | \r | |
73 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r | |
74 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\r | |
75 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\r | |
76 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\r | |
77 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\r | |
78 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\r | |
79 | THE SOFTWARE.\r |