diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2018-06-19 11:18:50 -0700 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2018-06-21 17:22:06 -0700 |
commit | 0eb70904546bbaad22cb609caef8b9132216474e (patch) | |
tree | 7beb18c51d94224e7e00e607ec7de639d51fe410 /drivers/input | |
parent | 5aff29efbec020f0997e5cdbefce0ff383518986 (diff) | |
download | linux-0eb70904546bbaad22cb609caef8b9132216474e.tar.gz linux-0eb70904546bbaad22cb609caef8b9132216474e.tar.bz2 linux-0eb70904546bbaad22cb609caef8b9132216474e.zip |
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>
Diffstat (limited to 'drivers/input')
-rw-r--r-- | drivers/input/keyboard/imx_keypad.c | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/drivers/input/keyboard/imx_keypad.c b/drivers/input/keyboard/imx_keypad.c index 25d61d8d4fc4..539cb670de41 100644 --- a/drivers/input/keyboard/imx_keypad.c +++ b/drivers/input/keyboard/imx_keypad.c @@ -1,11 +1,7 @@ -/* - * Driver for the IMX keypad port. - * Copyright (C) 2009 Alberto Panizzo <maramaopercheseimorto@gmail.com> - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. - */ +// SPDX-License-Identifier: GPL-2.0 +// +// Driver for the IMX keypad port. +// Copyright (C) 2009 Alberto Panizzo <maramaopercheseimorto@gmail.com> #include <linux/clk.h> #include <linux/delay.h> |