hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
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