From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dmitry Torokhov Subject: Re: [PATCH 7/8] Input: mms114 - add SPDX identifier Date: Mon, 29 Jan 2018 11:46:59 -0800 Message-ID: <20180129194659.df7nlhwx4demk6o6@dtor-ws> References: <20180129113323.18961-1-andi.shyti@samsung.com> <20180129113323.18961-8-andi.shyti@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20180129113323.18961-8-andi.shyti@samsung.com> Sender: linux-kernel-owner@vger.kernel.org To: Andi Shyti Cc: Simon Shields , linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, Andi Shyti List-Id: linux-input@vger.kernel.org On Mon, Jan 29, 2018 at 08:33:22PM +0900, Andi Shyti wrote: > Replace the original license statement with the SPDX identifier. > > Signed-off-by: Andi Shyti Applied, thank you. > --- > 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 > -- Dmitry