hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/drivers/media/usb/dvb-usb/vp702x.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /* DVB USB compliant Linux driver for the TwinhanDTV StarBox USB2.0 DVB-S
23 * receiver.
34 *
....@@ -8,11 +9,7 @@
89 *
910 * Thanks to Twinhan who kindly provided hardware and information.
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 "vp702x.h"
1815 #include <linux/mutex.h>