diff options
Diffstat (limited to 'drivers/media/i2c/cx25840/cx25840-core.c')
-rw-r--r-- | drivers/media/i2c/cx25840/cx25840-core.c | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/drivers/media/i2c/cx25840/cx25840-core.c b/drivers/media/i2c/cx25840/cx25840-core.c index 8b0b8b5aa531..3ecf79d242f2 100644 --- a/drivers/media/i2c/cx25840/cx25840-core.c +++ b/drivers/media/i2c/cx25840/cx25840-core.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* cx25840 - Conexant CX25840 audio/video decoder driver | 2 | /* cx25840 - Conexant CX25840 audio/video decoder driver |
2 | * | 3 | * |
3 | * Copyright (C) 2004 Ulf Eklund | 4 | * Copyright (C) 2004 Ulf Eklund |
@@ -20,16 +21,6 @@ | |||
20 | * | 21 | * |
21 | * CX23888 DIF support for the HVR1850 | 22 | * CX23888 DIF support for the HVR1850 |
22 | * Copyright (C) 2011 Steven Toth <stoth@kernellabs.com> | 23 | * Copyright (C) 2011 Steven Toth <stoth@kernellabs.com> |
23 | * | ||
24 | * This program is free software; you can redistribute it and/or | ||
25 | * modify it under the terms of the GNU General Public License | ||
26 | * as published by the Free Software Foundation; either version 2 | ||
27 | * of the License, or (at your option) any later version. | ||
28 | * | ||
29 | * This program is distributed in the hope that it will be useful, | ||
30 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
31 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
32 | * GNU General Public License for more details. | ||
33 | */ | 24 | */ |
34 | 25 | ||
35 | 26 | ||