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