1 | Copyright (c) 2020, Rebecca Cran <rebecca@bsdio.com>
|
---|
2 | Copyright (c) 2004 - 2019, Intel Corporation. All rights reserved.<BR>
|
---|
3 | Copyright (C) 2018, Red Hat, Inc.
|
---|
4 | Copyright (c) 2017, Advanced Micro Devices. All rights reserved.<BR>
|
---|
5 | Copyright (C) 2016, Red Hat, Inc.
|
---|
6 | (C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR>
|
---|
7 | Copyright (c) 2015 Nahanni Systems
|
---|
8 | Copyright (C) 2015, Red Hat, Inc.
|
---|
9 | Copyright (C) 2014, Red Hat, Inc.
|
---|
10 | Copyright (c) 2014, Pluribus Networks, Inc.
|
---|
11 | Copyright (C) 2013, Red Hat, Inc.
|
---|
12 | Copyright (c) 2012, 2013, Red Hat, Inc.
|
---|
13 | Copyright (c) 2011, Bei Guan <gbtju85@gmail.com>
|
---|
14 | Copyright (c) 2011, Andrei Warkentin <andreiw@motorola.com>
|
---|
15 | Portions copyright (c) 2011, Apple Inc. All rights reserved.
|
---|
16 | Portions copyright (c) 2010,Apple Inc. All rights reserved.<BR>
|
---|
17 |
|
---|
18 |
|
---|
19 | SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
20 |
|
---|
21 | Redistribution and use in source and binary forms, with or without
|
---|
22 | modification, are permitted provided that the following conditions are met:
|
---|
23 |
|
---|
24 | 1. Redistributions of source code must retain the above copyright notice,
|
---|
25 | this list of conditions and the following disclaimer.
|
---|
26 |
|
---|
27 | 2. Redistributions in binary form must reproduce the above copyright notice,
|
---|
28 | this list of conditions and the following disclaimer in the documentation
|
---|
29 | and/or other materials provided with the distribution.
|
---|
30 |
|
---|
31 | Subject to the terms and conditions of this license, each copyright holder
|
---|
32 | and contributor hereby grants to those receiving rights under this license
|
---|
33 | a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
---|
34 | (except for failure to satisfy the conditions of this license) patent
|
---|
35 | license to make, have made, use, offer to sell, sell, import, and otherwise
|
---|
36 | transfer this software, where such license applies only to those patent
|
---|
37 | claims, already acquired or hereafter acquired, licensable by such copyright
|
---|
38 | holder or contributor that are necessarily infringed by:
|
---|
39 |
|
---|
40 | (a) their Contribution(s) (the licensed copyrights of copyright holders and
|
---|
41 | non-copyrightable additions of contributors, in source or binary form)
|
---|
42 | alone; or
|
---|
43 |
|
---|
44 | (b) combination of their Contribution(s) with the work of authorship to
|
---|
45 | which such Contribution(s) was added by such copyright holder or
|
---|
46 | contributor, if, at the time the Contribution is added, such addition
|
---|
47 | causes such combination to be necessarily infringed. The patent license
|
---|
48 | shall not apply to any other combinations which include the
|
---|
49 | Contribution.
|
---|
50 |
|
---|
51 | Except as expressly stated above, no rights or licenses from any copyright
|
---|
52 | holder or contributor is granted under this license, whether expressly, by
|
---|
53 | implication, estoppel or otherwise.
|
---|
54 |
|
---|
55 | DISCLAIMER
|
---|
56 |
|
---|
57 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
---|
58 | AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
---|
59 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
---|
60 | ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE
|
---|
61 | LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
---|
62 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
---|
63 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
---|
64 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
---|
65 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
---|
66 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
---|
67 | POSSIBILITY OF SUCH DAMAGE.
|
---|
68 |
|
---|