aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen
diff options
context:
space:
mode:
authorAndi Shyti <andi.shyti@samsung.com>2018-02-01 10:22:20 -0800
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2018-02-02 16:04:10 -0800
commit0004520af32fca8b40abe78c11654be4e9e20fdf (patch)
tree4fa3896141e7e9acd233cfef79dd4399fcae4ba0 /drivers/input/touchscreen
parentInput: mms114 - fix license module information (diff)
downloadlinux-dev-0004520af32fca8b40abe78c11654be4e9e20fdf.tar.xz
linux-dev-0004520af32fca8b40abe78c11654be4e9e20fdf.zip
Input: mms114 - add SPDX identifier
Replace the original license statement with the SPDX identifier. Add also one line of description as recommended by the COPYING file. Signed-off-by: Andi Shyti <andi.shyti@samsung.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/touchscreen')
-rw-r--r--drivers/input/touchscreen/mms114.c13
1 files changed, 5 insertions, 8 deletions
diff --git a/drivers/input/touchscreen/mms114.c b/drivers/input/touchscreen/mms114.c
index 68236743632e..a5ab774da4cc 100644
--- a/drivers/input/touchscreen/mms114.c
+++ b/drivers/input/touchscreen/mms114.c
@@ -1,11 +1,8 @@
-/*
- * Copyright (C) 2012 Samsung Electronics Co.Ltd
- * Author: Joonyoung Shim <jy0922.shim@samsung.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
+// Melfas MMS114/MMS152 touchscreen device driver
+//
+// Copyright (c) 2012 Samsung Electronics Co., Ltd.
+// Author: Joonyoung Shim <jy0922.shim@samsung.com>
#include <linux/module.h>
#include <linux/delay.h>