hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/media/usb/gspca/m5602/m5602_mt9m111.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * Driver for the mt9m111 sensor
34 *
....@@ -12,11 +13,6 @@
1213 *
1314 * Some defines taken from the mt9m111 sensor driver
1415 * Copyright (C) 2008, Robert Jarzmik <robert.jarzmik@free.fr>
15
- *
16
- * This program is free software; you can redistribute it and/or
17
- * modify it under the terms of the GNU General Public License as
18
- * published by the Free Software Foundation, version 2.
19
- *
2016 */
2117
2218 #ifndef M5602_MT9M111_H_