Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Staging: rtl8192e: Replace license text with SPDX identifier

- adds the SPDX GPL-2.0 license identifier which solves the checkpatch.pl warning
- Removed license boilerplate text
- Issue found with checkpatch.pl warning:
"WARNING: Missing or malformed SPDX-License-Identifier tag in line 1"

Signed-off-by: Bhanusree Pola <bhanusreemahesh@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Bhanusree Pola and committed by
Greg Kroah-Hartman
160e2c9d 047d4abc

+1 -8
+1 -8
drivers/staging/rtl8192e/dot11d.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /****************************************************************************** 2 3 * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. 3 - * 4 - * This program is distributed in the hope that it will be useful, but WITHOUT 5 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 6 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 7 - * more details. 8 - * 9 - * The full GNU General Public License is included in this distribution in the 10 - * file called LICENSE. 11 4 * 12 5 * Contact Information: 13 6 * wlanfae <wlanfae@realtek.com>