From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andi Shyti Subject: [PATCH 7/8] Input: mms114 - add SPDX identifier Date: Mon, 29 Jan 2018 20:33:22 +0900 Message-ID: <20180129113323.18961-8-andi.shyti@samsung.com> References: <20180129113323.18961-1-andi.shyti@samsung.com> Return-path: Received: from mailout3.samsung.com ([203.254.224.33]:10440 "EHLO mailout3.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751643AbeA2Lde (ORCPT ); Mon, 29 Jan 2018 06:33:34 -0500 In-reply-to: <20180129113323.18961-1-andi.shyti@samsung.com> Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: Dmitry Torokhov , Simon Shields Cc: linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, Andi Shyti , Andi Shyti Replace the original license statement with the SPDX identifier. Signed-off-by: Andi Shyti --- drivers/input/touchscreen/mms114.c | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/drivers/input/touchscreen/mms114.c b/drivers/input/touchscreen/mms114.c index d70c03adf148..3230c92de1ed 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 - * - * 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 +// Samsung S6SY761 Touchscreen device driver +// +// Copyright (c) 2012 Samsung Electronics Co., Ltd. +// Author: Joonyoung Shim #include #include -- 2.15.1