hc
2024-01-05 071106ecf68c401173c58808b1cf5f68cc50d390
kernel/drivers/media/usb/gspca/m5602/m5602_ov7660.h
....@@ -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 #ifndef M5602_OV7660_H_