xref: /spdk/LICENSE (revision e4070ee0e012c345f4c059f125f4f9ce3be66690)
1The SPDK repo contains multiple git submodules each with its own
2license info. Unless otherwise noted all other code in this repo
3is BSD as stated below.
4
5Submodule license info:
6dpdk: see dpdk/license
7intel-ipsec-mb: see intel-ipsec-mb/LICENSE
8isa-l: see isa-l/LICENSE
9libvfio-user: see libvfio-user/LICENSE
10ocf: see ocf/LICENSE
11
12The rest of the SPDK repo:
13
14BSD LICENSE
15
16Copyright (c) Intel Corporation.
17All rights reserved.
18
19Redistribution and use in source and binary forms, with or without
20modification, are permitted provided that the following conditions
21are met:
22
23  * Redistributions of source code must retain the above copyright
24    notice, this list of conditions and the following disclaimer.
25  * Redistributions in binary form must reproduce the above copyright
26    notice, this list of conditions and the following disclaimer in
27    the documentation and/or other materials provided with the
28    distribution.
29  * Neither the name of Intel Corporation nor the names of its
30    contributors may be used to endorse or promote products derived
31    from this software without specific prior written permission.
32
33THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
34"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
35LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
36A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
37OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
38SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
39LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
40DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
41THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
42(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
43OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
44