.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* DVB USB compliant Linux driver for the TwinhanDTV StarBox USB2.0 DVB-S |
---|
2 | 3 | * receiver. |
---|
3 | 4 | * |
---|
.. | .. |
---|
8 | 9 | * |
---|
9 | 10 | * Thanks to Twinhan who kindly provided hardware and information. |
---|
10 | 11 | * |
---|
11 | | - * This program is free software; you can redistribute it and/or modify it |
---|
12 | | - * under the terms of the GNU General Public License as published by the Free |
---|
13 | | - * Software Foundation, version 2. |
---|
14 | | - * |
---|
15 | | - * see Documentation/media/dvb-drivers/dvb-usb.rst for more information |
---|
| 12 | + * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information |
---|
16 | 13 | */ |
---|
17 | 14 | #include "vp702x.h" |
---|
18 | 15 | #include <linux/mutex.h> |
---|