forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-04 1543e317f1da31b75942316931e8f491a8920811
kernel/drivers/media/usb/dvb-usb/dtt200u.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /* DVB USB library compliant Linux driver for the WideView/ Yakumo/ Hama/
23 * Typhoon/ Yuan/ Miglia DVB-T USB2.0 receiver.
34 *
....@@ -5,11 +6,7 @@
56 *
67 * Thanks to Steve Chang from WideView for providing support for the WT-220U.
78 *
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
9
+ * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information
1310 */
1411 #include "dtt200u.h"
1512