Re: [PATCH 7/8] Input: mms114 - add SPDX identifier

2018-01-31 Thread Andi Shyti
Hi Dmitry, > > > > > - * 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 >

Re: [PATCH 7/8] Input: mms114 - add SPDX identifier

2018-01-31 Thread Andi Shyti
Hi Marcus, > > > > - * 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

Re: [PATCH 7/8] Input: mms114 - add SPDX identifier

2018-01-31 Thread Dmitry Torokhov
On Wed, Jan 31, 2018 at 08:31:38AM +0100, Marcus Folkesson wrote: > Hi Andy, > > On Wed, Jan 31, 2018 at 03:07:26PM +0900, Andi Shyti wrote: > > Hi Dmitry, > > > > > > -/* > > > > - * Copyright (C) 2012 Samsung Electronics Co.Ltd > > > > - * Author: Joonyoung Shim > > > > - * > > > > - * This pr

Re: [PATCH 7/8] Input: mms114 - add SPDX identifier

2018-01-30 Thread Marcus Folkesson
Hi Andy, On Wed, Jan 31, 2018 at 03:07:26PM +0900, Andi Shyti wrote: > Hi Dmitry, > > > > -/* > > > - * 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 t

Re: [PATCH 7/8] Input: mms114 - add SPDX identifier

2018-01-30 Thread Andi Shyti
Hi Dmitry, > > -/* > > - * 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 Soft

Re: [PATCH 7/8] Input: mms114 - add SPDX identifier

2018-01-29 Thread Dmitry Torokhov
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(-) > >

[PATCH 7/8] Input: mms114 - add SPDX identifier

2018-01-29 Thread 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 d70c0