hc
2024-05-14 bedbef8ad3e75a304af6361af235302bcc61d06b
kernel/drivers/media/dvb-frontends/gp8psk-fe.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Frontend driver for the GENPIX 8pks/qpsk/DCII USB2.0 DVB-S module
34 *
....@@ -7,10 +8,6 @@
78 * Thanks to GENPIX for the sample code used to implement this module.
89 *
910 * This module is based off the vp7045 and vp702x modules
10
- *
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.
1411 */
1512
1613 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt