| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* DVB frontend part of the Linux driver for the TwinhanDTV StarBox USB2.0 |
|---|
| 2 | 3 | * DVB-S receiver. |
|---|
| 3 | 4 | * |
|---|
| .. | .. |
|---|
| 11 | 12 | * This file can be removed soon, after the DST-driver is rewritten to provice |
|---|
| 12 | 13 | * the frontend-controlling separately. |
|---|
| 13 | 14 | * |
|---|
| 14 | | - * This program is free software; you can redistribute it and/or modify it |
|---|
| 15 | | - * under the terms of the GNU General Public License as published by the Free |
|---|
| 16 | | - * Software Foundation, version 2. |
|---|
| 17 | | - * |
|---|
| 18 | | - * see Documentation/media/dvb-drivers/dvb-usb.rst for more information |
|---|
| 19 | | - * |
|---|
| 15 | + * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information |
|---|
| 20 | 16 | */ |
|---|
| 21 | 17 | #include "vp702x.h" |
|---|
| 22 | 18 | |
|---|