.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* |
---|
2 | 3 | * Radio tuning for Maxim max2820 on RTL8180 |
---|
3 | 4 | * |
---|
.. | .. |
---|
12 | 13 | * A special Big Thanks also is for all people who donated me cards, |
---|
13 | 14 | * making possible the creation of the original rtl8180 driver |
---|
14 | 15 | * from which this code is derived! |
---|
15 | | - * |
---|
16 | | - * This program is free software; you can redistribute it and/or modify |
---|
17 | | - * it under the terms of the GNU General Public License version 2 as |
---|
18 | | - * published by the Free Software Foundation. |
---|
19 | 16 | */ |
---|
20 | 17 | |
---|
21 | 18 | #include <linux/pci.h> |
---|