.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /* |
---|
2 | 3 | * TerraTec Cinergy T2/qanu USB2 DVB-T adapter. |
---|
3 | 4 | * |
---|
.. | .. |
---|
10 | 11 | * Holger Waechtler <holger@qanu.de> |
---|
11 | 12 | * |
---|
12 | 13 | * Protocol Spec published on http://qanu.de/specs/terratec_cinergyT2.pdf |
---|
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; either version 2 of the License, or |
---|
17 | | - * (at your option) any later version. |
---|
18 | | - * |
---|
19 | | - * This program is distributed in the hope that it will be useful, |
---|
20 | | - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
21 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
22 | | - * GNU General Public License for more details. |
---|
23 | | - * |
---|
24 | 14 | */ |
---|
25 | 15 | |
---|
26 | 16 | #include "cinergyT2.h" |
---|
.. | .. |
---|
33 | 23 | * This function is probably reusable and may better get placed in a support |
---|
34 | 24 | * library. |
---|
35 | 25 | * |
---|
36 | | - * We replace errornous fields by default TPS fields (the ones with value 0). |
---|
| 26 | + * We replace erroneous fields by default TPS fields (the ones with value 0). |
---|
37 | 27 | */ |
---|
38 | 28 | |
---|
39 | 29 | static uint16_t compute_tps(struct dtv_frontend_properties *op) |
---|