kernel/drivers/media/usb/gspca/m5602/m5602_mt9m111.h
.. .. @@ -1,3 +1,4 @@ 1 +/* SPDX-License-Identifier: GPL-2.0-only */1 2 /* 2 3 * Driver for the mt9m111 sensor 3 4 * .. .. @@ -12,11 +13,6 @@ 12 13 * 13 14 * Some defines taken from the mt9m111 sensor driver 14 15 * Copyright (C) 2008, Robert Jarzmik <robert.jarzmik@free.fr> 15 - *16 - * This program is free software; you can redistribute it and/or17 - * modify it under the terms of the GNU General Public License as18 - * published by the Free Software Foundation, version 2.19 - *20 16 */ 21 17 22 18 #ifndef M5602_MT9M111_H_