.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
---|
1 | 2 | /* |
---|
2 | 3 | |
---|
3 | 4 | Broadcom B43 wireless driver |
---|
.. | .. |
---|
11 | 12 | Some parts of the code in this file are derived from the ipw2200 |
---|
12 | 13 | driver Copyright(c) 2003 - 2004 Intel Corporation. |
---|
13 | 14 | |
---|
14 | | - This program is free software; you can redistribute it and/or modify |
---|
15 | | - it under the terms of the GNU General Public License as published by |
---|
16 | | - the Free Software Foundation; either version 2 of the License, or |
---|
17 | | - (at your option) any later version. |
---|
18 | | - |
---|
19 | | - This program is distributed in the hope that it will be useful, |
---|
20 | | - but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
21 | | - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
22 | | - GNU General Public License for more details. |
---|
23 | | - |
---|
24 | | - You should have received a copy of the GNU General Public License |
---|
25 | | - along with this program; see the file COPYING. If not, write to |
---|
26 | | - the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor, |
---|
27 | | - Boston, MA 02110-1301, USA. |
---|
28 | 15 | |
---|
29 | 16 | */ |
---|
30 | 17 | |
---|