hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/media/usb/dvb-usb/dtt200u-fe.c
....@@ -1,13 +1,10 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /* Frontend part of the Linux driver for the WideView/ Yakumo/ Hama/
23 * Typhoon/ Yuan DVB-T USB2.0 receiver.
34 *
45 * Copyright (C) 2005 Patrick Boettcher <patrick.boettcher@posteo.de>
56 *
6
- * This program is free software; you can redistribute it and/or modify it
7
- * under the terms of the GNU General Public License as published by the Free
8
- * Software Foundation, version 2.
9
- *
10
- * see Documentation/media/dvb-drivers/dvb-usb.rst for more information
7
+ * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information
118 */
129 #include "dtt200u.h"
1310