forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/drivers/media/usb/dvb-usb/dibusb-mc.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /* DVB USB compliant linux driver for mobile DVB-T USB devices based on
23 * reference designs made by DiBcom (http://www.dibcom.fr/) (DiB3000M-C/P)
34 *
....@@ -6,11 +7,7 @@
67 * based on GPL code from DiBcom, which has
78 * Copyright (C) 2004 Amaury Demol for DiBcom
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 "dibusb.h"
1613