All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/2] SPDX cleanups
@ 2019-03-08  1:34 Jules Irenge
  2019-03-08  1:34 ` [PATCH v1 1/2] staging: zoran: add SPDX GPL-2.0+ license identifier Jules Irenge
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Jules Irenge @ 2019-03-08  1:34 UTC (permalink / raw)
  To: gregkh; +Cc: mchehab, outreachy-kernel

  This v1 series add SPDX identifier and remove unnecessary license boilerplate text

Jules Irenge (2):
  staging: zoran: add SPDX GPL-2.0+ license identifier
  staging: zoran: remove license boilerplate text

 drivers/staging/media/zoran/videocodec.c | 14 +-------------
 1 file changed, 1 insertion(+), 13 deletions(-)

-- 
2.20.1



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

* [PATCH v1 1/2] staging: zoran: add SPDX GPL-2.0+ license identifier
  2019-03-08  1:34 [PATCH v1 0/2] SPDX cleanups Jules Irenge
@ 2019-03-08  1:34 ` Jules Irenge
  2019-03-08  1:35 ` [PATCH v1 2/2] staging: zoran: remove license boilerplate text Jules Irenge
  2019-03-08  7:01 ` [PATCH v1 0/2] SPDX cleanups Greg KH
  2 siblings, 0 replies; 5+ messages in thread
From: Jules Irenge @ 2019-03-08  1:34 UTC (permalink / raw)
  To: gregkh; +Cc: mchehab, outreachy-kernel

Add the SPDX GPL-2.0 license identifier to fix checkpatch.pl warning.
Issue found by checkpatch.pl warning:
"WARNING: Missing or malformed SPDX-License-Identifier tag in line 1"

Signed-off-by: Jules Irenge <jbi.octave@gmail.com>
---
 drivers/staging/media/zoran/videocodec.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/staging/media/zoran/videocodec.c b/drivers/staging/media/zoran/videocodec.c
index 4427ae7126e2..468e5f33b8c9 100644
--- a/drivers/staging/media/zoran/videocodec.c
+++ b/drivers/staging/media/zoran/videocodec.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * VIDEO MOTION CODECs internal API for video devices
  *
-- 
2.20.1



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

* [PATCH v1 2/2] staging: zoran: remove license boilerplate text
  2019-03-08  1:34 [PATCH v1 0/2] SPDX cleanups Jules Irenge
  2019-03-08  1:34 ` [PATCH v1 1/2] staging: zoran: add SPDX GPL-2.0+ license identifier Jules Irenge
@ 2019-03-08  1:35 ` Jules Irenge
  2019-03-08  7:02   ` Greg KH
  2019-03-08  7:01 ` [PATCH v1 0/2] SPDX cleanups Greg KH
  2 siblings, 1 reply; 5+ messages in thread
From: Jules Irenge @ 2019-03-08  1:35 UTC (permalink / raw)
  To: gregkh; +Cc: mchehab, outreachy-kernel

Remove license boilerplate text.

Signed-off-by: Jules Irenge <jbi.octave@gmail.com>
---
 drivers/staging/media/zoran/videocodec.c | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/drivers/staging/media/zoran/videocodec.c b/drivers/staging/media/zoran/videocodec.c
index 468e5f33b8c9..c1ee5cb7e66b 100644
--- a/drivers/staging/media/zoran/videocodec.c
+++ b/drivers/staging/media/zoran/videocodec.c
@@ -8,19 +8,6 @@
  * (c) 2002 Wolfgang Scherr <scherr@net4you.at>
  *
  * $Id: videocodec.c,v 1.1.2.8 2003/03/29 07:16:04 rbultje Exp $
- *
- * ------------------------------------------------------------------------
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
  * ------------------------------------------------------------------------
  */
 
-- 
2.20.1



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

* Re: [PATCH v1 0/2] SPDX cleanups
  2019-03-08  1:34 [PATCH v1 0/2] SPDX cleanups Jules Irenge
  2019-03-08  1:34 ` [PATCH v1 1/2] staging: zoran: add SPDX GPL-2.0+ license identifier Jules Irenge
  2019-03-08  1:35 ` [PATCH v1 2/2] staging: zoran: remove license boilerplate text Jules Irenge
@ 2019-03-08  7:01 ` Greg KH
  2 siblings, 0 replies; 5+ messages in thread
From: Greg KH @ 2019-03-08  7:01 UTC (permalink / raw)
  To: Jules Irenge; +Cc: mchehab, outreachy-kernel

On Fri, Mar 08, 2019 at 01:34:58AM +0000, Jules Irenge wrote:
>   This v1 series add SPDX identifier and remove unnecessary license boilerplate text
> 
> Jules Irenge (2):
>   staging: zoran: add SPDX GPL-2.0+ license identifier
>   staging: zoran: remove license boilerplate text
> 

Next time the 0/X email here needs to have the subsystem and driver in
the subject so that I don't loose it.

It should say:
	Subject: [PATCH v1 0/2] staging: zoran: SPDX cleanups

thanks,

greg k-h


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

* Re: [PATCH v1 2/2] staging: zoran: remove license boilerplate text
  2019-03-08  1:35 ` [PATCH v1 2/2] staging: zoran: remove license boilerplate text Jules Irenge
@ 2019-03-08  7:02   ` Greg KH
  0 siblings, 0 replies; 5+ messages in thread
From: Greg KH @ 2019-03-08  7:02 UTC (permalink / raw)
  To: Jules Irenge; +Cc: mchehab, outreachy-kernel

On Fri, Mar 08, 2019 at 01:35:00AM +0000, Jules Irenge wrote:
> Remove license boilerplate text.
> 
> Signed-off-by: Jules Irenge <jbi.octave@gmail.com>
> ---
>  drivers/staging/media/zoran/videocodec.c | 13 -------------
>  1 file changed, 13 deletions(-)
> 
> diff --git a/drivers/staging/media/zoran/videocodec.c b/drivers/staging/media/zoran/videocodec.c
> index 468e5f33b8c9..c1ee5cb7e66b 100644
> --- a/drivers/staging/media/zoran/videocodec.c
> +++ b/drivers/staging/media/zoran/videocodec.c
> @@ -8,19 +8,6 @@
>   * (c) 2002 Wolfgang Scherr <scherr@net4you.at>
>   *
>   * $Id: videocodec.c,v 1.1.2.8 2003/03/29 07:16:04 rbultje Exp $

Not your fault, but in the future, you can remove these old "CVS"
markings in comments, they make no sense in kernel files.

And wow, 2003...

greg k-h


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

end of thread, other threads:[~2019-03-08  7:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-08  1:34 [PATCH v1 0/2] SPDX cleanups Jules Irenge
2019-03-08  1:34 ` [PATCH v1 1/2] staging: zoran: add SPDX GPL-2.0+ license identifier Jules Irenge
2019-03-08  1:35 ` [PATCH v1 2/2] staging: zoran: remove license boilerplate text Jules Irenge
2019-03-08  7:02   ` Greg KH
2019-03-08  7:01 ` [PATCH v1 0/2] SPDX cleanups Greg KH

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.