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