summaryrefslogtreecommitdiff
path: root/drivers/staging/r8188eu/core/rtw_security.c
diff options
context:
space:
mode:
authorLarry Finger <Larry.Finger@lwfinger.net>2021-07-29 11:48:12 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-07-30 10:21:25 +0200
commit762b759a4232714f75bdcdf291a64003d5d3292f (patch)
tree364a0af1cd6180d31ca1c2d2a5caf9e53d03e2f9 /drivers/staging/r8188eu/core/rtw_security.c
parentb5f3122d22d581f3e037f73a300c12070b5b6b74 (diff)
staging: r8188eu: Convert header copyright info to SPDX format, part 4
Before this driver can be incorporated in the drivers/net/wireless tree, the copyright info in all files must be converted to SPDX notation. This patch converts the 23 C source files in core/. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Link: https://lore.kernel.org/r/20210729164814.32097-5-Larry.Finger@lwfinger.net Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/r8188eu/core/rtw_security.c')
-rw-r--r--drivers/staging/r8188eu/core/rtw_security.c22
1 files changed, 3 insertions, 19 deletions
diff --git a/drivers/staging/r8188eu/core/rtw_security.c b/drivers/staging/r8188eu/core/rtw_security.c
index 1da908694e18..5df970994e23 100644
--- a/drivers/staging/r8188eu/core/rtw_security.c
+++ b/drivers/staging/r8188eu/core/rtw_security.c
@@ -1,22 +1,6 @@
-/******************************************************************************
- *
- * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved.
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of version 2 of the GNU General Public License as
- * published by the Free Software Foundation.
- *
- * 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.
- *
- * You should have received a copy of the GNU General Public License along with
- * this program; if not, write to the Free Software Foundation, Inc.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
- *
- *
- ******************************************************************************/
+// SPDX-License-Identifier: GPL-2.0
+/* Copyright(c) 2007 - 2011 Realtek Corporation. */
+
#define _RTW_SECURITY_C_
#include <osdep_service.h>