staging: rtl8192e: Add SPDX-License-Identifier - Style

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Zach Turner 2018-10-23 13:36:09 -06:00 committed by Greg Kroah-Hartman
parent a55e7eecb5
commit de770acb07

View File

@ -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>