hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/media/usb/dvb-usb-v2/az6007.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Driver for AzureWave 6007 DVB-C/T USB2.0 and clones
34 *
....@@ -10,15 +11,6 @@
1011 * Copyright (c) 2010-2012 Mauro Carvalho Chehab
1112 * Driver modified by in order to work with upstream drxk driver, and
1213 * tons of bugs got fixed, and converted to use dvb-usb-v2.
13
- *
14
- * This program is free software; you can redistribute it and/or modify
15
- * it under the terms of the GNU General Public License as published by
16
- * the Free Software Foundation under version 2 of the License.
17
- *
18
- * This program is distributed in the hope that it will be useful,
19
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
20
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21
- * GNU General Public License for more details.
2214 */
2315
2416 #include "drxk.h"