diff options
Diffstat (limited to 'drivers/media/dvb-core/dvb_frontend.c')
| -rw-r--r-- | drivers/media/dvb-core/dvb_frontend.c | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/drivers/media/dvb-core/dvb_frontend.c b/drivers/media/dvb-core/dvb_frontend.c index fbdb4ecc7c50..ecd3277f2e89 100644 --- a/drivers/media/dvb-core/dvb_frontend.c +++ b/drivers/media/dvb-core/dvb_frontend.c | |||
| @@ -1,25 +1,13 @@ | |||
| 1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
| 1 | /* | 2 | /* |
| 2 | * dvb_frontend.c: DVB frontend tuning interface/thread | 3 | * dvb_frontend.c: DVB frontend tuning interface/thread |
| 3 | * | 4 | * |
| 4 | * | ||
| 5 | * Copyright (C) 1999-2001 Ralph Metzler | 5 | * Copyright (C) 1999-2001 Ralph Metzler |
| 6 | * Marcus Metzler | 6 | * Marcus Metzler |
| 7 | * Holger Waechtler | 7 | * Holger Waechtler |
| 8 | * for convergence integrated media GmbH | 8 | * for convergence integrated media GmbH |
| 9 | * | 9 | * |
| 10 | * Copyright (C) 2004 Andrew de Quincey (tuning thread cleanup) | 10 | * Copyright (C) 2004 Andrew de Quincey (tuning thread cleanup) |
| 11 | * | ||
| 12 | * This program is free software; you can redistribute it and/or | ||
| 13 | * modify it under the terms of the GNU General Public License | ||
| 14 | * as published by the Free Software Foundation; either version 2 | ||
| 15 | * of the License, or (at your option) any later version. | ||
| 16 | * | ||
| 17 | * This program is distributed in the hope that it will be useful, | ||
| 18 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 19 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 20 | * GNU General Public License for more details. | ||
| 21 | * To obtain the license, point your browser to | ||
| 22 | * http://www.gnu.org/copyleft/gpl.html | ||
| 23 | */ | 11 | */ |
| 24 | 12 | ||
| 25 | /* Enables DVBv3 compatibility bits at the headers */ | 13 | /* Enables DVBv3 compatibility bits at the headers */ |
