All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] staging: mt7621-dma: SPDX license cleanups
@ 2019-03-02 12:40 Jules Irenge
  2019-03-02 12:40 ` [PATCH v3 1/2] staging: mt7621-dma: add SPDX GPL-2.0+ license identifier Jules Irenge
  2019-03-02 12:40 ` [PATCH v3 2/2] staging: mt7621-dma: remove license boilerplate text Jules Irenge
  0 siblings, 2 replies; 3+ messages in thread
From: Jules Irenge @ 2019-03-02 12:40 UTC (permalink / raw)
  To: gregkh; +Cc: outreachy-kernel

 This v3 series replace SPDX identifier GPL-2.0-or-later with SPDX GPL-2.0+ identifier
  

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

 drivers/staging/mt7621-dma/mtk-hsdma.c | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

-- 
2.20.1



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

* [PATCH v3 1/2] staging: mt7621-dma: add SPDX GPL-2.0+ license identifier
  2019-03-02 12:40 [PATCH v3 0/2] staging: mt7621-dma: SPDX license cleanups Jules Irenge
@ 2019-03-02 12:40 ` Jules Irenge
  2019-03-02 12:40 ` [PATCH v3 2/2] staging: mt7621-dma: remove license boilerplate text Jules Irenge
  1 sibling, 0 replies; 3+ messages in thread
From: Jules Irenge @ 2019-03-02 12:40 UTC (permalink / raw)
  To: gregkh; +Cc: outreachy-kernel

Add SPDX GPL-2.0+ license to fix missing SPDX warning
 reported by checkpatch.pl.

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

diff --git a/drivers/staging/mt7621-dma/mtk-hsdma.c b/drivers/staging/mt7621-dma/mtk-hsdma.c
index 7b2cdd2829a5..e0f2d77cb699 100644
--- a/drivers/staging/mt7621-dma/mtk-hsdma.c
+++ b/drivers/staging/mt7621-dma/mtk-hsdma.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  *  Copyright (C) 2015, Michael Lee <igvtee@gmail.com>
  *  MTK HSDMA support
-- 
2.20.1



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

* [PATCH v3 2/2] staging: mt7621-dma: remove license boilerplate text
  2019-03-02 12:40 [PATCH v3 0/2] staging: mt7621-dma: SPDX license cleanups Jules Irenge
  2019-03-02 12:40 ` [PATCH v3 1/2] staging: mt7621-dma: add SPDX GPL-2.0+ license identifier Jules Irenge
@ 2019-03-02 12:40 ` Jules Irenge
  1 sibling, 0 replies; 3+ messages in thread
From: Jules Irenge @ 2019-03-02 12:40 UTC (permalink / raw)
  To: gregkh; +Cc: outreachy-kernel

Remove license boilerplate text.

Signed-off-by: Jules Irenge <jbi.octave@gmail.com>
---
 drivers/staging/mt7621-dma/mtk-hsdma.c | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/drivers/staging/mt7621-dma/mtk-hsdma.c b/drivers/staging/mt7621-dma/mtk-hsdma.c
index e0f2d77cb699..97571f1d697b 100644
--- a/drivers/staging/mt7621-dma/mtk-hsdma.c
+++ b/drivers/staging/mt7621-dma/mtk-hsdma.c
@@ -2,12 +2,6 @@
 /*
  *  Copyright (C) 2015, Michael Lee <igvtee@gmail.com>
  *  MTK HSDMA support
- *
- *  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.
- *
  */
 
 #include <linux/dmaengine.h>
-- 
2.20.1



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

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-02 12:40 [PATCH v3 0/2] staging: mt7621-dma: SPDX license cleanups Jules Irenge
2019-03-02 12:40 ` [PATCH v3 1/2] staging: mt7621-dma: add SPDX GPL-2.0+ license identifier Jules Irenge
2019-03-02 12:40 ` [PATCH v3 2/2] staging: mt7621-dma: remove license boilerplate text Jules Irenge

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.