hc
2023-12-06 08f87f769b595151be1afeff53e144f543faa614
kernel/drivers/media/usb/dvb-usb/gp8psk.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /* DVB USB compliant Linux driver for the
23 * - GENPIX 8pks/qpsk/DCII USB2.0 DVB-S module
34 *
....@@ -8,11 +9,7 @@
89 *
910 * This module is based off the vp7045 and vp702x modules
1011 *
11
- * This program is free software; you can redistribute it and/or modify it
12
- * under the terms of the GNU General Public License as published by the Free
13
- * Software Foundation, version 2.
14
- *
15
- * see Documentation/media/dvb-drivers/dvb-usb.rst for more information
12
+ * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information
1613 */
1714 #include "gp8psk.h"
1815 #include "gp8psk-fe.h"