All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: mt7621-eth: add SPDX GPL-2.0 license identifier
@ 2019-02-25 15:48 Jules Irenge
  2019-02-25 15:56 ` [Outreachy kernel] " Julia Lawall
  0 siblings, 1 reply; 2+ messages in thread
From: Jules Irenge @ 2019-02-25 15:48 UTC (permalink / raw)
  To: gregkh; +Cc: outreachy-kernel, Jules Irenge

adds SPDX GPL-2.0 license to clear missing or malformed SPDX warning

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

diff --git a/drivers/staging/mt7621-eth/ethtool.h b/drivers/staging/mt7621-eth/ethtool.h
index 40b4cf011660..d0e97ae0d82e 100644
--- a/drivers/staging/mt7621-eth/ethtool.h
+++ b/drivers/staging/mt7621-eth/ethtool.h
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /*   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; version 2 of the License
-- 
2.20.1



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

end of thread, other threads:[~2019-02-25 15:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-25 15:48 [PATCH] staging: mt7621-eth: add SPDX GPL-2.0 license identifier Jules Irenge
2019-02-25 15:56 ` [Outreachy kernel] " Julia Lawall

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.