* [PATCH v2] staging: rtl8192e: Add SPDX-License-Identifier - Style
@ 2018-10-23 19:32 Zach Turner
0 siblings, 0 replies; 2+ messages in thread
From: Zach Turner @ 2018-10-23 19:32 UTC (permalink / raw)
To: gregkh, hwentland, manasi.d.navare, daniel.vetter,
outreachy-kernel
Add SPDX-Licens-Identifier tag to the start of the file. This is
a coding style change which should not impact the runtime code execution.
Signed-off-by: Zach Turner <turnerzdp@gmail.com>
---
Changes in v2:
- Remove the boilerplate license text
- Fix SPDX identifier to be GPL-2.0
drivers/staging/rtl8192e/rtllib_crypt_ccmp.c | 9 ++-------
1 file changed, 2 insertions(+), 7 deletions(-)
diff --git a/drivers/staging/rtl8192e/rtllib_crypt_ccmp.c b/drivers/staging/rtl8192e/rtllib_crypt_ccmp.c
index bc45cf098b04..07980c0b8a14 100644
--- a/drivers/staging/rtl8192e/rtllib_crypt_ccmp.c
+++ b/drivers/staging/rtl8192e/rtllib_crypt_ccmp.c
@@ -1,12 +1,7 @@
-/*
- * Host AP crypt: host-based CCMP encryption implementation for Host AP driver
+// SPDX-License-Identifier: GPL-2.0
+/* Host AP crypt: host-based CCMP encryption implementation for Host AP driver
*
* Copyright (c) 2003-2004, Jouni Malinen <jkmaline@cc.hut.fi>
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation. See README and COPYING for
- * more details.
*/
#include <linux/module.h>
--
2.17.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH v2] staging: rtl8192e: Add SPDX-License-Identifier - Style
@ 2018-10-23 19:36 Zach Turner
0 siblings, 0 replies; 2+ messages in thread
From: Zach Turner @ 2018-10-23 19:36 UTC (permalink / raw)
To: gregkh, hwentland, manasi.d.navare, daniel.vetter,
outreachy-kernel
Cc: jkmaline
Add SPDX-Licens-Identifier tag to the start of the file. This is
a coding style change which should not impact the runtime code execution.
Signed-off-by: Zach Turner <turnerzdp@gmail.com>
---
Changes in v2:
- Remove the boilerplate license text
- Fix SPDX identifier to be GPL-2.0
drivers/staging/rtl8192e/rtllib_crypt_ccmp.c | 9 ++-------
1 file changed, 2 insertions(+), 7 deletions(-)
diff --git a/drivers/staging/rtl8192e/rtllib_crypt_ccmp.c b/drivers/staging/rtl8192e/rtllib_crypt_ccmp.c
index bc45cf098b04..07980c0b8a14 100644
--- a/drivers/staging/rtl8192e/rtllib_crypt_ccmp.c
+++ b/drivers/staging/rtl8192e/rtllib_crypt_ccmp.c
@@ -1,12 +1,7 @@
-/*
- * Host AP crypt: host-based CCMP encryption implementation for Host AP driver
+// SPDX-License-Identifier: GPL-2.0
+/* Host AP crypt: host-based CCMP encryption implementation for Host AP driver
*
* Copyright (c) 2003-2004, Jouni Malinen <jkmaline@cc.hut.fi>
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation. See README and COPYING for
- * more details.
*/
#include <linux/module.h>
--
2.17.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-10-23 19:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-23 19:32 [PATCH v2] staging: rtl8192e: Add SPDX-License-Identifier - Style Zach Turner
-- strict thread matches above, loose matches on Subject: below --
2018-10-23 19:36 Zach Turner
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.