diff options
author | Larry Finger | 2019-02-14 20:59:19 +0100 |
---|---|---|
committer | Kalle Valo | 2019-02-19 16:00:39 +0100 |
commit | 2a7274ee12cc390de092bfdb741cc0a2ca9f109d (patch) | |
tree | 12724b327d7a2ed454961af0c2d6f1249f325948 /drivers/net/wireless/realtek/rtlwifi/rtl8723com/phy_common.c | |
parent | rtlwifi: rtl8723be: Replace old-style license information (diff) | |
download | kernel-qcow2-linux-2a7274ee12cc390de092bfdb741cc0a2ca9f109d.tar.gz kernel-qcow2-linux-2a7274ee12cc390de092bfdb741cc0a2ca9f109d.tar.xz kernel-qcow2-linux-2a7274ee12cc390de092bfdb741cc0a2ca9f109d.zip |
rtlwifi: rtl8723_common: Replace old-style license information
The traditional license information is replaced by the SPDX form. There
are no code changes.
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers/net/wireless/realtek/rtlwifi/rtl8723com/phy_common.c')
-rw-r--r-- | drivers/net/wireless/realtek/rtlwifi/rtl8723com/phy_common.c | 26 |
1 files changed, 2 insertions, 24 deletions
diff --git a/drivers/net/wireless/realtek/rtlwifi/rtl8723com/phy_common.c b/drivers/net/wireless/realtek/rtlwifi/rtl8723com/phy_common.c index 43d24e1ee5e6..aae14c68bf69 100644 --- a/drivers/net/wireless/realtek/rtlwifi/rtl8723com/phy_common.c +++ b/drivers/net/wireless/realtek/rtlwifi/rtl8723com/phy_common.c @@ -1,27 +1,5 @@ -/****************************************************************************** - * - * Copyright(c) 2009-2014 Realtek Corporation. - * - * 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. - * - * The full GNU General Public License is included in this distribution in the - * file called LICENSE. - * - * Contact Information: - * wlanfae <wlanfae@realtek.com> - * Realtek Corporation, No. 2, Innovation Road II, Hsinchu Science Park, - * Hsinchu 300, Taiwan. - * - * Larry Finger <Larry.Finger@lwfinger.net> - * - *****************************************************************************/ +// SPDX-License-Identifier: GPL-2.0 +/* Copyright(c) 2009-2014 Realtek Corporation.*/ #include "../wifi.h" #include "phy_common.h" |