forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/drivers/media/usb/gspca/gl860/gl860.c
....@@ -1,22 +1,10 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /* GSPCA subdrivers for Genesys Logic webcams with the GL860 chip
23 * Subdriver core
34 *
45 * 2009/09/24 Olivier Lorin <o.lorin@laposte.net>
56 * GSPCA by Jean-Francois Moine <http://moinejf.free.fr>
67 * Thanks BUGabundo and Malmostoso for your amazing help!
7
- *
8
- * This program is free software; you can redistribute it and/or modify
9
- * it under the terms of the GNU General Public License as published by
10
- * the Free Software Foundation; either version 2 of the License, or
11
- * any later version.
12
- *
13
- * This program is distributed in the hope that it will be useful,
14
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
- * GNU General Public License for more details.
17
- *
18
- * You should have received a copy of the GNU General Public License
19
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
208 */
219
2210 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt