All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: sm750fb: add SPDX license identifier
@ 2018-05-08 18:53 Sumit Kumar
  2018-05-11  9:43 ` Greg Kroah-Hartman
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Sumit Kumar @ 2018-05-08 18:53 UTC (permalink / raw)
  To: linux-fbdev

SPDX licencse identifier is missing in header file. Add a SPDX license
identifier with correct format. Issue found by checkpatch.

Signed-off-by: Sumit Kumar <sumit686215@example.com>
---
 drivers/staging/sm750fb/ddk750.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/staging/sm750fb/ddk750.h b/drivers/staging/sm750fb/ddk750.h
index 7340103..482c1c6 100644
--- a/drivers/staging/sm750fb/ddk750.h
+++ b/drivers/staging/sm750fb/ddk750.h
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  *         Copyright (c) 2007 by Silicon Motion, Inc. (SMI)
  *
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] staging: sm750fb: add SPDX license identifier
  2018-05-08 18:53 [PATCH] staging: sm750fb: add SPDX license identifier Sumit Kumar
@ 2018-05-11  9:43 ` Greg Kroah-Hartman
  2018-05-11 22:19 ` Sumit Kumar
  2018-05-14 12:00 ` Greg Kroah-Hartman
  2 siblings, 0 replies; 4+ messages in thread
From: Greg Kroah-Hartman @ 2018-05-11  9:43 UTC (permalink / raw)
  To: linux-fbdev

On Wed, May 09, 2018 at 12:21:02AM +0530, Sumit Kumar wrote:
> SPDX licencse identifier is missing in header file. Add a SPDX license
> identifier with correct format. Issue found by checkpatch.
> 
> Signed-off-by: Sumit Kumar <sumit686215@example.com>
> ---
>  drivers/staging/sm750fb/ddk750.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/staging/sm750fb/ddk750.h b/drivers/staging/sm750fb/ddk750.h
> index 7340103..482c1c6 100644
> --- a/drivers/staging/sm750fb/ddk750.h
> +++ b/drivers/staging/sm750fb/ddk750.h
> @@ -1,3 +1,4 @@
> +/* SPDX-License-Identifier: GPL-2.0 */

How do you know that is what this license is?

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] staging: sm750fb: add SPDX license identifier
  2018-05-08 18:53 [PATCH] staging: sm750fb: add SPDX license identifier Sumit Kumar
  2018-05-11  9:43 ` Greg Kroah-Hartman
@ 2018-05-11 22:19 ` Sumit Kumar
  2018-05-14 12:00 ` Greg Kroah-Hartman
  2 siblings, 0 replies; 4+ messages in thread
From: Sumit Kumar @ 2018-05-11 22:19 UTC (permalink / raw)
  To: linux-fbdev



On Friday 11 May 2018 03:13 PM, Greg Kroah-Hartman wrote:
> On Wed, May 09, 2018 at 12:21:02AM +0530, Sumit Kumar wrote:
>> SPDX licencse identifier is missing in header file. Add a SPDX license
>> identifier with correct format. Issue found by checkpatch.
>>
>> Signed-off-by: Sumit Kumar <sumit686215@example.com>
>> ---
>>   drivers/staging/sm750fb/ddk750.h | 1 +
>>   1 file changed, 1 insertion(+)
>>
>> diff --git a/drivers/staging/sm750fb/ddk750.h b/drivers/staging/sm750fb/ddk750.h
>> index 7340103..482c1c6 100644
>> --- a/drivers/staging/sm750fb/ddk750.h
>> +++ b/drivers/staging/sm750fb/ddk750.h
>> @@ -1,3 +1,4 @@
>> +/* SPDX-License-Identifier: GPL-2.0 */
> How do you know that is what this license is?
>
> thanks,
>
> greg k-h

ddk750_chip.h had this license : /* SPDX-License-Identifier: GPL-2.0 */
So I thought that maybe this header should also have the same license.

--
Thanks and Regards,
Sumit

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] staging: sm750fb: add SPDX license identifier
  2018-05-08 18:53 [PATCH] staging: sm750fb: add SPDX license identifier Sumit Kumar
  2018-05-11  9:43 ` Greg Kroah-Hartman
  2018-05-11 22:19 ` Sumit Kumar
@ 2018-05-14 12:00 ` Greg Kroah-Hartman
  2 siblings, 0 replies; 4+ messages in thread
From: Greg Kroah-Hartman @ 2018-05-14 12:00 UTC (permalink / raw)
  To: linux-fbdev

On Sat, May 12, 2018 at 03:37:12AM +0530, Sumit Kumar wrote:
> 
> 
> On Friday 11 May 2018 03:13 PM, Greg Kroah-Hartman wrote:
> > On Wed, May 09, 2018 at 12:21:02AM +0530, Sumit Kumar wrote:
> > > SPDX licencse identifier is missing in header file. Add a SPDX license
> > > identifier with correct format. Issue found by checkpatch.
> > > 
> > > Signed-off-by: Sumit Kumar <sumit686215@example.com>
> > > ---
> > >   drivers/staging/sm750fb/ddk750.h | 1 +
> > >   1 file changed, 1 insertion(+)
> > > 
> > > diff --git a/drivers/staging/sm750fb/ddk750.h b/drivers/staging/sm750fb/ddk750.h
> > > index 7340103..482c1c6 100644
> > > --- a/drivers/staging/sm750fb/ddk750.h
> > > +++ b/drivers/staging/sm750fb/ddk750.h
> > > @@ -1,3 +1,4 @@
> > > +/* SPDX-License-Identifier: GPL-2.0 */
> > How do you know that is what this license is?
> > 
> > thanks,
> > 
> > greg k-h
> 
> ddk750_chip.h had this license : /* SPDX-License-Identifier: GPL-2.0 */
> So I thought that maybe this header should also have the same license.

You need a bit more background information here in order to make this
decision in the patch.  Please see other patches that have added
licenses to files without them for what is needed.

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-05-14 12:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-08 18:53 [PATCH] staging: sm750fb: add SPDX license identifier Sumit Kumar
2018-05-11  9:43 ` Greg Kroah-Hartman
2018-05-11 22:19 ` Sumit Kumar
2018-05-14 12:00 ` Greg Kroah-Hartman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.