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