| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* DVB USB compliant Linux driver for the |
|---|
| 2 | 3 | * - GENPIX 8pks/qpsk/DCII USB2.0 DVB-S module |
|---|
| 3 | 4 | * |
|---|
| .. | .. |
|---|
| 8 | 9 | * |
|---|
| 9 | 10 | * This module is based off the vp7045 and vp702x modules |
|---|
| 10 | 11 | * |
|---|
| 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 |
|---|
| 16 | 13 | */ |
|---|
| 17 | 14 | #include "gp8psk.h" |
|---|
| 18 | 15 | #include "gp8psk-fe.h" |
|---|