xref: /illumos-gate/usr/src/uts/common/io/atu/THIRDPARTYLICENSE (revision f012ee0c3db17469b492c2cf757226f3d7b1ebbc)
1/*
2 * Copyright (c) 2003, 2004
3 *	Daan Vreeken <Danovitsch@Vitsch.net>.  All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright
9 *    notice, this list of conditions and the following disclaimer.
10 * 2. Redistributions in binary form must reproduce the above copyright
11 *    notice, this list of conditions and the following disclaimer in the
12 *    documentation and/or other materials provided with the distribution.
13 * 3. All advertising materials mentioning features or use of this software
14 *    must display the following acknowledgement:
15 *	This product includes software developed by Daan Vreeken.
16 * 4. Neither the name of the author nor the names of any co-contributors
17 *    may be used to endorse or promote products derived from this software
18 *    without specific prior written permission.
19 *
20 * THIS SOFTWARE IS PROVIDED BY Daan Vreeken AND CONTRIBUTORS ``AS IS'' AND
21 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23 * ARE DISCLAIMED.  IN NO EVENT SHALL Daan Vreeken OR THE VOICES IN HIS HEAD
24 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
25 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
26 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
27 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
28 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
29 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
30 * THE POSSIBILITY OF SUCH DAMAGE.
31 */
32
33/*
34 * Atmel AT76c503 / AT76c503a / AT76c505 / AT76c505a  USB WLAN driver
35 *
36 * Originally written by Daan Vreeken <Danovitsch @ Vitsch . net>
37 *  http://vitsch.net/bsd/atuwi
38 *
39 * Contributed to by :
40 *  Chris Whitehouse, Alistair Phillips, Peter Pilka, Martijn van Buul,
41 *  Suihong Liang, Arjan van Leeuwen, Stuart Walsh
42 *
43 * Ported to OpenBSD by Theo de Raadt and David Gwynne.
44 */
45
46/*
47 * Copyright 2004 Atmel Corporation. All Rights Reserved. Redistribution and use
48 * of the microcode software ("Firmware") is permitted provided that the following
49 * conditions are met:
50 *     1. Firmware is redistributed in object code only.
51 *     2. Any reproduction of Firmware must contain the above copyright notice,
52 * 	this list of conditions and the below disclaimer in the documentation
53 * 	and/or other materials provided with the distribution; and
54 *     3. The name of Atmel Corporation may not be used to endorse or promote products
55 *         derived from this Firmware without specific prior written consent.
56 *
57 * DISCLAIMER: ATMEL PROVIDES THIS FIRMWARE "AS IS'' WITH NO WARRANTIES
58 * OR INDEMNITIES WHATSOEVER. ATMEL EXPRESSLY DISCLAIMS ANY
59 * EXPRESS, STATUTORY OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
60 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
61 * PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL ATMEL
62 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
63 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
64 * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
65 * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
66 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
67 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
68 * FIRMWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
69 *
70 * USER ACKNOWLEDGES AND AGREES THAT THE PURCHASE OR USE OF THE
71 * FIRMWARE WILL NOT CREATE OR GIVE GROUNDS FOR A LICENSE BY
72 * IMPLICATION, ESTOPPEL, OR OTHERWISE IN ANY INTELLECTUAL PROPERTY
73 * RIGHTS (PATENT, COPYRIGHT, TRADE SECRET, MASK WORK, OR OTHER
74 * PROPRIETARY RIGHT) EMBODIED IN ANY OTHER ATMEL HARDWARE OR
75 * FIRMWARE EITHER SOLELY OR IN COMBINATION WITH THE FIRMWARE.
76 */
77