Input: imx_keypad - switch to SPDX identifier
authorFabio Estevam <[email protected]>
Tue, 19 Jun 2018 18:18:50 +0000 (11:18 -0700)
committerDmitry Torokhov <[email protected]>
Fri, 22 Jun 2018 00:22:06 +0000 (17:22 -0700)
Adopt the SPDX license identifier headers to ease license compliance
management.

Signed-off-by: Fabio Estevam <[email protected]>
Signed-off-by: Dmitry Torokhov <[email protected]>
drivers/input/keyboard/imx_keypad.c

index 25d61d8d4fc46f570a3db1c2c3d5df0f9335e9a1..539cb670de41d6955e6ea5353749dac27d96b798 100644 (file)
@@ -1,11 +1,7 @@
-/*
- * Driver for the IMX keypad port.
- * Copyright (C) 2009 Alberto Panizzo <[email protected]>
- *
- * 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 <[email protected]>
 
 #include <linux/clk.h>
 #include <linux/delay.h>