forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-11 04dd17822334871b23ea2862f7798fb0e0007777
kernel/drivers/media/usb/dvb-usb/vp7045.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /* DVB USB compliant Linux driver for the
23 * - TwinhanDTV Alpha/MagicBoxII USB2.0 DVB-T receiver
34 * - DigitalNow TinyUSB2 DVB-t receiver
....@@ -6,11 +7,7 @@
67 *
78 * Thanks to Twinhan who kindly provided hardware and information.
89 *
9
- * This program is free software; you can redistribute it and/or modify it
10
- * under the terms of the GNU General Public License as published by the Free
11
- * Software Foundation, version 2.
12
- *
13
- * see Documentation/media/dvb-drivers/dvb-usb.rst for more information
10
+ * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information
1411 */
1512 #include "vp7045.h"
1613