diff options
Diffstat (limited to 'drivers/media/usb/stkwebcam/stk-sensor.c')
-rw-r--r-- | drivers/media/usb/stkwebcam/stk-sensor.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/drivers/media/usb/stkwebcam/stk-sensor.c b/drivers/media/usb/stkwebcam/stk-sensor.c index 9a7dbeff1337..94aa6a27f934 100644 --- a/drivers/media/usb/stkwebcam/stk-sensor.c +++ b/drivers/media/usb/stkwebcam/stk-sensor.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* stk-sensor.c: Driver for ov96xx sensor (used in some Syntek webcams) | 2 | /* stk-sensor.c: Driver for ov96xx sensor (used in some Syntek webcams) |
2 | * | 3 | * |
3 | * Copyright 2007-2008 Jaime Velasco Juan <jsagarribay@gmail.com> | 4 | * Copyright 2007-2008 Jaime Velasco Juan <jsagarribay@gmail.com> |
@@ -10,15 +11,6 @@ | |||
10 | * Copyright 2006-7 Jonathan Corbet <corbet@lwn.net> | 11 | * Copyright 2006-7 Jonathan Corbet <corbet@lwn.net> |
11 | * | 12 | * |
12 | * This file may be distributed under the terms of the GNU General | 13 | * This file may be distributed under the terms of the GNU General |
13 | * This program is free software; you can redistribute it and/or modify | ||
14 | * it under the terms of the GNU General Public License as published by | ||
15 | * the Free Software Foundation; either version 2 of the License, or | ||
16 | * (at your option) any later version. | ||
17 | * | ||
18 | * This program is distributed in the hope that it will be useful, | ||
19 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
20 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
21 | * GNU General Public License for more details. | ||
22 | */ | 14 | */ |
23 | 15 | ||
24 | /* Controlling the sensor via the STK1125 vendor specific control interface: | 16 | /* Controlling the sensor via the STK1125 vendor specific control interface: |