kernel/drivers/media/usb/gspca/m5602/m5602_ov9650.c
.. .. @@ -1,3 +1,4 @@ 1 +// SPDX-License-Identifier: GPL-2.0-only1 2 2 3 /* 3 4 * Driver for the ov9650 sensor .. .. @@ -10,11 +11,6 @@ 10 11 * Copyright (c) 2006 Willem Duinker 11 12 * v4l2 interface modeled after the V4L2 driver 12 13 * for SN9C10x PC Camera Controllers 13 - *14 - * This program is free software; you can redistribute it and/or15 - * modify it under the terms of the GNU General Public License as16 - * published by the Free Software Foundation, version 2.17 - *18 14 */ 19 15 20 16 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt