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

This v3 corrects grammar and ensures it is ccied to the right
maintainer

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

 drivers/staging/rtl8192e/dot11d.c | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

-- 
2.20.1



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

* [PATCH v3 1/2] staging: rtl8192e: add SPDX GPL-2.0 license identifier
  2019-03-13 14:53 [PATCH v3 0/2] SPDX Cleanups Jules Irenge
@ 2019-03-13 14:53 ` Jules Irenge
  2019-03-13 14:53 ` [PATCH v3 2/2] staging: rtl8192e: remove boilerplate license text Jules Irenge
  1 sibling, 0 replies; 3+ messages in thread
From: Jules Irenge @ 2019-03-13 14:53 UTC (permalink / raw)
  To: gregkh; +Cc: linux-kernel, 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/rtl8192e/dot11d.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/staging/rtl8192e/dot11d.c b/drivers/staging/rtl8192e/dot11d.c
index 68f53013cb95..6d57abedaa34 100644
--- a/drivers/staging/rtl8192e/dot11d.c
+++ b/drivers/staging/rtl8192e/dot11d.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /******************************************************************************
  * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved.
  *
-- 
2.20.1



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

* [PATCH v3 2/2] staging: rtl8192e: remove boilerplate license text
  2019-03-13 14:53 [PATCH v3 0/2] SPDX Cleanups Jules Irenge
  2019-03-13 14:53 ` [PATCH v3 1/2] staging: rtl8192e: add SPDX GPL-2.0 license identifier Jules Irenge
@ 2019-03-13 14:53 ` Jules Irenge
  1 sibling, 0 replies; 3+ messages in thread
From: Jules Irenge @ 2019-03-13 14:53 UTC (permalink / raw)
  To: gregkh; +Cc: linux-kernel, outreachy-kernel

Remove boilerplate license text.

Signed-off-by: Jules Irenge <jbi.octave@gmail.com>
---
 drivers/staging/rtl8192e/dot11d.c | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/drivers/staging/rtl8192e/dot11d.c b/drivers/staging/rtl8192e/dot11d.c
index 6d57abedaa34..82c11caeee7a 100644
--- a/drivers/staging/rtl8192e/dot11d.c
+++ b/drivers/staging/rtl8192e/dot11d.c
@@ -2,14 +2,6 @@
 /******************************************************************************
  * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved.
  *
- * 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.
- *
- * The full GNU General Public License is included in this distribution in the
- * file called LICENSE.
- *
  * Contact Information:
  * wlanfae <wlanfae@realtek.com>
  ******************************************************************************/
-- 
2.20.1



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

end of thread, other threads:[~2019-03-13 14:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-13 14:53 [PATCH v3 0/2] SPDX Cleanups Jules Irenge
2019-03-13 14:53 ` [PATCH v3 1/2] staging: rtl8192e: add SPDX GPL-2.0 license identifier Jules Irenge
2019-03-13 14:53 ` [PATCH v3 2/2] staging: rtl8192e: remove boilerplate license 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.