diff options
Diffstat (limited to 'drivers/media/usb/dvb-usb/af9005-remote.c')
-rw-r--r-- | drivers/media/usb/dvb-usb/af9005-remote.c | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/drivers/media/usb/dvb-usb/af9005-remote.c b/drivers/media/usb/dvb-usb/af9005-remote.c index f7cdcc8424a8..c664353f3911 100644 --- a/drivers/media/usb/dvb-usb/af9005-remote.c +++ b/drivers/media/usb/dvb-usb/af9005-remote.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* DVB USB compliant Linux driver for the Afatech 9005 | 2 | /* DVB USB compliant Linux driver for the Afatech 9005 |
2 | * USB1.1 DVB-T receiver. | 3 | * USB1.1 DVB-T receiver. |
3 | * | 4 | * |
@@ -7,16 +8,6 @@ | |||
7 | * | 8 | * |
8 | * Thanks to Afatech who kindly provided information. | 9 | * Thanks to Afatech who kindly provided information. |
9 | * | 10 | * |
10 | * This program is free software; you can redistribute it and/or modify | ||
11 | * it under the terms of the GNU General Public License as published by | ||
12 | * the Free Software Foundation; either version 2 of the License, or | ||
13 | * (at your option) any later version. | ||
14 | * | ||
15 | * This program is distributed in the hope that it will be useful, | ||
16 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
17 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
18 | * GNU General Public License for more details. | ||
19 | * | ||
20 | * see Documentation/media/dvb-drivers/dvb-usb.rst for more information | 11 | * see Documentation/media/dvb-drivers/dvb-usb.rst for more information |
21 | */ | 12 | */ |
22 | #include "af9005.h" | 13 | #include "af9005.h" |