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