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