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

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>

authored by

Larry Finger and committed by
Kalle Valo
d27a76fa af5399b2

+51 -570
+2 -24
drivers/net/wireless/realtek/rtlwifi/base.c
··· 1 - /****************************************************************************** 2 - * 3 - * Copyright(c) 2009-2012 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-2012 Realtek Corporation.*/ 25 3 26 4 #include "wifi.h" 27 5 #include "rc.h"
+2 -24
drivers/net/wireless/realtek/rtlwifi/base.h
··· 1 - /****************************************************************************** 2 - * 3 - * Copyright(c) 2009-2012 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-2012 Realtek Corporation.*/ 25 3 26 4 #ifndef __RTL_BASE_H__ 27 5 #define __RTL_BASE_H__
+3 -24
drivers/net/wireless/realtek/rtlwifi/cam.c
··· 1 - /****************************************************************************** 2 - * 3 - * Copyright(c) 2009-2012 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-2012 Realtek Corporation.*/ 3 + 25 4 #include "wifi.h" 26 5 #include "cam.h" 27 6 #include <linux/export.h>
+2 -24
drivers/net/wireless/realtek/rtlwifi/cam.h
··· 1 - /****************************************************************************** 2 - * 3 - * Copyright(c) 2009-2012 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-2012 Realtek Corporation.*/ 25 3 26 4 #ifndef __RTL_CAM_H_ 27 5 #define __RTL_CAM_H_
+2 -24
drivers/net/wireless/realtek/rtlwifi/core.c
··· 1 - /****************************************************************************** 2 - * 3 - * Copyright(c) 2009-2012 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-2012 Realtek Corporation.*/ 25 3 26 4 #include "wifi.h" 27 5 #include "core.h"
+2 -24
drivers/net/wireless/realtek/rtlwifi/core.h
··· 1 - /****************************************************************************** 2 - * 3 - * Copyright(c) 2009-2012 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-2012 Realtek Corporation.*/ 25 3 26 4 #ifndef __RTL_CORE_H__ 27 5 #define __RTL_CORE_H__
+2 -23
drivers/net/wireless/realtek/rtlwifi/debug.c
··· 1 - /****************************************************************************** 2 - * 3 - * Copyright(c) 2009-2012 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 - *****************************************************************************/ 1 + // SPDX-License-Identifier: GPL-2.0 2 + /* Copyright(c) 2009-2012 Realtek Corporation.*/ 24 3 25 4 #include "wifi.h" 26 5 #include "cam.h"
+2 -23
drivers/net/wireless/realtek/rtlwifi/debug.h
··· 1 - /****************************************************************************** 2 - * 3 - * Copyright(c) 2009-2012 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 - *****************************************************************************/ 1 + /* SPDX-License-Identifier: GPL-2.0 */ 2 + /* Copyright(c) 2009-2012 Realtek Corporation.*/ 24 3 25 4 #ifndef __RTL_DEBUG_H__ 26 5 #define __RTL_DEBUG_H__
+3 -24
drivers/net/wireless/realtek/rtlwifi/efuse.c
··· 1 - /****************************************************************************** 2 - * 3 - * Copyright(c) 2009-2012 Realtek Corporation. 4 - * 5 - * Tmis 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 - * Tmis 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 - * Tme 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-2012 Realtek Corporation.*/ 3 + 25 4 #include "wifi.h" 26 5 #include "efuse.h" 27 6 #include "pci.h"
+2 -24
drivers/net/wireless/realtek/rtlwifi/efuse.h
··· 1 - /****************************************************************************** 2 - * 3 - * Copyright(c) 2009-2012 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-2012 Realtek Corporation.*/ 25 3 26 4 #ifndef __RTL_EFUSE_H_ 27 5 #define __RTL_EFUSE_H_
+2 -24
drivers/net/wireless/realtek/rtlwifi/pci.c
··· 1 - /****************************************************************************** 2 - * 3 - * Copyright(c) 2009-2012 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-2012 Realtek Corporation.*/ 25 3 26 4 #include "wifi.h" 27 5 #include "core.h"
+2 -24
drivers/net/wireless/realtek/rtlwifi/pci.h
··· 1 - /****************************************************************************** 2 - * 3 - * Copyright(c) 2009-2012 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-2012 Realtek Corporation.*/ 25 3 26 4 #ifndef __RTL_PCI_H__ 27 5 #define __RTL_PCI_H__
+2 -24
drivers/net/wireless/realtek/rtlwifi/ps.c
··· 1 - /****************************************************************************** 2 - * 3 - * Copyright(c) 2009-2012 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-2012 Realtek Corporation.*/ 25 3 26 4 #include "wifi.h" 27 5 #include "base.h"
+2 -24
drivers/net/wireless/realtek/rtlwifi/ps.h
··· 1 - /****************************************************************************** 2 - * 3 - * Copyright(c) 2009-2012 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-2012 Realtek Corporation.*/ 25 3 26 4 #ifndef __REALTEK_RTL_PCI_PS_H__ 27 5 #define __REALTEK_RTL_PCI_PS_H__
+2 -24
drivers/net/wireless/realtek/rtlwifi/pwrseqcmd.h
··· 1 - /****************************************************************************** 2 - * 3 - * Copyright(c) 2009-2012 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-2012 Realtek Corporation.*/ 25 3 26 4 #ifndef __RTL8723E_PWRSEQCMD_H__ 27 5 #define __RTL8723E_PWRSEQCMD_H__
+2 -24
drivers/net/wireless/realtek/rtlwifi/rc.c
··· 1 - /****************************************************************************** 2 - * 3 - * Copyright(c) 2009-2012 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-2012 Realtek Corporation.*/ 25 3 26 4 #include "wifi.h" 27 5 #include "base.h"
+2 -24
drivers/net/wireless/realtek/rtlwifi/rc.h
··· 1 - /****************************************************************************** 2 - * 3 - * Copyright(c) 2009-2012 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-2012 Realtek Corporation.*/ 25 3 26 4 #ifndef __RTL_RC_H__ 27 5 #define __RTL_RC_H__
+2 -24
drivers/net/wireless/realtek/rtlwifi/regd.c
··· 1 - /****************************************************************************** 2 - * 3 - * Copyright(c) 2009-2012 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-2012 Realtek Corporation.*/ 25 3 26 4 #include "wifi.h" 27 5 #include "regd.h"
+2 -24
drivers/net/wireless/realtek/rtlwifi/regd.h
··· 1 - /****************************************************************************** 2 - * 3 - * Copyright(c) 2009-2012 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-2012 Realtek Corporation.*/ 25 3 26 4 #ifndef __RTL_REGD_H__ 27 5 #define __RTL_REGD_H__
+3 -24
drivers/net/wireless/realtek/rtlwifi/stats.c
··· 1 - /****************************************************************************** 2 - * 3 - * Copyright(c) 2009-2012 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-2012 Realtek Corporation.*/ 3 + 25 4 #include "wifi.h" 26 5 #include "stats.h" 27 6 #include <linux/export.h>
+2 -24
drivers/net/wireless/realtek/rtlwifi/stats.h
··· 1 - /****************************************************************************** 2 - * 3 - * Copyright(c) 2009-2012 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-2012 Realtek Corporation.*/ 25 3 26 4 #ifndef __RTL_STATS_H__ 27 5 #define __RTL_STATS_H__
+2 -22
drivers/net/wireless/realtek/rtlwifi/usb.c
··· 1 - /****************************************************************************** 2 - * 3 - * Copyright(c) 2009-2012 Realtek Corporation. All rights reserved. 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 - *****************************************************************************/ 1 + // SPDX-License-Identifier: GPL-2.0 2 + /* Copyright(c) 2009-2012 Realtek Corporation.*/ 23 3 24 4 #include "wifi.h" 25 5 #include "core.h"
+2 -22
drivers/net/wireless/realtek/rtlwifi/usb.h
··· 1 - /****************************************************************************** 2 - * 3 - * Copyright(c) 2009-2012 Realtek Corporation. All rights reserved. 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 - *****************************************************************************/ 1 + /* SPDX-License-Identifier: GPL-2.0 */ 2 + /* Copyright(c) 2009-2012 Realtek Corporation.*/ 23 3 24 4 #ifndef __RTL_USB_H__ 25 5 #define __RTL_USB_H__
+2 -24
drivers/net/wireless/realtek/rtlwifi/wifi.h
··· 1 - /****************************************************************************** 2 - * 3 - * Copyright(c) 2009-2012 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-2012 Realtek Corporation.*/ 25 3 26 4 #ifndef __RTL_WIFI_H__ 27 5 #define __RTL_WIFI_H__