hc
2024-05-10 9999e48639b3cecb08ffb37358bcba3b48161b29
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