forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/drivers/media/usb/gspca/m5602/m5602_ov7660.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Driver for the ov7660 sensor
34 *
....@@ -9,11 +10,6 @@
910 * Copyright (c) 2006 Willem Duinker
1011 * v4l2 interface modeled after the V4L2 driver
1112 * for SN9C10x PC Camera Controllers
12
- *
13
- * This program is free software; you can redistribute it and/or
14
- * modify it under the terms of the GNU General Public License as
15
- * published by the Free Software Foundation, version 2.
16
- *
1713 */
1814
1915 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt