diff options
author | Larry Finger <Larry.Finger@lwfinger.net> | 2019-02-14 20:59:08 +0100 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2019-02-19 15:59:43 +0100 |
commit | d27a76fa5a666eee9e892ea1abaed97374d6bfc3 (patch) | |
tree | 78f2c6a8a7e46cf4bfab5b92ab0ab24174d20f01 /drivers/net/wireless/realtek/rtlwifi/cam.c | |
parent | Merge tag 'mt76-for-kvalo-2019-02-18' of https://github.com/nbd168/wireless (diff) | |
download | linux-d27a76fa5a666eee9e892ea1abaed97374d6bfc3.tar.xz linux-d27a76fa5a666eee9e892ea1abaed97374d6bfc3.zip |
rtlwifi: 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/cam.c')
-rw-r--r-- | drivers/net/wireless/realtek/rtlwifi/cam.c | 27 |
1 files changed, 3 insertions, 24 deletions
diff --git a/drivers/net/wireless/realtek/rtlwifi/cam.c b/drivers/net/wireless/realtek/rtlwifi/cam.c index f7a7dcbf945e..bf0e0bb1f99b 100644 --- a/drivers/net/wireless/realtek/rtlwifi/cam.c +++ b/drivers/net/wireless/realtek/rtlwifi/cam.c @@ -1,27 +1,6 @@ -/****************************************************************************** - * - * Copyright(c) 2009-2012 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-2012 Realtek Corporation.*/ + #include "wifi.h" #include "cam.h" #include <linux/export.h> |