forked from ~ljy/RK356X_SDK_RELEASE

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