hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/media/usb/dvb-usb/vp702x-fe.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /* DVB frontend part of the Linux driver for the TwinhanDTV StarBox USB2.0
23 * DVB-S receiver.
34 *
....@@ -11,12 +12,7 @@
1112 * This file can be removed soon, after the DST-driver is rewritten to provice
1213 * the frontend-controlling separately.
1314 *
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
2016 */
2117 #include "vp702x.h"
2218