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

rtlwifi: rtl8821ae: 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>

authored by

Larry Finger and committed by
Kalle Valo
03f3dd37 2a7274ee

+45 -531
+2 -24
drivers/net/wireless/realtek/rtlwifi/rtl8821ae/def.h
··· 1 - /****************************************************************************** 2 - * 3 - * Copyright(c) 2009-2010 Realtek Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms of version 2 of the GNU General Public License as 7 - * published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope that it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 - * The full GNU General Public License is included in this distribution in the 15 - * file called LICENSE. 16 - * 17 - * Contact Information: 18 - * wlanfae <wlanfae@realtek.com> 19 - * Realtek Corporation, No. 2, Innovation Road II, Hsinchu Science Park, 20 - * Hsinchu 300, Taiwan. 21 - * 22 - * Larry Finger <Larry.Finger@lwfinger.net> 23 - * 24 - *****************************************************************************/ 1 + /* SPDX-License-Identifier: GPL-2.0 */ 2 + /* Copyright(c) 2009-2010 Realtek Corporation.*/ 25 3 26 4 #ifndef __RTL8821AE_DEF_H__ 27 5 #define __RTL8821AE_DEF_H__
+2 -24
drivers/net/wireless/realtek/rtlwifi/rtl8821ae/dm.c
··· 1 - /****************************************************************************** 2 - * 3 - * Copyright(c) 2009-2010 Realtek Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms of version 2 of the GNU General Public License as 7 - * published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope that it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 - * The full GNU General Public License is included in this distribution in the 15 - * file called LICENSE. 16 - * 17 - * Contact Information: 18 - * wlanfae <wlanfae@realtek.com> 19 - * Realtek Corporation, No. 2, Innovation Road II, Hsinchu Science Park, 20 - * Hsinchu 300, Taiwan. 21 - * 22 - * Larry Finger <Larry.Finger@lwfinger.net> 23 - * 24 - *****************************************************************************/ 1 + // SPDX-License-Identifier: GPL-2.0 2 + /* Copyright(c) 2009-2010 Realtek Corporation.*/ 25 3 26 4 #include "../wifi.h" 27 5 #include "../base.h"
+2 -24
drivers/net/wireless/realtek/rtlwifi/rtl8821ae/dm.h
··· 1 - /****************************************************************************** 2 - * 3 - * Copyright(c) 2009-2010 Realtek Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms of version 2 of the GNU General Public License as 7 - * published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope that it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 - * The full GNU General Public License is included in this distribution in the 15 - * file called LICENSE. 16 - * 17 - * Contact Information: 18 - * wlanfae <wlanfae@realtek.com> 19 - * Realtek Corporation, No. 2, Innovation Road II, Hsinchu Science Park, 20 - * Hsinchu 300, Taiwan. 21 - * 22 - * Larry Finger <Larry.Finger@lwfinger.net> 23 - * 24 - *****************************************************************************/ 1 + /* SPDX-License-Identifier: GPL-2.0 */ 2 + /* Copyright(c) 2009-2010 Realtek Corporation.*/ 25 3 26 4 #ifndef __RTL8821AE_DM_H__ 27 5 #define __RTL8821AE_DM_H__
+2 -24
drivers/net/wireless/realtek/rtlwifi/rtl8821ae/fw.c
··· 1 - /****************************************************************************** 2 - * 3 - * Copyright(c) 2009-2010 Realtek Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms of version 2 of the GNU General Public License as 7 - * published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope that it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 - * The full GNU General Public License is included in this distribution in the 15 - * file called LICENSE. 16 - * 17 - * Contact Information: 18 - * wlanfae <wlanfae@realtek.com> 19 - * Realtek Corporation, No. 2, Innovation Road II, Hsinchu Science Park, 20 - * Hsinchu 300, Taiwan. 21 - * 22 - * Larry Finger <Larry.Finger@lwfinger.net> 23 - * 24 - *****************************************************************************/ 1 + // SPDX-License-Identifier: GPL-2.0 2 + /* Copyright(c) 2009-2010 Realtek Corporation.*/ 25 3 26 4 #include "../wifi.h" 27 5 #include "../pci.h"
+2 -23
drivers/net/wireless/realtek/rtlwifi/rtl8821ae/fw.h
··· 1 - /****************************************************************************** 2 - * 3 - * Copyright(c) 2009-2010 Realtek Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms of version 2 of the GNU General Public License as 7 - * published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope that it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 - * The full GNU General Public License is included in this distribution in the 15 - * file called LICENSE. 16 - * 17 - * Contact Information: 18 - * wlanfae <wlanfae@realtek.com> 19 - * Realtek Corporation, No. 2, Innovation Road II, Hsinchu Science Park, 20 - * Hsinchu 300, Taiwan. 21 - * Larry Finger <Larry.Finger@lwfinger.net> 22 - * 23 - *****************************************************************************/ 1 + /* SPDX-License-Identifier: GPL-2.0 */ 2 + /* Copyright(c) 2009-2010 Realtek Corporation.*/ 24 3 25 4 #ifndef __RTL8821AE__FW__H__ 26 5 #define __RTL8821AE__FW__H__
+2 -24
drivers/net/wireless/realtek/rtlwifi/rtl8821ae/hw.c
··· 1 - /****************************************************************************** 2 - * 3 - * Copyright(c) 2009-2010 Realtek Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms of version 2 of the GNU General Public License as 7 - * published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope that it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 - * The full GNU General Public License is included in this distribution in the 15 - * file called LICENSE. 16 - * 17 - * Contact Information: 18 - * wlanfae <wlanfae@realtek.com> 19 - * Realtek Corporation, No. 2, Innovation Road II, Hsinchu Science Park, 20 - * Hsinchu 300, Taiwan. 21 - * 22 - * Larry Finger <Larry.Finger@lwfinger.net> 23 - * 24 - *****************************************************************************/ 1 + // SPDX-License-Identifier: GPL-2.0 2 + /* Copyright(c) 2009-2010 Realtek Corporation.*/ 25 3 26 4 #include "../wifi.h" 27 5 #include "../efuse.h"
+2 -24
drivers/net/wireless/realtek/rtlwifi/rtl8821ae/hw.h
··· 1 - /****************************************************************************** 2 - * 3 - * Copyright(c) 2009-2010 Realtek Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms of version 2 of the GNU General Public License as 7 - * published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope that it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 - * The full GNU General Public License is included in this distribution in the 15 - * file called LICENSE. 16 - * 17 - * Contact Information: 18 - * wlanfae <wlanfae@realtek.com> 19 - * Realtek Corporation, No. 2, Innovation Road II, Hsinchu Science Park, 20 - * Hsinchu 300, Taiwan. 21 - * 22 - * Larry Finger <Larry.Finger@lwfinger.net> 23 - * 24 - *****************************************************************************/ 1 + /* SPDX-License-Identifier: GPL-2.0 */ 2 + /* Copyright(c) 2009-2010 Realtek Corporation.*/ 25 3 26 4 #ifndef __RTL8821AE_HW_H__ 27 5 #define __RTL8821AE_HW_H__
+2 -24
drivers/net/wireless/realtek/rtlwifi/rtl8821ae/led.c
··· 1 - /****************************************************************************** 2 - * 3 - * Copyright(c) 2009-2010 Realtek Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms of version 2 of the GNU General Public License as 7 - * published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope that it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 - * The full GNU General Public License is included in this distribution in the 15 - * file called LICENSE. 16 - * 17 - * Contact Information: 18 - * wlanfae <wlanfae@realtek.com> 19 - * Realtek Corporation, No. 2, Innovation Road II, Hsinchu Science Park, 20 - * Hsinchu 300, Taiwan. 21 - * 22 - * Larry Finger <Larry.Finger@lwfinger.net> 23 - * 24 - *****************************************************************************/ 1 + // SPDX-License-Identifier: GPL-2.0 2 + /* Copyright(c) 2009-2010 Realtek Corporation.*/ 25 3 26 4 #include "../wifi.h" 27 5 #include "../pci.h"
+2 -24
drivers/net/wireless/realtek/rtlwifi/rtl8821ae/led.h
··· 1 - /****************************************************************************** 2 - * 3 - * Copyright(c) 2009-2010 Realtek Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms of version 2 of the GNU General Public License as 7 - * published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope that it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 - * The full GNU General Public License is included in this distribution in the 15 - * file called LICENSE. 16 - * 17 - * Contact Information: 18 - * wlanfae <wlanfae@realtek.com> 19 - * Realtek Corporation, No. 2, Innovation Road II, Hsinchu Science Park, 20 - * Hsinchu 300, Taiwan. 21 - * 22 - * Larry Finger <Larry.Finger@lwfinger.net> 23 - * 24 - *****************************************************************************/ 1 + /* SPDX-License-Identifier: GPL-2.0 */ 2 + /* Copyright(c) 2009-2010 Realtek Corporation.*/ 25 3 26 4 #ifndef __RTL8821AE_LED_H__ 27 5 #define __RTL8821AE_LED_H__
+2 -24
drivers/net/wireless/realtek/rtlwifi/rtl8821ae/phy.c
··· 1 - /****************************************************************************** 2 - * 3 - * Copyright(c) 2009-2010 Realtek Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms of version 2 of the GNU General Public License as 7 - * published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope that it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 - * The full GNU General Public License is included in this distribution in the 15 - * file called LICENSE. 16 - * 17 - * Contact Information: 18 - * wlanfae <wlanfae@realtek.com> 19 - * Realtek Corporation, No. 2, Innovation Road II, Hsinchu Science Park, 20 - * Hsinchu 300, Taiwan. 21 - * 22 - * Larry Finger <Larry.Finger@lwfinger.net> 23 - * 24 - *****************************************************************************/ 1 + // SPDX-License-Identifier: GPL-2.0 2 + /* Copyright(c) 2009-2010 Realtek Corporation.*/ 25 3 26 4 #include "../wifi.h" 27 5 #include "../pci.h"
+2 -24
drivers/net/wireless/realtek/rtlwifi/rtl8821ae/phy.h
··· 1 - /****************************************************************************** 2 - * 3 - * Copyright(c) 2009-2010 Realtek Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms of version 2 of the GNU General Public License as 7 - * published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope that it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 - * The full GNU General Public License is included in this distribution in the 15 - * file called LICENSE. 16 - * 17 - * Contact Information: 18 - * wlanfae <wlanfae@realtek.com> 19 - * Realtek Corporation, No. 2, Innovation Road II, Hsinchu Science Park, 20 - * Hsinchu 300, Taiwan. 21 - * 22 - * Larry Finger <Larry.Finger@lwfinger.net> 23 - * 24 - *****************************************************************************/ 1 + /* SPDX-License-Identifier: GPL-2.0 */ 2 + /* Copyright(c) 2009-2010 Realtek Corporation.*/ 25 3 26 4 #ifndef __RTL8821AE_PHY_H__ 27 5 #define __RTL8821AE_PHY_H__
+2 -24
drivers/net/wireless/realtek/rtlwifi/rtl8821ae/pwrseq.c
··· 1 - /****************************************************************************** 2 - * 3 - * Copyright(c) 2009-2010 Realtek Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms of version 2 of the GNU General Public License as 7 - * published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope that it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 - * The full GNU General Public License is included in this distribution in the 15 - * file called LICENSE. 16 - * 17 - * Contact Information: 18 - * wlanfae <wlanfae@realtek.com> 19 - * Realtek Corporation, No. 2, Innovation Road II, Hsinchu Science Park, 20 - * Hsinchu 300, Taiwan. 21 - * 22 - * Larry Finger <Larry.Finger@lwfinger.net> 23 - * 24 - *****************************************************************************/ 1 + // SPDX-License-Identifier: GPL-2.0 2 + /* Copyright(c) 2009-2010 Realtek Corporation.*/ 25 3 26 4 #include "../pwrseqcmd.h" 27 5 #include "pwrseq.h"
+2 -24
drivers/net/wireless/realtek/rtlwifi/rtl8821ae/pwrseq.h
··· 1 - /****************************************************************************** 2 - * 3 - * Copyright(c) 2009-2010 Realtek Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms of version 2 of the GNU General Public License as 7 - * published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope that it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 - * The full GNU General Public License is included in this distribution in the 15 - * file called LICENSE. 16 - * 17 - * Contact Information: 18 - * wlanfae <wlanfae@realtek.com> 19 - * Realtek Corporation, No. 2, Innovation Road II, Hsinchu Science Park, 20 - * Hsinchu 300, Taiwan. 21 - * 22 - * Larry Finger <Larry.Finger@lwfinger.net> 23 - * 24 - *****************************************************************************/ 1 + /* SPDX-License-Identifier: GPL-2.0 */ 2 + /* Copyright(c) 2009-2010 Realtek Corporation.*/ 25 3 26 4 #ifndef __RTL8821AE_PWRSEQ_H__ 27 5 #define __RTL8821AE_PWRSEQ_H__
+2 -24
drivers/net/wireless/realtek/rtlwifi/rtl8821ae/reg.h
··· 1 - /****************************************************************************** 2 - * 3 - * Copyright(c) 2009-2010 Realtek Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms of version 2 of the GNU General Public License as 7 - * published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope that it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 - * The full GNU General Public License is included in this distribution in the 15 - * file called LICENSE. 16 - * 17 - * Contact Information: 18 - * wlanfae <wlanfae@realtek.com> 19 - * Realtek Corporation, No. 2, Innovation Road II, Hsinchu Science Park, 20 - * Hsinchu 300, Taiwan. 21 - * 22 - * Larry Finger <Larry.Finger@lwfinger.net> 23 - * 24 - *****************************************************************************/ 1 + /* SPDX-License-Identifier: GPL-2.0 */ 2 + /* Copyright(c) 2009-2010 Realtek Corporation.*/ 25 3 26 4 #ifndef __RTL8821AE_REG_H__ 27 5 #define __RTL8821AE_REG_H__
+2 -24
drivers/net/wireless/realtek/rtlwifi/rtl8821ae/rf.c
··· 1 - /****************************************************************************** 2 - * 3 - * Copyright(c) 2009-2010 Realtek Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms of version 2 of the GNU General Public License as 7 - * published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope that it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 - * The full GNU General Public License is included in this distribution in the 15 - * file called LICENSE. 16 - * 17 - * Contact Information: 18 - * wlanfae <wlanfae@realtek.com> 19 - * Realtek Corporation, No. 2, Innovation Road II, Hsinchu Science Park, 20 - * Hsinchu 300, Taiwan. 21 - * 22 - * Larry Finger <Larry.Finger@lwfinger.net> 23 - * 24 - *****************************************************************************/ 1 + // SPDX-License-Identifier: GPL-2.0 2 + /* Copyright(c) 2009-2010 Realtek Corporation.*/ 25 3 26 4 #include "../wifi.h" 27 5 #include "reg.h"
+2 -24
drivers/net/wireless/realtek/rtlwifi/rtl8821ae/rf.h
··· 1 - /****************************************************************************** 2 - * 3 - * Copyright(c) 2009-2010 Realtek Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms of version 2 of the GNU General Public License as 7 - * published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope that it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 - * The full GNU General Public License is included in this distribution in the 15 - * file called LICENSE. 16 - * 17 - * Contact Information: 18 - * wlanfae <wlanfae@realtek.com> 19 - * Realtek Corporation, No. 2, Innovation Road II, Hsinchu Science Park, 20 - * Hsinchu 300, Taiwan. 21 - * 22 - * Larry Finger <Larry.Finger@lwfinger.net> 23 - * 24 - *****************************************************************************/ 1 + /* SPDX-License-Identifier: GPL-2.0 */ 2 + /* Copyright(c) 2009-2010 Realtek Corporation.*/ 25 3 26 4 #ifndef __RTL8821AE_RF_H__ 27 5 #define __RTL8821AE_RF_H__
+2 -24
drivers/net/wireless/realtek/rtlwifi/rtl8821ae/sw.c
··· 1 - /****************************************************************************** 2 - * 3 - * Copyright(c) 2009-2010 Realtek Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms of version 2 of the GNU General Public License as 7 - * published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope that it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 - * The full GNU General Public License is included in this distribution in the 15 - * file called LICENSE. 16 - * 17 - * Contact Information: 18 - * wlanfae <wlanfae@realtek.com> 19 - * Realtek Corporation, No. 2, Innovation Road II, Hsinchu Science Park, 20 - * Hsinchu 300, Taiwan. 21 - * 22 - * Larry Finger <Larry.Finger@lwfinger.net> 23 - * 24 - *****************************************************************************/ 1 + // SPDX-License-Identifier: GPL-2.0 2 + /* Copyright(c) 2009-2010 Realtek Corporation.*/ 25 3 26 4 #include "../wifi.h" 27 5 #include "../core.h"
+2 -24
drivers/net/wireless/realtek/rtlwifi/rtl8821ae/sw.h
··· 1 - /****************************************************************************** 2 - * 3 - * Copyright(c) 2009-2010 Realtek Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms of version 2 of the GNU General Public License as 7 - * published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope that it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 - * The full GNU General Public License is included in this distribution in the 15 - * file called LICENSE. 16 - * 17 - * Contact Information: 18 - * wlanfae <wlanfae@realtek.com> 19 - * Realtek Corporation, No. 2, Innovation Road II, Hsinchu Science Park, 20 - * Hsinchu 300, Taiwan. 21 - * 22 - * Larry Finger <Larry.Finger@lwfinger.net> 23 - * 24 - *****************************************************************************/ 1 + /* SPDX-License-Identifier: GPL-2.0 */ 2 + /* Copyright(c) 2009-2010 Realtek Corporation.*/ 25 3 26 4 #ifndef __RTL8821AE_SW_H__ 27 5 #define __RTL8821AE_SW_H__
+3 -26
drivers/net/wireless/realtek/rtlwifi/rtl8821ae/table.c
··· 1 - /****************************************************************************** 2 - * 3 - * Copyright(c) 2009-2010 Realtek Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms of version 2 of the GNU General Public License as 7 - * published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope that it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 - * The full GNU General Public License is included in this distribution in the 15 - * file called LICENSE. 16 - * 17 - * Contact Information: 18 - * wlanfae <wlanfae@realtek.com> 19 - * Realtek Corporation, No. 2, Innovation Road II, Hsinchu Science Park, 20 - * Hsinchu 300, Taiwan. 21 - * 22 - * Created on 2010/ 5/18, 1:41 23 - * 24 - * Larry Finger <Larry.Finger@lwfinger.net> 25 - * 26 - *****************************************************************************/ 1 + // SPDX-License-Identifier: GPL-2.0 2 + /* Copyright(c) 2009-2010 Realtek Corporation.*/ 3 + 27 4 #include <linux/kernel.h> 28 5 #include "table.h" 29 6 u32 RTL8812AE_PHY_REG_ARRAY[] = {
+2 -26
drivers/net/wireless/realtek/rtlwifi/rtl8821ae/table.h
··· 1 - /****************************************************************************** 2 - * 3 - * Copyright(c) 2009-2010 Realtek Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms of version 2 of the GNU General Public License as 7 - * published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope that it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 - * The full GNU General Public License is included in this distribution in the 15 - * file called LICENSE. 16 - * 17 - * Contact Information: 18 - * wlanfae <wlanfae@realtek.com> 19 - * Realtek Corporation, No. 2, Innovation Road II, Hsinchu Science Park, 20 - * Hsinchu 300, Taiwan. 21 - * 22 - * Created on 2010/ 5/18, 1:41 23 - * 24 - * Larry Finger <Larry.Finger@lwfinger.net> 25 - * 26 - *****************************************************************************/ 1 + /* SPDX-License-Identifier: GPL-2.0 */ 2 + /* Copyright(c) 2009-2010 Realtek Corporation.*/ 27 3 28 4 #ifndef __RTL8821AE_TABLE__H_ 29 5 #define __RTL8821AE_TABLE__H_
+2 -24
drivers/net/wireless/realtek/rtlwifi/rtl8821ae/trx.c
··· 1 - /****************************************************************************** 2 - * 3 - * Copyright(c) 2009-2010 Realtek Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms of version 2 of the GNU General Public License as 7 - * published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope that it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 - * The full GNU General Public License is included in this distribution in the 15 - * file called LICENSE. 16 - * 17 - * Contact Information: 18 - * wlanfae <wlanfae@realtek.com> 19 - * Realtek Corporation, No. 2, Innovation Road II, Hsinchu Science Park, 20 - * Hsinchu 300, Taiwan. 21 - * 22 - * Larry Finger <Larry.Finger@lwfinger.net> 23 - * 24 - *****************************************************************************/ 1 + // SPDX-License-Identifier: GPL-2.0 2 + /* Copyright(c) 2009-2010 Realtek Corporation.*/ 25 3 26 4 #include "../wifi.h" 27 5 #include "../pci.h"
+2 -24
drivers/net/wireless/realtek/rtlwifi/rtl8821ae/trx.h
··· 1 - /****************************************************************************** 2 - * 3 - * Copyright(c) 2009-2010 Realtek Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms of version 2 of the GNU General Public License as 7 - * published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope that it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 - * The full GNU General Public License is included in this distribution in the 15 - * file called LICENSE. 16 - * 17 - * Contact Information: 18 - * wlanfae <wlanfae@realtek.com> 19 - * Realtek Corporation, No. 2, Innovation Road II, Hsinchu Science Park, 20 - * Hsinchu 300, Taiwan. 21 - * 22 - * Larry Finger <Larry.Finger@lwfinger.net> 23 - * 24 - *****************************************************************************/ 1 + /* SPDX-License-Identifier: GPL-2.0 */ 2 + /* Copyright(c) 2009-2010 Realtek Corporation.*/ 25 3 26 4 #ifndef __RTL8821AE_TRX_H__ 27 5 #define __RTL8821AE_TRX_H__