Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Input: imx_keypad - switch to SPDX identifier

Adopt the SPDX license identifier headers to ease license compliance
management.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>

authored by

Fabio Estevam and committed by
Dmitry Torokhov
0eb70904 5aff29ef

+4 -8
+4 -8
drivers/input/keyboard/imx_keypad.c
··· 1 - /* 2 - * Driver for the IMX keypad port. 3 - * Copyright (C) 2009 Alberto Panizzo <maramaopercheseimorto@gmail.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 8 - */ 1 + // SPDX-License-Identifier: GPL-2.0 2 + // 3 + // Driver for the IMX keypad port. 4 + // Copyright (C) 2009 Alberto Panizzo <maramaopercheseimorto@gmail.com> 9 5 10 6 #include <linux/clk.h> 11 7 #include <linux/delay.h>