forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/drivers/media/usb/dvb-usb/ttusb2.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /* DVB USB compliant linux driver for Technotrend DVB USB boxes and clones
23 * (e.g. Pinnacle 400e DVB-S USB2.0).
34 *
....@@ -5,11 +6,7 @@
56 * Copyright (c) 2003 Felix Domke <tmbinc@elitedvb.net>
67 * Copyright (C) 2005-6 Patrick Boettcher <pb@linuxtv.de>
78 *
8
- * This program is free software; you can redistribute it and/or modify it
9
- * under the terms of the GNU General Public License as published by the Free
10
- * Software Foundation, version 2.
11
- *
12
- * see Documentation/media/dvb-drivers/dvb-usb.rst for more information
9
+ * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information
1310 */
1411 #ifndef _DVB_USB_TTUSB2_H_
1512 #define _DVB_USB_TTUSB2_H_