| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Driver for AzureWave 6007 DVB-C/T USB2.0 and clones |
|---|
| 3 | 4 | * |
|---|
| .. | .. |
|---|
| 10 | 11 | * Copyright (c) 2010-2012 Mauro Carvalho Chehab |
|---|
| 11 | 12 | * Driver modified by in order to work with upstream drxk driver, and |
|---|
| 12 | 13 | * 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. |
|---|
| 22 | 14 | */ |
|---|
| 23 | 15 | |
|---|
| 24 | 16 | #include "drxk.h" |
|---|