Commit de770acb authored by Zach Turner's avatar Zach Turner Committed by Greg Kroah-Hartman

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: default avatarZach Turner <turnerzdp@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent a55e7eec
/* // SPDX-License-Identifier: GPL-2.0
* Host AP crypt: host-based CCMP encryption implementation for Host AP driver /* Host AP crypt: host-based CCMP encryption implementation for Host AP driver
* *
* Copyright (c) 2003-2004, Jouni Malinen <jkmaline@cc.hut.fi> * 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> #include <linux/module.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment