.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /* stk-sensor.c: Driver for ov96xx sensor (used in some Syntek webcams) |
---|
2 | 3 | * |
---|
3 | 4 | * Copyright 2007-2008 Jaime Velasco Juan <jsagarribay@gmail.com> |
---|
.. | .. |
---|
10 | 11 | * Copyright 2006-7 Jonathan Corbet <corbet@lwn.net> |
---|
11 | 12 | * |
---|
12 | 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 | 16 | /* Controlling the sensor via the STK1125 vendor specific control interface: |
---|