.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* |
---|
2 | 3 | * Frontend driver for the GENPIX 8pks/qpsk/DCII USB2.0 DVB-S module |
---|
3 | 4 | * |
---|
.. | .. |
---|
7 | 8 | * Thanks to GENPIX for the sample code used to implement this module. |
---|
8 | 9 | * |
---|
9 | 10 | * This module is based off the vp7045 and vp702x modules |
---|
10 | | - * |
---|
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 | 11 | */ |
---|
15 | 12 | |
---|
16 | 13 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
---|