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

net: intel: Cleanup the copyright/license headers

After many years of having a ~30 line copyright and license header to our
source files, we are finally able to reduce that to one line with the
advent of the SPDX identifier.

Also caught a few files missing the SPDX license identifier, so fixed
them up.

Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Acked-by: Shannon Nelson <shannon.nelson@oracle.com>
Acked-by: Richard Cochran <richardcochran@gmail.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Jeff Kirsher and committed by
David S. Miller
51dce24b 3f5ecd8a

+222 -4624
+1 -27
drivers/net/ethernet/intel/e100.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 - /******************************************************************************* 3 - 4 - Intel PRO/100 Linux driver 5 - Copyright(c) 1999 - 2006 Intel Corporation. 6 - 7 - This program is free software; you can redistribute it and/or modify it 8 - under the terms and conditions of the GNU General Public License, 9 - version 2, as published by the Free Software Foundation. 10 - 11 - This program is distributed in the hope it will be useful, but WITHOUT 12 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - more details. 15 - 16 - You should have received a copy of the GNU General Public License along with 17 - this program; if not, write to the Free Software Foundation, Inc., 18 - 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 19 - 20 - The full GNU General Public License is included in this distribution in 21 - the file called "COPYING". 22 - 23 - Contact Information: 24 - Linux NICS <linux.nics@intel.com> 25 - e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 26 - Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 27 - 28 - *******************************************************************************/ 2 + /* Copyright(c) 1999 - 2006 Intel Corporation. */ 29 3 30 4 /* 31 5 * e100.c: Intel(R) PRO/100 ethernet driver
-26
drivers/net/ethernet/intel/e1000/Makefile
··· 1 1 # SPDX-License-Identifier: GPL-2.0 2 - ################################################################################ 3 - # 4 - # Intel PRO/1000 Linux driver 5 2 # Copyright(c) 1999 - 2006 Intel Corporation. 6 - # 7 - # This program is free software; you can redistribute it and/or modify it 8 - # under the terms and conditions of the GNU General Public License, 9 - # version 2, as published by the Free Software Foundation. 10 - # 11 - # This program is distributed in the hope it will be useful, but WITHOUT 12 - # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - # more details. 15 - # 16 - # You should have received a copy of the GNU General Public License along with 17 - # this program; if not, write to the Free Software Foundation, Inc., 18 - # 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 19 - # 20 - # The full GNU General Public License is included in this distribution in 21 - # the file called "COPYING". 22 - # 23 - # Contact Information: 24 - # Linux NICS <linux.nics@intel.com> 25 - # e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 26 - # Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 27 - # 28 - ################################################################################ 29 3 30 4 # 31 5 # Makefile for the Intel(R) PRO/1000 ethernet driver
+1 -28
drivers/net/ethernet/intel/e1000/e1000.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /******************************************************************************* 3 - 4 - Intel PRO/1000 Linux driver 5 - Copyright(c) 1999 - 2006 Intel Corporation. 6 - 7 - This program is free software; you can redistribute it and/or modify it 8 - under the terms and conditions of the GNU General Public License, 9 - version 2, as published by the Free Software Foundation. 10 - 11 - This program is distributed in the hope it will be useful, but WITHOUT 12 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - more details. 15 - 16 - You should have received a copy of the GNU General Public License along with 17 - this program; if not, write to the Free Software Foundation, Inc., 18 - 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 19 - 20 - The full GNU General Public License is included in this distribution in 21 - the file called "COPYING". 22 - 23 - Contact Information: 24 - Linux NICS <linux.nics@intel.com> 25 - e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 26 - Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 27 - 28 - *******************************************************************************/ 29 - 2 + /* Copyright(c) 1999 - 2006 Intel Corporation. */ 30 3 31 4 /* Linux PRO/1000 Ethernet Driver main header file */ 32 5
+1 -22
drivers/net/ethernet/intel/e1000/e1000_ethtool.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 - /******************************************************************************* 3 - * Intel PRO/1000 Linux driver 4 - * Copyright(c) 1999 - 2006 Intel Corporation. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope it will be useful, but WITHOUT 11 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - * more details. 14 - * 15 - * The full GNU General Public License is included in this distribution in 16 - * the file called "COPYING". 17 - * 18 - * Contact Information: 19 - * Linux NICS <linux.nics@intel.com> 20 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 21 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 22 - * 23 - ******************************************************************************/ 2 + /* Copyright(c) 1999 - 2006 Intel Corporation. */ 24 3 25 4 /* ethtool support for e1000 */ 26 5
+1 -27
drivers/net/ethernet/intel/e1000/e1000_hw.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 - /******************************************************************************* 3 - * 4 - Intel PRO/1000 Linux driver 5 - Copyright(c) 1999 - 2006 Intel Corporation. 6 - 7 - This program is free software; you can redistribute it and/or modify it 8 - under the terms and conditions of the GNU General Public License, 9 - version 2, as published by the Free Software Foundation. 10 - 11 - This program is distributed in the hope it will be useful, but WITHOUT 12 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - more details. 15 - 16 - You should have received a copy of the GNU General Public License along with 17 - this program; if not, write to the Free Software Foundation, Inc., 18 - 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 19 - 20 - The full GNU General Public License is included in this distribution in 21 - the file called "COPYING". 22 - 23 - Contact Information: 24 - Linux NICS <linux.nics@intel.com> 25 - e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 26 - Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 27 - 28 - */ 2 + /* Copyright(c) 1999 - 2006 Intel Corporation. */ 29 3 30 4 /* e1000_hw.c 31 5 * Shared functions for accessing and configuring the MAC
+1 -27
drivers/net/ethernet/intel/e1000/e1000_hw.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /******************************************************************************* 3 - 4 - Intel PRO/1000 Linux driver 5 - Copyright(c) 1999 - 2006 Intel Corporation. 6 - 7 - This program is free software; you can redistribute it and/or modify it 8 - under the terms and conditions of the GNU General Public License, 9 - version 2, as published by the Free Software Foundation. 10 - 11 - This program is distributed in the hope it will be useful, but WITHOUT 12 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - more details. 15 - 16 - You should have received a copy of the GNU General Public License along with 17 - this program; if not, write to the Free Software Foundation, Inc., 18 - 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 19 - 20 - The full GNU General Public License is included in this distribution in 21 - the file called "COPYING". 22 - 23 - Contact Information: 24 - Linux NICS <linux.nics@intel.com> 25 - e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 26 - Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 27 - 28 - *******************************************************************************/ 2 + /* Copyright(c) 1999 - 2006 Intel Corporation. */ 29 3 30 4 /* e1000_hw.h 31 5 * Structures, enums, and macros for the MAC
+1 -27
drivers/net/ethernet/intel/e1000/e1000_main.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 - /******************************************************************************* 3 - 4 - Intel PRO/1000 Linux driver 5 - Copyright(c) 1999 - 2006 Intel Corporation. 6 - 7 - This program is free software; you can redistribute it and/or modify it 8 - under the terms and conditions of the GNU General Public License, 9 - version 2, as published by the Free Software Foundation. 10 - 11 - This program is distributed in the hope it will be useful, but WITHOUT 12 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - more details. 15 - 16 - You should have received a copy of the GNU General Public License along with 17 - this program; if not, write to the Free Software Foundation, Inc., 18 - 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 19 - 20 - The full GNU General Public License is included in this distribution in 21 - the file called "COPYING". 22 - 23 - Contact Information: 24 - Linux NICS <linux.nics@intel.com> 25 - e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 26 - Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 27 - 28 - *******************************************************************************/ 2 + /* Copyright(c) 1999 - 2006 Intel Corporation. */ 29 3 30 4 #include "e1000.h" 31 5 #include <net/ip6_checksum.h>
+1 -28
drivers/net/ethernet/intel/e1000/e1000_osdep.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /******************************************************************************* 3 - 4 - Intel PRO/1000 Linux driver 5 - Copyright(c) 1999 - 2006 Intel Corporation. 6 - 7 - This program is free software; you can redistribute it and/or modify it 8 - under the terms and conditions of the GNU General Public License, 9 - version 2, as published by the Free Software Foundation. 10 - 11 - This program is distributed in the hope it will be useful, but WITHOUT 12 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - more details. 15 - 16 - You should have received a copy of the GNU General Public License along with 17 - this program; if not, write to the Free Software Foundation, Inc., 18 - 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 19 - 20 - The full GNU General Public License is included in this distribution in 21 - the file called "COPYING". 22 - 23 - Contact Information: 24 - Linux NICS <linux.nics@intel.com> 25 - e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 26 - Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 27 - 28 - *******************************************************************************/ 29 - 2 + /* Copyright(c) 1999 - 2006 Intel Corporation. */ 30 3 31 4 /* glue for the OS independent part of e1000 32 5 * includes register access macros
+1 -27
drivers/net/ethernet/intel/e1000/e1000_param.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 - /******************************************************************************* 3 - 4 - Intel PRO/1000 Linux driver 5 - Copyright(c) 1999 - 2006 Intel Corporation. 6 - 7 - This program is free software; you can redistribute it and/or modify it 8 - under the terms and conditions of the GNU General Public License, 9 - version 2, as published by the Free Software Foundation. 10 - 11 - This program is distributed in the hope it will be useful, but WITHOUT 12 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - more details. 15 - 16 - You should have received a copy of the GNU General Public License along with 17 - this program; if not, write to the Free Software Foundation, Inc., 18 - 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 19 - 20 - The full GNU General Public License is included in this distribution in 21 - the file called "COPYING". 22 - 23 - Contact Information: 24 - Linux NICS <linux.nics@intel.com> 25 - e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 26 - Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 27 - 28 - *******************************************************************************/ 2 + /* Copyright(c) 1999 - 2006 Intel Corporation. */ 29 3 30 4 #include "e1000.h" 31 5
+1 -20
drivers/net/ethernet/intel/e1000e/80003es2lan.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 - /* Intel PRO/1000 Linux driver 3 - * Copyright(c) 1999 - 2015 Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope 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 15 - * the file called "COPYING". 16 - * 17 - * Contact Information: 18 - * Linux NICS <linux.nics@intel.com> 19 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 20 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 21 - */ 2 + /* Copyright(c) 1999 - 2018 Intel Corporation. */ 22 3 23 4 /* 80003ES2LAN Gigabit Ethernet Controller (Copper) 24 5 * 80003ES2LAN Gigabit Ethernet Controller (Serdes)
+1 -20
drivers/net/ethernet/intel/e1000e/80003es2lan.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /* Intel PRO/1000 Linux driver 3 - * Copyright(c) 1999 - 2015 Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope 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 15 - * the file called "COPYING". 16 - * 17 - * Contact Information: 18 - * Linux NICS <linux.nics@intel.com> 19 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 20 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 21 - */ 2 + /* Copyright(c) 1999 - 2018 Intel Corporation. */ 22 3 23 4 #ifndef _E1000E_80003ES2LAN_H_ 24 5 #define _E1000E_80003ES2LAN_H_
+1 -20
drivers/net/ethernet/intel/e1000e/82571.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 - /* Intel PRO/1000 Linux driver 3 - * Copyright(c) 1999 - 2015 Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope 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 15 - * the file called "COPYING". 16 - * 17 - * Contact Information: 18 - * Linux NICS <linux.nics@intel.com> 19 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 20 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 21 - */ 2 + /* Copyright(c) 1999 - 2018 Intel Corporation. */ 22 3 23 4 /* 82571EB Gigabit Ethernet Controller 24 5 * 82571EB Gigabit Ethernet Controller (Copper)
+1 -20
drivers/net/ethernet/intel/e1000e/82571.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /* Intel PRO/1000 Linux driver 3 - * Copyright(c) 1999 - 2015 Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope 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 15 - * the file called "COPYING". 16 - * 17 - * Contact Information: 18 - * Linux NICS <linux.nics@intel.com> 19 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 20 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 21 - */ 2 + /* Copyright(c) 1999 - 2018 Intel Corporation. */ 22 3 23 4 #ifndef _E1000E_82571_H_ 24 5 #define _E1000E_82571_H_
+1 -26
drivers/net/ethernet/intel/e1000e/Makefile
··· 1 1 # SPDX-License-Identifier: GPL-2.0 2 - ################################################################################ 3 - # 4 - # Intel PRO/1000 Linux driver 5 - # Copyright(c) 1999 - 2014 Intel Corporation. 6 - # 7 - # This program is free software; you can redistribute it and/or modify it 8 - # under the terms and conditions of the GNU General Public License, 9 - # version 2, as published by the Free Software Foundation. 10 - # 11 - # This program is distributed in the hope it will be useful, but WITHOUT 12 - # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - # more details. 15 - # 16 - # You should have received a copy of the GNU General Public License 17 - # along with this program; if not, see <http://www.gnu.org/licenses/>. 18 - # 19 - # The full GNU General Public License is included in this distribution in 20 - # the file called "COPYING". 21 - # 22 - # Contact Information: 23 - # Linux NICS <linux.nics@intel.com> 24 - # e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 25 - # Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 26 - # 27 - ################################################################################ 2 + # Copyright(c) 1999 - 2018 Intel Corporation. 28 3 29 4 # 30 5 # Makefile for the Intel(R) PRO/1000 ethernet driver
+1 -20
drivers/net/ethernet/intel/e1000e/defines.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /* Intel PRO/1000 Linux driver 3 - * Copyright(c) 1999 - 2015 Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope 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 15 - * the file called "COPYING". 16 - * 17 - * Contact Information: 18 - * Linux NICS <linux.nics@intel.com> 19 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 20 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 21 - */ 2 + /* Copyright(c) 1999 - 2018 Intel Corporation. */ 22 3 23 4 #ifndef _E1000_DEFINES_H_ 24 5 #define _E1000_DEFINES_H_
+1 -20
drivers/net/ethernet/intel/e1000e/e1000.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /* Intel PRO/1000 Linux driver 3 - * Copyright(c) 1999 - 2015 Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope 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 15 - * the file called "COPYING". 16 - * 17 - * Contact Information: 18 - * Linux NICS <linux.nics@intel.com> 19 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 20 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 21 - */ 2 + /* Copyright(c) 1999 - 2018 Intel Corporation. */ 22 3 23 4 /* Linux PRO/1000 Ethernet Driver main header file */ 24 5
+1 -20
drivers/net/ethernet/intel/e1000e/ethtool.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 - /* Intel PRO/1000 Linux driver 3 - * Copyright(c) 1999 - 2015 Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope 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 15 - * the file called "COPYING". 16 - * 17 - * Contact Information: 18 - * Linux NICS <linux.nics@intel.com> 19 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 20 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 21 - */ 2 + /* Copyright(c) 1999 - 2018 Intel Corporation. */ 22 3 23 4 /* ethtool support for e1000 */ 24 5
+1 -20
drivers/net/ethernet/intel/e1000e/hw.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /* Intel PRO/1000 Linux driver 3 - * Copyright(c) 1999 - 2015 Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope 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 15 - * the file called "COPYING". 16 - * 17 - * Contact Information: 18 - * Linux NICS <linux.nics@intel.com> 19 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 20 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 21 - */ 2 + /* Copyright(c) 1999 - 2018 Intel Corporation. */ 22 3 23 4 #ifndef _E1000_HW_H_ 24 5 #define _E1000_HW_H_
+1 -20
drivers/net/ethernet/intel/e1000e/ich8lan.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 - /* Intel PRO/1000 Linux driver 3 - * Copyright(c) 1999 - 2015 Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope 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 15 - * the file called "COPYING". 16 - * 17 - * Contact Information: 18 - * Linux NICS <linux.nics@intel.com> 19 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 20 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 21 - */ 2 + /* Copyright(c) 1999 - 2018 Intel Corporation. */ 22 3 23 4 /* 82562G 10/100 Network Connection 24 5 * 82562G-2 10/100 Network Connection
+1 -20
drivers/net/ethernet/intel/e1000e/ich8lan.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /* Intel PRO/1000 Linux driver 3 - * Copyright(c) 1999 - 2015 Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope 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 15 - * the file called "COPYING". 16 - * 17 - * Contact Information: 18 - * Linux NICS <linux.nics@intel.com> 19 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 20 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 21 - */ 2 + /* Copyright(c) 1999 - 2018 Intel Corporation. */ 22 3 23 4 #ifndef _E1000E_ICH8LAN_H_ 24 5 #define _E1000E_ICH8LAN_H_
+1 -20
drivers/net/ethernet/intel/e1000e/mac.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 - /* Intel PRO/1000 Linux driver 3 - * Copyright(c) 1999 - 2015 Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope 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 15 - * the file called "COPYING". 16 - * 17 - * Contact Information: 18 - * Linux NICS <linux.nics@intel.com> 19 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 20 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 21 - */ 2 + /* Copyright(c) 1999 - 2018 Intel Corporation. */ 22 3 23 4 #include "e1000.h" 24 5
+1 -20
drivers/net/ethernet/intel/e1000e/mac.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /* Intel PRO/1000 Linux driver 3 - * Copyright(c) 1999 - 2015 Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope 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 15 - * the file called "COPYING". 16 - * 17 - * Contact Information: 18 - * Linux NICS <linux.nics@intel.com> 19 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 20 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 21 - */ 2 + /* Copyright(c) 1999 - 2018 Intel Corporation. */ 22 3 23 4 #ifndef _E1000E_MAC_H_ 24 5 #define _E1000E_MAC_H_
+1 -20
drivers/net/ethernet/intel/e1000e/manage.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 - /* Intel PRO/1000 Linux driver 3 - * Copyright(c) 1999 - 2015 Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope 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 15 - * the file called "COPYING". 16 - * 17 - * Contact Information: 18 - * Linux NICS <linux.nics@intel.com> 19 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 20 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 21 - */ 2 + /* Copyright(c) 1999 - 2018 Intel Corporation. */ 22 3 23 4 #include "e1000.h" 24 5
+1 -20
drivers/net/ethernet/intel/e1000e/manage.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /* Intel PRO/1000 Linux driver 3 - * Copyright(c) 1999 - 2015 Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope 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 15 - * the file called "COPYING". 16 - * 17 - * Contact Information: 18 - * Linux NICS <linux.nics@intel.com> 19 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 20 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 21 - */ 2 + /* Copyright(c) 1999 - 2018 Intel Corporation. */ 22 3 23 4 #ifndef _E1000E_MANAGE_H_ 24 5 #define _E1000E_MANAGE_H_
+1 -20
drivers/net/ethernet/intel/e1000e/netdev.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 - /* Intel PRO/1000 Linux driver 3 - * Copyright(c) 1999 - 2015 Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope 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 15 - * the file called "COPYING". 16 - * 17 - * Contact Information: 18 - * Linux NICS <linux.nics@intel.com> 19 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 20 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 21 - */ 2 + /* Copyright(c) 1999 - 2018 Intel Corporation. */ 22 3 23 4 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt 24 5
+1 -20
drivers/net/ethernet/intel/e1000e/nvm.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 - /* Intel PRO/1000 Linux driver 3 - * Copyright(c) 1999 - 2015 Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope 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 15 - * the file called "COPYING". 16 - * 17 - * Contact Information: 18 - * Linux NICS <linux.nics@intel.com> 19 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 20 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 21 - */ 2 + /* Copyright(c) 1999 - 2018 Intel Corporation. */ 22 3 23 4 #include "e1000.h" 24 5
+1 -20
drivers/net/ethernet/intel/e1000e/nvm.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /* Intel PRO/1000 Linux driver 3 - * Copyright(c) 1999 - 2015 Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope 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 15 - * the file called "COPYING". 16 - * 17 - * Contact Information: 18 - * Linux NICS <linux.nics@intel.com> 19 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 20 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 21 - */ 2 + /* Copyright(c) 1999 - 2018 Intel Corporation. */ 22 3 23 4 #ifndef _E1000E_NVM_H_ 24 5 #define _E1000E_NVM_H_
+1 -20
drivers/net/ethernet/intel/e1000e/param.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 - /* Intel PRO/1000 Linux driver 3 - * Copyright(c) 1999 - 2015 Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope 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 15 - * the file called "COPYING". 16 - * 17 - * Contact Information: 18 - * Linux NICS <linux.nics@intel.com> 19 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 20 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 21 - */ 2 + /* Copyright(c) 1999 - 2018 Intel Corporation. */ 22 3 23 4 #include <linux/netdevice.h> 24 5 #include <linux/module.h>
+1 -20
drivers/net/ethernet/intel/e1000e/phy.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 - /* Intel PRO/1000 Linux driver 3 - * Copyright(c) 1999 - 2015 Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope 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 15 - * the file called "COPYING". 16 - * 17 - * Contact Information: 18 - * Linux NICS <linux.nics@intel.com> 19 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 20 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 21 - */ 2 + /* Copyright(c) 1999 - 2018 Intel Corporation. */ 22 3 23 4 #include "e1000.h" 24 5
+1 -20
drivers/net/ethernet/intel/e1000e/phy.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /* Intel PRO/1000 Linux driver 3 - * Copyright(c) 1999 - 2015 Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope 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 15 - * the file called "COPYING". 16 - * 17 - * Contact Information: 18 - * Linux NICS <linux.nics@intel.com> 19 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 20 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 21 - */ 2 + /* Copyright(c) 1999 - 2018 Intel Corporation. */ 22 3 23 4 #ifndef _E1000E_PHY_H_ 24 5 #define _E1000E_PHY_H_
+1 -20
drivers/net/ethernet/intel/e1000e/ptp.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 - /* Intel PRO/1000 Linux driver 3 - * Copyright(c) 1999 - 2015 Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope 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 15 - * the file called "COPYING". 16 - * 17 - * Contact Information: 18 - * Linux NICS <linux.nics@intel.com> 19 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 20 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 21 - */ 2 + /* Copyright(c) 1999 - 2018 Intel Corporation. */ 22 3 23 4 /* PTP 1588 Hardware Clock (PHC) 24 5 * Derived from PTP Hardware Clock driver for Intel 82576 and 82580 (igb)
+1 -20
drivers/net/ethernet/intel/e1000e/regs.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /* Intel PRO/1000 Linux driver 3 - * Copyright(c) 1999 - 2015 Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope 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 15 - * the file called "COPYING". 16 - * 17 - * Contact Information: 18 - * Linux NICS <linux.nics@intel.com> 19 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 20 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 21 - */ 2 + /* Copyright(c) 1999 - 2018 Intel Corporation. */ 22 3 23 4 #ifndef _E1000E_REGS_H_ 24 5 #define _E1000E_REGS_H_
+1 -22
drivers/net/ethernet/intel/fm10k/Makefile
··· 1 1 # SPDX-License-Identifier: GPL-2.0 2 - ################################################################################ 3 - # 4 - # Intel(R) Ethernet Switch Host Interface Driver 5 - # Copyright(c) 2013 - 2016 Intel Corporation. 6 - # 7 - # This program is free software; you can redistribute it and/or modify it 8 - # under the terms and conditions of the GNU General Public License, 9 - # version 2, as published by the Free Software Foundation. 10 - # 11 - # This program is distributed in the hope it will be useful, but WITHOUT 12 - # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - # more details. 15 - # 16 - # The full GNU General Public License is included in this distribution in 17 - # the file called "COPYING". 18 - # 19 - # Contact Information: 20 - # e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 21 - # Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 22 - # 23 - ################################################################################ 2 + # Copyright(c) 2013 - 2018 Intel Corporation. 24 3 25 4 # 26 5 # Makefile for the Intel(R) Ethernet Switch Host Interface Driver
+1 -19
drivers/net/ethernet/intel/fm10k/fm10k.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /* Intel(R) Ethernet Switch Host Interface Driver 3 - * Copyright(c) 2013 - 2017 Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope 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 15 - * the file called "COPYING". 16 - * 17 - * Contact Information: 18 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 19 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 20 - */ 2 + /* Copyright(c) 2013 - 2018 Intel Corporation. */ 21 3 22 4 #ifndef _FM10K_H_ 23 5 #define _FM10K_H_
+1 -19
drivers/net/ethernet/intel/fm10k/fm10k_common.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 - /* Intel(R) Ethernet Switch Host Interface Driver 3 - * Copyright(c) 2013 - 2018 Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope 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 15 - * the file called "COPYING". 16 - * 17 - * Contact Information: 18 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 19 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 20 - */ 2 + /* Copyright(c) 2013 - 2018 Intel Corporation. */ 21 3 22 4 #include "fm10k_common.h" 23 5
+1 -19
drivers/net/ethernet/intel/fm10k/fm10k_common.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /* Intel(R) Ethernet Switch Host Interface Driver 3 - * Copyright(c) 2013 - 2016 Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope 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 15 - * the file called "COPYING". 16 - * 17 - * Contact Information: 18 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 19 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 20 - */ 2 + /* Copyright(c) 2013 - 2018 Intel Corporation. */ 21 3 22 4 #ifndef _FM10K_COMMON_H_ 23 5 #define _FM10K_COMMON_H_
+1 -19
drivers/net/ethernet/intel/fm10k/fm10k_dcbnl.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 - /* Intel(R) Ethernet Switch Host Interface Driver 3 - * Copyright(c) 2013 - 2016 Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope 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 15 - * the file called "COPYING". 16 - * 17 - * Contact Information: 18 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 19 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 20 - */ 2 + /* Copyright(c) 2013 - 2018 Intel Corporation. */ 21 3 22 4 #include "fm10k.h" 23 5
+1 -19
drivers/net/ethernet/intel/fm10k/fm10k_debugfs.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 - /* Intel(R) Ethernet Switch Host Interface Driver 3 - * Copyright(c) 2013 - 2016 Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope 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 15 - * the file called "COPYING". 16 - * 17 - * Contact Information: 18 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 19 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 20 - */ 2 + /* Copyright(c) 2013 - 2018 Intel Corporation. */ 21 3 22 4 #include "fm10k.h" 23 5
+1 -19
drivers/net/ethernet/intel/fm10k/fm10k_ethtool.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 - /* Intel(R) Ethernet Switch Host Interface Driver 3 - * Copyright(c) 2013 - 2017 Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope 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 15 - * the file called "COPYING". 16 - * 17 - * Contact Information: 18 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 19 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 20 - */ 2 + /* Copyright(c) 2013 - 2018 Intel Corporation. */ 21 3 22 4 #include <linux/vmalloc.h> 23 5
+1 -19
drivers/net/ethernet/intel/fm10k/fm10k_iov.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 - /* Intel(R) Ethernet Switch Host Interface Driver 3 - * Copyright(c) 2013 - 2017 Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope 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 15 - * the file called "COPYING". 16 - * 17 - * Contact Information: 18 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 19 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 20 - */ 2 + /* Copyright(c) 2013 - 2018 Intel Corporation. */ 21 3 22 4 #include "fm10k.h" 23 5 #include "fm10k_vf.h"
+1 -19
drivers/net/ethernet/intel/fm10k/fm10k_main.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 - /* Intel(R) Ethernet Switch Host Interface Driver 3 - * Copyright(c) 2013 - 2017 Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope 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 15 - * the file called "COPYING". 16 - * 17 - * Contact Information: 18 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 19 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 20 - */ 2 + /* Copyright(c) 2013 - 2018 Intel Corporation. */ 21 3 22 4 #include <linux/types.h> 23 5 #include <linux/module.h>
+1 -19
drivers/net/ethernet/intel/fm10k/fm10k_mbx.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 - /* Intel(R) Ethernet Switch Host Interface Driver 3 - * Copyright(c) 2013 - 2017 Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope 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 15 - * the file called "COPYING". 16 - * 17 - * Contact Information: 18 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 19 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 20 - */ 2 + /* Copyright(c) 2013 - 2018 Intel Corporation. */ 21 3 22 4 #include "fm10k_common.h" 23 5
+1 -19
drivers/net/ethernet/intel/fm10k/fm10k_mbx.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /* Intel(R) Ethernet Switch Host Interface Driver 3 - * Copyright(c) 2013 - 2016 Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope 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 15 - * the file called "COPYING". 16 - * 17 - * Contact Information: 18 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 19 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 20 - */ 2 + /* Copyright(c) 2013 - 2018 Intel Corporation. */ 21 3 22 4 #ifndef _FM10K_MBX_H_ 23 5 #define _FM10K_MBX_H_
+1 -19
drivers/net/ethernet/intel/fm10k/fm10k_netdev.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 - /* Intel(R) Ethernet Switch Host Interface Driver 3 - * Copyright(c) 2013 - 2018 Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope 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 15 - * the file called "COPYING". 16 - * 17 - * Contact Information: 18 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 19 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 20 - */ 2 + /* Copyright(c) 2013 - 2018 Intel Corporation. */ 21 3 22 4 #include "fm10k.h" 23 5 #include <linux/vmalloc.h>
+1 -19
drivers/net/ethernet/intel/fm10k/fm10k_pci.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 - /* Intel(R) Ethernet Switch Host Interface Driver 3 - * Copyright(c) 2013 - 2018 Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope 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 15 - * the file called "COPYING". 16 - * 17 - * Contact Information: 18 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 19 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 20 - */ 2 + /* Copyright(c) 2013 - 2018 Intel Corporation. */ 21 3 22 4 #include <linux/module.h> 23 5 #include <linux/interrupt.h>
+1 -19
drivers/net/ethernet/intel/fm10k/fm10k_pf.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 - /* Intel(R) Ethernet Switch Host Interface Driver 3 - * Copyright(c) 2013 - 2018 Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope 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 15 - * the file called "COPYING". 16 - * 17 - * Contact Information: 18 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 19 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 20 - */ 2 + /* Copyright(c) 2013 - 2018 Intel Corporation. */ 21 3 22 4 #include "fm10k_pf.h" 23 5 #include "fm10k_vf.h"
+1 -19
drivers/net/ethernet/intel/fm10k/fm10k_pf.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /* Intel(R) Ethernet Switch Host Interface Driver 3 - * Copyright(c) 2013 - 2017 Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope 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 15 - * the file called "COPYING". 16 - * 17 - * Contact Information: 18 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 19 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 20 - */ 2 + /* Copyright(c) 2013 - 2018 Intel Corporation. */ 21 3 22 4 #ifndef _FM10K_PF_H_ 23 5 #define _FM10K_PF_H_
+1 -19
drivers/net/ethernet/intel/fm10k/fm10k_tlv.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 - /* Intel(R) Ethernet Switch Host Interface Driver 3 - * Copyright(c) 2013 - 2018 Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope 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 15 - * the file called "COPYING". 16 - * 17 - * Contact Information: 18 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 19 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 20 - */ 2 + /* Copyright(c) 2013 - 2018 Intel Corporation. */ 21 3 22 4 #include "fm10k_tlv.h" 23 5
+1 -19
drivers/net/ethernet/intel/fm10k/fm10k_tlv.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /* Intel(R) Ethernet Switch Host Interface Driver 3 - * Copyright(c) 2013 - 2016 Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope 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 15 - * the file called "COPYING". 16 - * 17 - * Contact Information: 18 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 19 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 20 - */ 2 + /* Copyright(c) 2013 - 2018 Intel Corporation. */ 21 3 22 4 #ifndef _FM10K_TLV_H_ 23 5 #define _FM10K_TLV_H_
+1 -19
drivers/net/ethernet/intel/fm10k/fm10k_type.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /* Intel(R) Ethernet Switch Host Interface Driver 3 - * Copyright(c) 2013 - 2016 Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope 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 15 - * the file called "COPYING". 16 - * 17 - * Contact Information: 18 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 19 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 20 - */ 2 + /* Copyright(c) 2013 - 2018 Intel Corporation. */ 21 3 22 4 #ifndef _FM10K_TYPE_H_ 23 5 #define _FM10K_TYPE_H_
+1 -19
drivers/net/ethernet/intel/fm10k/fm10k_vf.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 - /* Intel(R) Ethernet Switch Host Interface Driver 3 - * Copyright(c) 2013 - 2016 Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope 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 15 - * the file called "COPYING". 16 - * 17 - * Contact Information: 18 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 19 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 20 - */ 2 + /* Copyright(c) 2013 - 2018 Intel Corporation. */ 21 3 22 4 #include "fm10k_vf.h" 23 5
+1 -19
drivers/net/ethernet/intel/fm10k/fm10k_vf.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /* Intel(R) Ethernet Switch Host Interface Driver 3 - * Copyright(c) 2013 - 2016 Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope 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 15 - * the file called "COPYING". 16 - * 17 - * Contact Information: 18 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 19 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 20 - */ 2 + /* Copyright(c) 2013 - 2018 Intel Corporation. */ 21 3 22 4 #ifndef _FM10K_VF_H_ 23 5 #define _FM10K_VF_H_
+1 -25
drivers/net/ethernet/intel/i40e/Makefile
··· 1 1 # SPDX-License-Identifier: GPL-2.0 2 - ################################################################################ 3 - # 4 - # Intel Ethernet Controller XL710 Family Linux Driver 5 - # Copyright(c) 2013 - 2015 Intel Corporation. 6 - # 7 - # This program is free software; you can redistribute it and/or modify it 8 - # under the terms and conditions of the GNU General Public License, 9 - # version 2, as published by the Free Software Foundation. 10 - # 11 - # This program is distributed in the hope it will be useful, but WITHOUT 12 - # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - # more details. 15 - # 16 - # You should have received a copy of the GNU General Public License along 17 - # with this program. If not, see <http://www.gnu.org/licenses/>. 18 - # 19 - # The full GNU General Public License is included in this distribution in 20 - # the file called "COPYING". 21 - # 22 - # Contact Information: 23 - # e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 24 - # Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 25 - # 26 - ################################################################################ 2 + # Copyright(c) 2013 - 2018 Intel Corporation. 27 3 28 4 # 29 5 # Makefile for the Intel(R) Ethernet Connection XL710 (i40e.ko) driver
+1 -25
drivers/net/ethernet/intel/i40e/i40e.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /******************************************************************************* 3 - * 4 - * Intel Ethernet Controller XL710 Family Linux Driver 5 - * Copyright(c) 2013 - 2017 Intel Corporation. 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope it will be useful, but WITHOUT 12 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - * more details. 15 - * 16 - * You should have received a copy of the GNU General Public License along 17 - * with this program. If not, see <http://www.gnu.org/licenses/>. 18 - * 19 - * The full GNU General Public License is included in this distribution in 20 - * the file called "COPYING". 21 - * 22 - * Contact Information: 23 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 24 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 25 - * 26 - ******************************************************************************/ 2 + /* Copyright(c) 2013 - 2018 Intel Corporation. */ 27 3 28 4 #ifndef _I40E_H_ 29 5 #define _I40E_H_
+1 -25
drivers/net/ethernet/intel/i40e/i40e_adminq.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 - /******************************************************************************* 3 - * 4 - * Intel Ethernet Controller XL710 Family Linux Driver 5 - * Copyright(c) 2013 - 2016 Intel Corporation. 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope it will be useful, but WITHOUT 12 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - * more details. 15 - * 16 - * You should have received a copy of the GNU General Public License along 17 - * with this program. If not, see <http://www.gnu.org/licenses/>. 18 - * 19 - * The full GNU General Public License is included in this distribution in 20 - * the file called "COPYING". 21 - * 22 - * Contact Information: 23 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 24 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 25 - * 26 - ******************************************************************************/ 2 + /* Copyright(c) 2013 - 2018 Intel Corporation. */ 27 3 28 4 #include "i40e_status.h" 29 5 #include "i40e_type.h"
+1 -25
drivers/net/ethernet/intel/i40e/i40e_adminq.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /******************************************************************************* 3 - * 4 - * Intel Ethernet Controller XL710 Family Linux Driver 5 - * Copyright(c) 2013 - 2014 Intel Corporation. 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope it will be useful, but WITHOUT 12 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - * more details. 15 - * 16 - * You should have received a copy of the GNU General Public License along 17 - * with this program. If not, see <http://www.gnu.org/licenses/>. 18 - * 19 - * The full GNU General Public License is included in this distribution in 20 - * the file called "COPYING". 21 - * 22 - * Contact Information: 23 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 24 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 25 - * 26 - ******************************************************************************/ 2 + /* Copyright(c) 2013 - 2018 Intel Corporation. */ 27 3 28 4 #ifndef _I40E_ADMINQ_H_ 29 5 #define _I40E_ADMINQ_H_
+1 -25
drivers/net/ethernet/intel/i40e/i40e_adminq_cmd.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /******************************************************************************* 3 - * 4 - * Intel Ethernet Controller XL710 Family Linux Driver 5 - * Copyright(c) 2013 - 2017 Intel Corporation. 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope it will be useful, but WITHOUT 12 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - * more details. 15 - * 16 - * You should have received a copy of the GNU General Public License along 17 - * with this program. If not, see <http://www.gnu.org/licenses/>. 18 - * 19 - * The full GNU General Public License is included in this distribution in 20 - * the file called "COPYING". 21 - * 22 - * Contact Information: 23 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 24 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 25 - * 26 - ******************************************************************************/ 2 + /* Copyright(c) 2013 - 2018 Intel Corporation. */ 27 3 28 4 #ifndef _I40E_ADMINQ_CMD_H_ 29 5 #define _I40E_ADMINQ_CMD_H_
+1 -25
drivers/net/ethernet/intel/i40e/i40e_alloc.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /******************************************************************************* 3 - * 4 - * Intel Ethernet Controller XL710 Family Linux Driver 5 - * Copyright(c) 2013 - 2014 Intel Corporation. 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope it will be useful, but WITHOUT 12 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - * more details. 15 - * 16 - * You should have received a copy of the GNU General Public License along 17 - * with this program. If not, see <http://www.gnu.org/licenses/>. 18 - * 19 - * The full GNU General Public License is included in this distribution in 20 - * the file called "COPYING". 21 - * 22 - * Contact Information: 23 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 24 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 25 - * 26 - ******************************************************************************/ 2 + /* Copyright(c) 2013 - 2018 Intel Corporation. */ 27 3 28 4 #ifndef _I40E_ALLOC_H_ 29 5 #define _I40E_ALLOC_H_
+1 -25
drivers/net/ethernet/intel/i40e/i40e_client.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 - /******************************************************************************* 3 - * 4 - * Intel Ethernet Controller XL710 Family Linux Driver 5 - * Copyright(c) 2013 - 2017 Intel Corporation. 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope it will be useful, but WITHOUT 12 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - * more details. 15 - * 16 - * You should have received a copy of the GNU General Public License along 17 - * with this program. If not, see <http://www.gnu.org/licenses/>. 18 - * 19 - * The full GNU General Public License is included in this distribution in 20 - * the file called "COPYING". 21 - * 22 - * Contact Information: 23 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 24 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 25 - * 26 - ******************************************************************************/ 2 + /* Copyright(c) 2013 - 2018 Intel Corporation. */ 27 3 28 4 #include <linux/list.h> 29 5 #include <linux/errno.h>
+1 -25
drivers/net/ethernet/intel/i40e/i40e_client.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /******************************************************************************* 3 - * 4 - * Intel Ethernet Controller XL710 Family Linux Driver 5 - * Copyright(c) 2013 - 2015 Intel Corporation. 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope it will be useful, but WITHOUT 12 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - * more details. 15 - * 16 - * You should have received a copy of the GNU General Public License along 17 - * with this program. If not, see <http://www.gnu.org/licenses/>. 18 - * 19 - * The full GNU General Public License is included in this distribution in 20 - * the file called "COPYING". 21 - * 22 - * Contact Information: 23 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 24 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 25 - * 26 - ******************************************************************************/ 2 + /* Copyright(c) 2013 - 2018 Intel Corporation. */ 27 3 28 4 #ifndef _I40E_CLIENT_H_ 29 5 #define _I40E_CLIENT_H_
+1 -25
drivers/net/ethernet/intel/i40e/i40e_common.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 - /******************************************************************************* 3 - * 4 - * Intel Ethernet Controller XL710 Family Linux Driver 5 - * Copyright(c) 2013 - 2016 Intel Corporation. 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope it will be useful, but WITHOUT 12 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - * more details. 15 - * 16 - * You should have received a copy of the GNU General Public License along 17 - * with this program. If not, see <http://www.gnu.org/licenses/>. 18 - * 19 - * The full GNU General Public License is included in this distribution in 20 - * the file called "COPYING". 21 - * 22 - * Contact Information: 23 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 24 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 25 - * 26 - ******************************************************************************/ 2 + /* Copyright(c) 2013 - 2018 Intel Corporation. */ 27 3 28 4 #include "i40e_type.h" 29 5 #include "i40e_adminq.h"
+1 -25
drivers/net/ethernet/intel/i40e/i40e_dcb.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 - /******************************************************************************* 3 - * 4 - * Intel Ethernet Controller XL710 Family Linux Driver 5 - * Copyright(c) 2013 - 2017 Intel Corporation. 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope it will be useful, but WITHOUT 12 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - * more details. 15 - * 16 - * You should have received a copy of the GNU General Public License along 17 - * with this program. If not, see <http://www.gnu.org/licenses/>. 18 - * 19 - * The full GNU General Public License is included in this distribution in 20 - * the file called "COPYING". 21 - * 22 - * Contact Information: 23 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 24 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 25 - * 26 - ******************************************************************************/ 2 + /* Copyright(c) 2013 - 2018 Intel Corporation. */ 27 3 28 4 #include "i40e_adminq.h" 29 5 #include "i40e_prototype.h"
+1 -25
drivers/net/ethernet/intel/i40e/i40e_dcb.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /******************************************************************************* 3 - * 4 - * Intel Ethernet Controller XL710 Family Linux Driver 5 - * Copyright(c) 2013 - 2014 Intel Corporation. 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope it will be useful, but WITHOUT 12 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - * more details. 15 - * 16 - * You should have received a copy of the GNU General Public License along 17 - * with this program. If not, see <http://www.gnu.org/licenses/>. 18 - * 19 - * The full GNU General Public License is included in this distribution in 20 - * the file called "COPYING". 21 - * 22 - * Contact Information: 23 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 24 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 25 - * 26 - ******************************************************************************/ 2 + /* Copyright(c) 2013 - 2018 Intel Corporation. */ 27 3 28 4 #ifndef _I40E_DCB_H_ 29 5 #define _I40E_DCB_H_
+1 -25
drivers/net/ethernet/intel/i40e/i40e_dcb_nl.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 - /******************************************************************************* 3 - * 4 - * Intel Ethernet Controller XL710 Family Linux Driver 5 - * Copyright(c) 2013 - 2014 Intel Corporation. 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope it will be useful, but WITHOUT 12 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - * more details. 15 - * 16 - * You should have received a copy of the GNU General Public License along 17 - * with this program. If not, see <http://www.gnu.org/licenses/>. 18 - * 19 - * The full GNU General Public License is included in this distribution in 20 - * the file called "COPYING". 21 - * 22 - * Contact Information: 23 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 24 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 25 - * 26 - ******************************************************************************/ 2 + /* Copyright(c) 2013 - 2018 Intel Corporation. */ 27 3 28 4 #ifdef CONFIG_I40E_DCB 29 5 #include "i40e.h"
+1 -25
drivers/net/ethernet/intel/i40e/i40e_debugfs.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 - /******************************************************************************* 3 - * 4 - * Intel Ethernet Controller XL710 Family Linux Driver 5 - * Copyright(c) 2013 - 2016 Intel Corporation. 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope it will be useful, but WITHOUT 12 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - * more details. 15 - * 16 - * You should have received a copy of the GNU General Public License along 17 - * with this program. If not, see <http://www.gnu.org/licenses/>. 18 - * 19 - * The full GNU General Public License is included in this distribution in 20 - * the file called "COPYING". 21 - * 22 - * Contact Information: 23 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 24 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 25 - * 26 - ******************************************************************************/ 2 + /* Copyright(c) 2013 - 2018 Intel Corporation. */ 27 3 28 4 #ifdef CONFIG_DEBUG_FS 29 5
+1 -25
drivers/net/ethernet/intel/i40e/i40e_devids.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /******************************************************************************* 3 - * 4 - * Intel Ethernet Controller XL710 Family Linux Driver 5 - * Copyright(c) 2013 - 2015 Intel Corporation. 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope it will be useful, but WITHOUT 12 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - * more details. 15 - * 16 - * You should have received a copy of the GNU General Public License along 17 - * with this program. If not, see <http://www.gnu.org/licenses/>. 18 - * 19 - * The full GNU General Public License is included in this distribution in 20 - * the file called "COPYING". 21 - * 22 - * Contact Information: 23 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 24 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 25 - * 26 - ******************************************************************************/ 2 + /* Copyright(c) 2013 - 2018 Intel Corporation. */ 27 3 28 4 #ifndef _I40E_DEVIDS_H_ 29 5 #define _I40E_DEVIDS_H_
+1 -25
drivers/net/ethernet/intel/i40e/i40e_diag.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 - /******************************************************************************* 3 - * 4 - * Intel Ethernet Controller XL710 Family Linux Driver 5 - * Copyright(c) 2013 - 2014 Intel Corporation. 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope it will be useful, but WITHOUT 12 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - * more details. 15 - * 16 - * You should have received a copy of the GNU General Public License along 17 - * with this program. If not, see <http://www.gnu.org/licenses/>. 18 - * 19 - * The full GNU General Public License is included in this distribution in 20 - * the file called "COPYING". 21 - * 22 - * Contact Information: 23 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 24 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 25 - * 26 - ******************************************************************************/ 2 + /* Copyright(c) 2013 - 2018 Intel Corporation. */ 27 3 28 4 #include "i40e_diag.h" 29 5 #include "i40e_prototype.h"
+1 -25
drivers/net/ethernet/intel/i40e/i40e_diag.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /******************************************************************************* 3 - * 4 - * Intel Ethernet Controller XL710 Family Linux Driver 5 - * Copyright(c) 2013 - 2014 Intel Corporation. 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope it will be useful, but WITHOUT 12 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - * more details. 15 - * 16 - * You should have received a copy of the GNU General Public License along 17 - * with this program. If not, see <http://www.gnu.org/licenses/>. 18 - * 19 - * The full GNU General Public License is included in this distribution in 20 - * the file called "COPYING". 21 - * 22 - * Contact Information: 23 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 24 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 25 - * 26 - ******************************************************************************/ 2 + /* Copyright(c) 2013 - 2018 Intel Corporation. */ 27 3 28 4 #ifndef _I40E_DIAG_H_ 29 5 #define _I40E_DIAG_H_
+1 -25
drivers/net/ethernet/intel/i40e/i40e_ethtool.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 - /******************************************************************************* 3 - * 4 - * Intel Ethernet Controller XL710 Family Linux Driver 5 - * Copyright(c) 2013 - 2016 Intel Corporation. 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope it will be useful, but WITHOUT 12 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - * more details. 15 - * 16 - * You should have received a copy of the GNU General Public License along 17 - * with this program. If not, see <http://www.gnu.org/licenses/>. 18 - * 19 - * The full GNU General Public License is included in this distribution in 20 - * the file called "COPYING". 21 - * 22 - * Contact Information: 23 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 24 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 25 - * 26 - ******************************************************************************/ 2 + /* Copyright(c) 2013 - 2018 Intel Corporation. */ 27 3 28 4 /* ethtool support for i40e */ 29 5
+1 -25
drivers/net/ethernet/intel/i40e/i40e_hmc.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 - /******************************************************************************* 3 - * 4 - * Intel Ethernet Controller XL710 Family Linux Driver 5 - * Copyright(c) 2013 - 2014 Intel Corporation. 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope it will be useful, but WITHOUT 12 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - * more details. 15 - * 16 - * You should have received a copy of the GNU General Public License along 17 - * with this program. If not, see <http://www.gnu.org/licenses/>. 18 - * 19 - * The full GNU General Public License is included in this distribution in 20 - * the file called "COPYING". 21 - * 22 - * Contact Information: 23 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 24 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 25 - * 26 - ******************************************************************************/ 2 + /* Copyright(c) 2013 - 2018 Intel Corporation. */ 27 3 28 4 #include "i40e_osdep.h" 29 5 #include "i40e_register.h"
+1 -25
drivers/net/ethernet/intel/i40e/i40e_hmc.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /******************************************************************************* 3 - * 4 - * Intel Ethernet Controller XL710 Family Linux Driver 5 - * Copyright(c) 2013 - 2014 Intel Corporation. 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope it will be useful, but WITHOUT 12 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - * more details. 15 - * 16 - * You should have received a copy of the GNU General Public License along 17 - * with this program. If not, see <http://www.gnu.org/licenses/>. 18 - * 19 - * The full GNU General Public License is included in this distribution in 20 - * the file called "COPYING". 21 - * 22 - * Contact Information: 23 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 24 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 25 - * 26 - ******************************************************************************/ 2 + /* Copyright(c) 2013 - 2018 Intel Corporation. */ 27 3 28 4 #ifndef _I40E_HMC_H_ 29 5 #define _I40E_HMC_H_
+1 -25
drivers/net/ethernet/intel/i40e/i40e_lan_hmc.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 - /******************************************************************************* 3 - * 4 - * Intel Ethernet Controller XL710 Family Linux Driver 5 - * Copyright(c) 2013 - 2014 Intel Corporation. 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope it will be useful, but WITHOUT 12 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - * more details. 15 - * 16 - * You should have received a copy of the GNU General Public License along 17 - * with this program. If not, see <http://www.gnu.org/licenses/>. 18 - * 19 - * The full GNU General Public License is included in this distribution in 20 - * the file called "COPYING". 21 - * 22 - * Contact Information: 23 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 24 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 25 - * 26 - ******************************************************************************/ 2 + /* Copyright(c) 2013 - 2018 Intel Corporation. */ 27 3 28 4 #include "i40e_osdep.h" 29 5 #include "i40e_register.h"
+1 -25
drivers/net/ethernet/intel/i40e/i40e_lan_hmc.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /******************************************************************************* 3 - * 4 - * Intel Ethernet Controller XL710 Family Linux Driver 5 - * Copyright(c) 2013 - 2014 Intel Corporation. 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope it will be useful, but WITHOUT 12 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - * more details. 15 - * 16 - * You should have received a copy of the GNU General Public License along 17 - * with this program. If not, see <http://www.gnu.org/licenses/>. 18 - * 19 - * The full GNU General Public License is included in this distribution in 20 - * the file called "COPYING". 21 - * 22 - * Contact Information: 23 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 24 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 25 - * 26 - ******************************************************************************/ 2 + /* Copyright(c) 2013 - 2018 Intel Corporation. */ 27 3 28 4 #ifndef _I40E_LAN_HMC_H_ 29 5 #define _I40E_LAN_HMC_H_
+1 -25
drivers/net/ethernet/intel/i40e/i40e_main.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 - /******************************************************************************* 3 - * 4 - * Intel Ethernet Controller XL710 Family Linux Driver 5 - * Copyright(c) 2013 - 2017 Intel Corporation. 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope it will be useful, but WITHOUT 12 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - * more details. 15 - * 16 - * You should have received a copy of the GNU General Public License along 17 - * with this program. If not, see <http://www.gnu.org/licenses/>. 18 - * 19 - * The full GNU General Public License is included in this distribution in 20 - * the file called "COPYING". 21 - * 22 - * Contact Information: 23 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 24 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 25 - * 26 - ******************************************************************************/ 2 + /* Copyright(c) 2013 - 2018 Intel Corporation. */ 27 3 28 4 #include <linux/etherdevice.h> 29 5 #include <linux/of_net.h>
+1 -25
drivers/net/ethernet/intel/i40e/i40e_nvm.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 - /******************************************************************************* 3 - * 4 - * Intel Ethernet Controller XL710 Family Linux Driver 5 - * Copyright(c) 2013 - 2014 Intel Corporation. 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope it will be useful, but WITHOUT 12 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - * more details. 15 - * 16 - * You should have received a copy of the GNU General Public License along 17 - * with this program. If not, see <http://www.gnu.org/licenses/>. 18 - * 19 - * The full GNU General Public License is included in this distribution in 20 - * the file called "COPYING". 21 - * 22 - * Contact Information: 23 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 24 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 25 - * 26 - ******************************************************************************/ 2 + /* Copyright(c) 2013 - 2018 Intel Corporation. */ 27 3 28 4 #include "i40e_prototype.h" 29 5
+1 -25
drivers/net/ethernet/intel/i40e/i40e_osdep.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /******************************************************************************* 3 - * 4 - * Intel Ethernet Controller XL710 Family Linux Driver 5 - * Copyright(c) 2013 - 2014 Intel Corporation. 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope it will be useful, but WITHOUT 12 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - * more details. 15 - * 16 - * You should have received a copy of the GNU General Public License along 17 - * with this program. If not, see <http://www.gnu.org/licenses/>. 18 - * 19 - * The full GNU General Public License is included in this distribution in 20 - * the file called "COPYING". 21 - * 22 - * Contact Information: 23 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 24 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 25 - * 26 - ******************************************************************************/ 2 + /* Copyright(c) 2013 - 2018 Intel Corporation. */ 27 3 28 4 #ifndef _I40E_OSDEP_H_ 29 5 #define _I40E_OSDEP_H_
+1 -25
drivers/net/ethernet/intel/i40e/i40e_prototype.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /******************************************************************************* 3 - * 4 - * Intel Ethernet Controller XL710 Family Linux Driver 5 - * Copyright(c) 2013 - 2016 Intel Corporation. 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope it will be useful, but WITHOUT 12 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - * more details. 15 - * 16 - * You should have received a copy of the GNU General Public License along 17 - * with this program. If not, see <http://www.gnu.org/licenses/>. 18 - * 19 - * The full GNU General Public License is included in this distribution in 20 - * the file called "COPYING". 21 - * 22 - * Contact Information: 23 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 24 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 25 - * 26 - ******************************************************************************/ 2 + /* Copyright(c) 2013 - 2018 Intel Corporation. */ 27 3 28 4 #ifndef _I40E_PROTOTYPE_H_ 29 5 #define _I40E_PROTOTYPE_H_
+1 -25
drivers/net/ethernet/intel/i40e/i40e_ptp.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 - /******************************************************************************* 3 - * 4 - * Intel Ethernet Controller XL710 Family Linux Driver 5 - * Copyright(c) 2013 - 2014 Intel Corporation. 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope it will be useful, but WITHOUT 12 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - * more details. 15 - * 16 - * You should have received a copy of the GNU General Public License along 17 - * with this program. If not, see <http://www.gnu.org/licenses/>. 18 - * 19 - * The full GNU General Public License is included in this distribution in 20 - * the file called "COPYING". 21 - * 22 - * Contact Information: 23 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 24 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 25 - * 26 - ******************************************************************************/ 2 + /* Copyright(c) 2013 - 2018 Intel Corporation. */ 27 3 28 4 #include "i40e.h" 29 5 #include <linux/ptp_classify.h>
+1 -25
drivers/net/ethernet/intel/i40e/i40e_register.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /******************************************************************************* 3 - * 4 - * Intel Ethernet Controller XL710 Family Linux Driver 5 - * Copyright(c) 2013 - 2014 Intel Corporation. 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope it will be useful, but WITHOUT 12 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - * more details. 15 - * 16 - * You should have received a copy of the GNU General Public License along 17 - * with this program. If not, see <http://www.gnu.org/licenses/>. 18 - * 19 - * The full GNU General Public License is included in this distribution in 20 - * the file called "COPYING". 21 - * 22 - * Contact Information: 23 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 24 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 25 - * 26 - ******************************************************************************/ 2 + /* Copyright(c) 2013 - 2018 Intel Corporation. */ 27 3 28 4 #ifndef _I40E_REGISTER_H_ 29 5 #define _I40E_REGISTER_H_
+1 -25
drivers/net/ethernet/intel/i40e/i40e_status.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /******************************************************************************* 3 - * 4 - * Intel Ethernet Controller XL710 Family Linux Driver 5 - * Copyright(c) 2013 - 2014 Intel Corporation. 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope it will be useful, but WITHOUT 12 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - * more details. 15 - * 16 - * You should have received a copy of the GNU General Public License along 17 - * with this program. If not, see <http://www.gnu.org/licenses/>. 18 - * 19 - * The full GNU General Public License is included in this distribution in 20 - * the file called "COPYING". 21 - * 22 - * Contact Information: 23 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 24 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 25 - * 26 - ******************************************************************************/ 2 + /* Copyright(c) 2013 - 2018 Intel Corporation. */ 27 3 28 4 #ifndef _I40E_STATUS_H_ 29 5 #define _I40E_STATUS_H_
+1 -22
drivers/net/ethernet/intel/i40e/i40e_trace.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /******************************************************************************* 3 - * 4 - * Intel(R) 40-10 Gigabit Ethernet Connection Network Driver 5 - * Copyright(c) 2013 - 2017 Intel Corporation. 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope it will be useful, but WITHOUT 12 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - * more details. 15 - * 16 - * The full GNU General Public License is included in this distribution in 17 - * the file called "COPYING". 18 - * 19 - * Contact Information: 20 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 21 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 22 - * 23 - ******************************************************************************/ 2 + /* Copyright(c) 2013 - 2018 Intel Corporation. */ 24 3 25 4 /* Modeled on trace-events-sample.h */ 26 5
+1 -25
drivers/net/ethernet/intel/i40e/i40e_txrx.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 - /******************************************************************************* 3 - * 4 - * Intel Ethernet Controller XL710 Family Linux Driver 5 - * Copyright(c) 2013 - 2016 Intel Corporation. 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope it will be useful, but WITHOUT 12 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - * more details. 15 - * 16 - * You should have received a copy of the GNU General Public License along 17 - * with this program. If not, see <http://www.gnu.org/licenses/>. 18 - * 19 - * The full GNU General Public License is included in this distribution in 20 - * the file called "COPYING". 21 - * 22 - * Contact Information: 23 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 24 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 25 - * 26 - ******************************************************************************/ 2 + /* Copyright(c) 2013 - 2018 Intel Corporation. */ 27 3 28 4 #include <linux/prefetch.h> 29 5 #include <net/busy_poll.h>
+1 -25
drivers/net/ethernet/intel/i40e/i40e_txrx.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /******************************************************************************* 3 - * 4 - * Intel Ethernet Controller XL710 Family Linux Driver 5 - * Copyright(c) 2013 - 2016 Intel Corporation. 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope it will be useful, but WITHOUT 12 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - * more details. 15 - * 16 - * You should have received a copy of the GNU General Public License along 17 - * with this program. If not, see <http://www.gnu.org/licenses/>. 18 - * 19 - * The full GNU General Public License is included in this distribution in 20 - * the file called "COPYING". 21 - * 22 - * Contact Information: 23 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 24 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 25 - * 26 - ******************************************************************************/ 2 + /* Copyright(c) 2013 - 2018 Intel Corporation. */ 27 3 28 4 #ifndef _I40E_TXRX_H_ 29 5 #define _I40E_TXRX_H_
+1 -25
drivers/net/ethernet/intel/i40e/i40e_type.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /******************************************************************************* 3 - * 4 - * Intel Ethernet Controller XL710 Family Linux Driver 5 - * Copyright(c) 2013 - 2015 Intel Corporation. 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope it will be useful, but WITHOUT 12 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - * more details. 15 - * 16 - * You should have received a copy of the GNU General Public License along 17 - * with this program. If not, see <http://www.gnu.org/licenses/>. 18 - * 19 - * The full GNU General Public License is included in this distribution in 20 - * the file called "COPYING". 21 - * 22 - * Contact Information: 23 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 24 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 25 - * 26 - ******************************************************************************/ 2 + /* Copyright(c) 2013 - 2018 Intel Corporation. */ 27 3 28 4 #ifndef _I40E_TYPE_H_ 29 5 #define _I40E_TYPE_H_
+1 -25
drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 - /******************************************************************************* 3 - * 4 - * Intel Ethernet Controller XL710 Family Linux Driver 5 - * Copyright(c) 2013 - 2016 Intel Corporation. 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope it will be useful, but WITHOUT 12 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - * more details. 15 - * 16 - * You should have received a copy of the GNU General Public License along 17 - * with this program. If not, see <http://www.gnu.org/licenses/>. 18 - * 19 - * The full GNU General Public License is included in this distribution in 20 - * the file called "COPYING". 21 - * 22 - * Contact Information: 23 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 24 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 25 - * 26 - ******************************************************************************/ 2 + /* Copyright(c) 2013 - 2018 Intel Corporation. */ 27 3 28 4 #include "i40e.h" 29 5
+1 -25
drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /******************************************************************************* 3 - * 4 - * Intel Ethernet Controller XL710 Family Linux Driver 5 - * Copyright(c) 2013 - 2015 Intel Corporation. 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope it will be useful, but WITHOUT 12 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - * more details. 15 - * 16 - * You should have received a copy of the GNU General Public License along 17 - * with this program. If not, see <http://www.gnu.org/licenses/>. 18 - * 19 - * The full GNU General Public License is included in this distribution in 20 - * the file called "COPYING". 21 - * 22 - * Contact Information: 23 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 24 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 25 - * 26 - ******************************************************************************/ 2 + /* Copyright(c) 2013 - 2018 Intel Corporation. */ 27 3 28 4 #ifndef _I40E_VIRTCHNL_PF_H_ 29 5 #define _I40E_VIRTCHNL_PF_H_
+1 -25
drivers/net/ethernet/intel/i40evf/Makefile
··· 1 1 # SPDX-License-Identifier: GPL-2.0 2 - ################################################################################ 3 - # 4 - # Intel Ethernet Controller XL710 Family Linux Virtual Function Driver 5 - # Copyright(c) 2013 - 2014 Intel Corporation. 6 - # 7 - # This program is free software; you can redistribute it and/or modify it 8 - # under the terms and conditions of the GNU General Public License, 9 - # version 2, as published by the Free Software Foundation. 10 - # 11 - # This program is distributed in the hope it will be useful, but WITHOUT 12 - # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - # more details. 15 - # 16 - # You should have received a copy of the GNU General Public License along 17 - # with this program. If not, see <http://www.gnu.org/licenses/>. 18 - # 19 - # The full GNU General Public License is included in this distribution in 20 - # the file called "COPYING". 21 - # 22 - # Contact Information: 23 - # e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 24 - # Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 25 - # 26 - ################################################################################ 2 + # Copyright(c) 2013 - 2018 Intel Corporation. 27 3 28 4 # 29 5 ## Makefile for the Intel(R) 40GbE VF driver
+1 -25
drivers/net/ethernet/intel/i40evf/i40e_adminq.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 - /******************************************************************************* 3 - * 4 - * Intel Ethernet Controller XL710 Family Linux Virtual Function Driver 5 - * Copyright(c) 2013 - 2016 Intel Corporation. 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope it will be useful, but WITHOUT 12 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - * more details. 15 - * 16 - * You should have received a copy of the GNU General Public License along 17 - * with this program. If not, see <http://www.gnu.org/licenses/>. 18 - * 19 - * The full GNU General Public License is included in this distribution in 20 - * the file called "COPYING". 21 - * 22 - * Contact Information: 23 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 24 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 25 - * 26 - ******************************************************************************/ 2 + /* Copyright(c) 2013 - 2018 Intel Corporation. */ 27 3 28 4 #include "i40e_status.h" 29 5 #include "i40e_type.h"
+1 -25
drivers/net/ethernet/intel/i40evf/i40e_adminq.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /******************************************************************************* 3 - * 4 - * Intel Ethernet Controller XL710 Family Linux Virtual Function Driver 5 - * Copyright(c) 2013 - 2014 Intel Corporation. 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope it will be useful, but WITHOUT 12 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - * more details. 15 - * 16 - * You should have received a copy of the GNU General Public License along 17 - * with this program. If not, see <http://www.gnu.org/licenses/>. 18 - * 19 - * The full GNU General Public License is included in this distribution in 20 - * the file called "COPYING". 21 - * 22 - * Contact Information: 23 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 24 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 25 - * 26 - ******************************************************************************/ 2 + /* Copyright(c) 2013 - 2018 Intel Corporation. */ 27 3 28 4 #ifndef _I40E_ADMINQ_H_ 29 5 #define _I40E_ADMINQ_H_
+1 -25
drivers/net/ethernet/intel/i40evf/i40e_adminq_cmd.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /******************************************************************************* 3 - * 4 - * Intel Ethernet Controller XL710 Family Linux Virtual Function Driver 5 - * Copyright(c) 2013 - 2017 Intel Corporation. 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope it will be useful, but WITHOUT 12 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - * more details. 15 - * 16 - * You should have received a copy of the GNU General Public License along 17 - * with this program. If not, see <http://www.gnu.org/licenses/>. 18 - * 19 - * The full GNU General Public License is included in this distribution in 20 - * the file called "COPYING". 21 - * 22 - * Contact Information: 23 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 24 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 25 - * 26 - ******************************************************************************/ 2 + /* Copyright(c) 2013 - 2018 Intel Corporation. */ 27 3 28 4 #ifndef _I40E_ADMINQ_CMD_H_ 29 5 #define _I40E_ADMINQ_CMD_H_
+1 -25
drivers/net/ethernet/intel/i40evf/i40e_alloc.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /******************************************************************************* 3 - * 4 - * Intel Ethernet Controller XL710 Family Linux Virtual Function Driver 5 - * Copyright(c) 2013 - 2014 Intel Corporation. 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope it will be useful, but WITHOUT 12 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - * more details. 15 - * 16 - * You should have received a copy of the GNU General Public License along 17 - * with this program. If not, see <http://www.gnu.org/licenses/>. 18 - * 19 - * The full GNU General Public License is included in this distribution in 20 - * the file called "COPYING". 21 - * 22 - * Contact Information: 23 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 24 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 25 - * 26 - ******************************************************************************/ 2 + /* Copyright(c) 2013 - 2018 Intel Corporation. */ 27 3 28 4 #ifndef _I40E_ALLOC_H_ 29 5 #define _I40E_ALLOC_H_
+1 -25
drivers/net/ethernet/intel/i40evf/i40e_common.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 - /******************************************************************************* 3 - * 4 - * Intel Ethernet Controller XL710 Family Linux Virtual Function Driver 5 - * Copyright(c) 2013 - 2014 Intel Corporation. 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope it will be useful, but WITHOUT 12 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - * more details. 15 - * 16 - * You should have received a copy of the GNU General Public License along 17 - * with this program. If not, see <http://www.gnu.org/licenses/>. 18 - * 19 - * The full GNU General Public License is included in this distribution in 20 - * the file called "COPYING". 21 - * 22 - * Contact Information: 23 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 24 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 25 - * 26 - ******************************************************************************/ 2 + /* Copyright(c) 2013 - 2018 Intel Corporation. */ 27 3 28 4 #include "i40e_type.h" 29 5 #include "i40e_adminq.h"
+1 -25
drivers/net/ethernet/intel/i40evf/i40e_devids.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /******************************************************************************* 3 - * 4 - * Intel Ethernet Controller XL710 Family Linux Virtual Function Driver 5 - * Copyright(c) 2013 - 2015 Intel Corporation. 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope it will be useful, but WITHOUT 12 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - * more details. 15 - * 16 - * You should have received a copy of the GNU General Public License along 17 - * with this program. If not, see <http://www.gnu.org/licenses/>. 18 - * 19 - * The full GNU General Public License is included in this distribution in 20 - * the file called "COPYING". 21 - * 22 - * Contact Information: 23 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 24 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 25 - * 26 - ******************************************************************************/ 2 + /* Copyright(c) 2013 - 2018 Intel Corporation. */ 27 3 28 4 #ifndef _I40E_DEVIDS_H_ 29 5 #define _I40E_DEVIDS_H_
+1 -25
drivers/net/ethernet/intel/i40evf/i40e_hmc.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /******************************************************************************* 3 - * 4 - * Intel Ethernet Controller XL710 Family Linux Virtual Function Driver 5 - * Copyright(c) 2013 - 2014 Intel Corporation. 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope it will be useful, but WITHOUT 12 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - * more details. 15 - * 16 - * You should have received a copy of the GNU General Public License along 17 - * with this program. If not, see <http://www.gnu.org/licenses/>. 18 - * 19 - * The full GNU General Public License is included in this distribution in 20 - * the file called "COPYING". 21 - * 22 - * Contact Information: 23 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 24 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 25 - * 26 - ******************************************************************************/ 2 + /* Copyright(c) 2013 - 2018 Intel Corporation. */ 27 3 28 4 #ifndef _I40E_HMC_H_ 29 5 #define _I40E_HMC_H_
+1 -25
drivers/net/ethernet/intel/i40evf/i40e_lan_hmc.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /******************************************************************************* 3 - * 4 - * Intel Ethernet Controller XL710 Family Linux Virtual Function Driver 5 - * Copyright(c) 2013 - 2014 Intel Corporation. 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope it will be useful, but WITHOUT 12 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - * more details. 15 - * 16 - * You should have received a copy of the GNU General Public License along 17 - * with this program. If not, see <http://www.gnu.org/licenses/>. 18 - * 19 - * The full GNU General Public License is included in this distribution in 20 - * the file called "COPYING". 21 - * 22 - * Contact Information: 23 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 24 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 25 - * 26 - ******************************************************************************/ 2 + /* Copyright(c) 2013 - 2018 Intel Corporation. */ 27 3 28 4 #ifndef _I40E_LAN_HMC_H_ 29 5 #define _I40E_LAN_HMC_H_
+1 -25
drivers/net/ethernet/intel/i40evf/i40e_osdep.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /******************************************************************************* 3 - * 4 - * Intel Ethernet Controller XL710 Family Linux Virtual Function Driver 5 - * Copyright(c) 2013 - 2014 Intel Corporation. 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope it will be useful, but WITHOUT 12 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - * more details. 15 - * 16 - * You should have received a copy of the GNU General Public License along 17 - * with this program. If not, see <http://www.gnu.org/licenses/>. 18 - * 19 - * The full GNU General Public License is included in this distribution in 20 - * the file called "COPYING". 21 - * 22 - * Contact Information: 23 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 24 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 25 - * 26 - ******************************************************************************/ 2 + /* Copyright(c) 2013 - 2018 Intel Corporation. */ 27 3 28 4 #ifndef _I40E_OSDEP_H_ 29 5 #define _I40E_OSDEP_H_
+1 -25
drivers/net/ethernet/intel/i40evf/i40e_prototype.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /******************************************************************************* 3 - * 4 - * Intel Ethernet Controller XL710 Family Linux Virtual Function Driver 5 - * Copyright(c) 2013 - 2014 Intel Corporation. 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope it will be useful, but WITHOUT 12 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - * more details. 15 - * 16 - * You should have received a copy of the GNU General Public License along 17 - * with this program. If not, see <http://www.gnu.org/licenses/>. 18 - * 19 - * The full GNU General Public License is included in this distribution in 20 - * the file called "COPYING". 21 - * 22 - * Contact Information: 23 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 24 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 25 - * 26 - ******************************************************************************/ 2 + /* Copyright(c) 2013 - 2018 Intel Corporation. */ 27 3 28 4 #ifndef _I40E_PROTOTYPE_H_ 29 5 #define _I40E_PROTOTYPE_H_
+1 -25
drivers/net/ethernet/intel/i40evf/i40e_register.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /******************************************************************************* 3 - * 4 - * Intel Ethernet Controller XL710 Family Linux Virtual Function Driver 5 - * Copyright(c) 2013 - 2014 Intel Corporation. 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope it will be useful, but WITHOUT 12 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - * more details. 15 - * 16 - * You should have received a copy of the GNU General Public License along 17 - * with this program. If not, see <http://www.gnu.org/licenses/>. 18 - * 19 - * The full GNU General Public License is included in this distribution in 20 - * the file called "COPYING". 21 - * 22 - * Contact Information: 23 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 24 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 25 - * 26 - ******************************************************************************/ 2 + /* Copyright(c) 2013 - 2018 Intel Corporation. */ 27 3 28 4 #ifndef _I40E_REGISTER_H_ 29 5 #define _I40E_REGISTER_H_
+1 -25
drivers/net/ethernet/intel/i40evf/i40e_status.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /******************************************************************************* 3 - * 4 - * Intel Ethernet Controller XL710 Family Linux Virtual Function Driver 5 - * Copyright(c) 2013 - 2014 Intel Corporation. 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope it will be useful, but WITHOUT 12 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - * more details. 15 - * 16 - * You should have received a copy of the GNU General Public License along 17 - * with this program. If not, see <http://www.gnu.org/licenses/>. 18 - * 19 - * The full GNU General Public License is included in this distribution in 20 - * the file called "COPYING". 21 - * 22 - * Contact Information: 23 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 24 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 25 - * 26 - ******************************************************************************/ 2 + /* Copyright(c) 2013 - 2018 Intel Corporation. */ 27 3 28 4 #ifndef _I40E_STATUS_H_ 29 5 #define _I40E_STATUS_H_
+1 -22
drivers/net/ethernet/intel/i40evf/i40e_trace.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /******************************************************************************* 3 - * 4 - * Intel(R) 40-10 Gigabit Ethernet Virtual Function Driver 5 - * Copyright(c) 2013 - 2017 Intel Corporation. 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope it will be useful, but WITHOUT 12 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - * more details. 15 - * 16 - * The full GNU General Public License is included in this distribution in 17 - * the file called "COPYING". 18 - * 19 - * Contact Information: 20 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 21 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 22 - * 23 - ******************************************************************************/ 2 + /* Copyright(c) 2013 - 2018 Intel Corporation. */ 24 3 25 4 /* Modeled on trace-events-sample.h */ 26 5
+1 -25
drivers/net/ethernet/intel/i40evf/i40e_txrx.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 - /******************************************************************************* 3 - * 4 - * Intel Ethernet Controller XL710 Family Linux Virtual Function Driver 5 - * Copyright(c) 2013 - 2016 Intel Corporation. 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope it will be useful, but WITHOUT 12 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - * more details. 15 - * 16 - * You should have received a copy of the GNU General Public License along 17 - * with this program. If not, see <http://www.gnu.org/licenses/>. 18 - * 19 - * The full GNU General Public License is included in this distribution in 20 - * the file called "COPYING". 21 - * 22 - * Contact Information: 23 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 24 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 25 - * 26 - ******************************************************************************/ 2 + /* Copyright(c) 2013 - 2018 Intel Corporation. */ 27 3 28 4 #include <linux/prefetch.h> 29 5 #include <net/busy_poll.h>
+1 -25
drivers/net/ethernet/intel/i40evf/i40e_txrx.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /******************************************************************************* 3 - * 4 - * Intel Ethernet Controller XL710 Family Linux Virtual Function Driver 5 - * Copyright(c) 2013 - 2016 Intel Corporation. 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope it will be useful, but WITHOUT 12 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - * more details. 15 - * 16 - * You should have received a copy of the GNU General Public License along 17 - * with this program. If not, see <http://www.gnu.org/licenses/>. 18 - * 19 - * The full GNU General Public License is included in this distribution in 20 - * the file called "COPYING". 21 - * 22 - * Contact Information: 23 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 24 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 25 - * 26 - ******************************************************************************/ 2 + /* Copyright(c) 2013 - 2018 Intel Corporation. */ 27 3 28 4 #ifndef _I40E_TXRX_H_ 29 5 #define _I40E_TXRX_H_
+1 -25
drivers/net/ethernet/intel/i40evf/i40e_type.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /******************************************************************************* 3 - * 4 - * Intel Ethernet Controller XL710 Family Linux Virtual Function Driver 5 - * Copyright(c) 2013 - 2015 Intel Corporation. 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope it will be useful, but WITHOUT 12 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - * more details. 15 - * 16 - * You should have received a copy of the GNU General Public License along 17 - * with this program. If not, see <http://www.gnu.org/licenses/>. 18 - * 19 - * The full GNU General Public License is included in this distribution in 20 - * the file called "COPYING". 21 - * 22 - * Contact Information: 23 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 24 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 25 - * 26 - ******************************************************************************/ 2 + /* Copyright(c) 2013 - 2018 Intel Corporation. */ 27 3 28 4 #ifndef _I40E_TYPE_H_ 29 5 #define _I40E_TYPE_H_
+1 -25
drivers/net/ethernet/intel/i40evf/i40evf.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /******************************************************************************* 3 - * 4 - * Intel Ethernet Controller XL710 Family Linux Virtual Function Driver 5 - * Copyright(c) 2013 - 2016 Intel Corporation. 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope it will be useful, but WITHOUT 12 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - * more details. 15 - * 16 - * You should have received a copy of the GNU General Public License along 17 - * with this program. If not, see <http://www.gnu.org/licenses/>. 18 - * 19 - * The full GNU General Public License is included in this distribution in 20 - * the file called "COPYING". 21 - * 22 - * Contact Information: 23 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 24 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 25 - * 26 - ******************************************************************************/ 2 + /* Copyright(c) 2013 - 2018 Intel Corporation. */ 27 3 28 4 #ifndef _I40EVF_H_ 29 5 #define _I40EVF_H_
+2
drivers/net/ethernet/intel/i40evf/i40evf_client.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 + /* Copyright(c) 2013 - 2018 Intel Corporation. */ 3 + 2 4 #include <linux/list.h> 3 5 #include <linux/errno.h> 4 6
+2
drivers/net/ethernet/intel/i40evf/i40evf_client.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 + /* Copyright(c) 2013 - 2018 Intel Corporation. */ 3 + 2 4 #ifndef _I40E_CLIENT_H_ 3 5 #define _I40E_CLIENT_H_ 4 6
+1 -25
drivers/net/ethernet/intel/i40evf/i40evf_ethtool.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 - /******************************************************************************* 3 - * 4 - * Intel Ethernet Controller XL710 Family Linux Virtual Function Driver 5 - * Copyright(c) 2013 - 2016 Intel Corporation. 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope it will be useful, but WITHOUT 12 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - * more details. 15 - * 16 - * You should have received a copy of the GNU General Public License along 17 - * with this program. If not, see <http://www.gnu.org/licenses/>. 18 - * 19 - * The full GNU General Public License is included in this distribution in 20 - * the file called "COPYING". 21 - * 22 - * Contact Information: 23 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 24 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 25 - * 26 - ******************************************************************************/ 2 + /* Copyright(c) 2013 - 2018 Intel Corporation. */ 27 3 28 4 /* ethtool support for i40evf */ 29 5 #include "i40evf.h"
+1 -25
drivers/net/ethernet/intel/i40evf/i40evf_main.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 - /******************************************************************************* 3 - * 4 - * Intel Ethernet Controller XL710 Family Linux Virtual Function Driver 5 - * Copyright(c) 2013 - 2016 Intel Corporation. 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope it will be useful, but WITHOUT 12 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - * more details. 15 - * 16 - * You should have received a copy of the GNU General Public License along 17 - * with this program. If not, see <http://www.gnu.org/licenses/>. 18 - * 19 - * The full GNU General Public License is included in this distribution in 20 - * the file called "COPYING". 21 - * 22 - * Contact Information: 23 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 24 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 25 - * 26 - ******************************************************************************/ 2 + /* Copyright(c) 2013 - 2018 Intel Corporation. */ 27 3 28 4 #include "i40evf.h" 29 5 #include "i40e_prototype.h"
+1 -25
drivers/net/ethernet/intel/i40evf/i40evf_virtchnl.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 - /******************************************************************************* 3 - * 4 - * Intel Ethernet Controller XL710 Family Linux Virtual Function Driver 5 - * Copyright(c) 2013 - 2014 Intel Corporation. 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope it will be useful, but WITHOUT 12 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - * more details. 15 - * 16 - * You should have received a copy of the GNU General Public License along 17 - * with this program. If not, see <http://www.gnu.org/licenses/>. 18 - * 19 - * The full GNU General Public License is included in this distribution in 20 - * the file called "COPYING". 21 - * 22 - * Contact Information: 23 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 24 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 25 - * 26 - ******************************************************************************/ 2 + /* Copyright(c) 2013 - 2018 Intel Corporation. */ 27 3 28 4 #include "i40evf.h" 29 5 #include "i40e_prototype.h"
+1 -27
drivers/net/ethernet/intel/igb/Makefile
··· 1 1 # SPDX-License-Identifier: GPL-2.0 2 - ################################################################################ 3 - # 4 - # Intel 82575 PCI-Express Ethernet Linux driver 5 - # Copyright(c) 1999 - 2014 Intel Corporation. 6 - # 7 - # This program is free software; you can redistribute it and/or modify it 8 - # under the terms and conditions of the GNU General Public License, 9 - # version 2, as published by the Free Software Foundation. 10 - # 11 - # This program is distributed in the hope it will be useful, but WITHOUT 12 - # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - # more details. 15 - # 16 - # You should have received a copy of the GNU General Public License along with 17 - # this program; if not, see <http://www.gnu.org/licenses/>. 18 - # 19 - # The full GNU General Public License is included in this distribution in 20 - # the file called "COPYING". 21 - # 22 - # Contact Information: 23 - # Linux NICS <linux.nics@intel.com> 24 - # e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 25 - # Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 26 - # 27 - ################################################################################ 28 - 2 + # Copyright(c) 1999 - 2018 Intel Corporation. 29 3 # 30 4 # Makefile for the Intel(R) 82575 PCI-Express ethernet driver 31 5 #
+1 -22
drivers/net/ethernet/intel/igb/e1000_82575.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 - /* Intel(R) Gigabit Ethernet Linux driver 3 - * Copyright(c) 2007-2015 Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope 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 - * You should have received a copy of the GNU General Public License along with 15 - * this program; if not, see <http://www.gnu.org/licenses/>. 16 - * 17 - * The full GNU General Public License is included in this distribution in 18 - * the file called "COPYING". 19 - * 20 - * Contact Information: 21 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 22 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 23 - */ 2 + /* Copyright(c) 2007 - 2018 Intel Corporation. */ 24 3 25 4 /* e1000_82575 26 5 * e1000_82576
+1 -22
drivers/net/ethernet/intel/igb/e1000_82575.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /* Intel(R) Gigabit Ethernet Linux driver 3 - * Copyright(c) 2007-2014 Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope 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 - * You should have received a copy of the GNU General Public License along with 15 - * this program; if not, see <http://www.gnu.org/licenses/>. 16 - * 17 - * The full GNU General Public License is included in this distribution in 18 - * the file called "COPYING". 19 - * 20 - * Contact Information: 21 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 22 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 23 - */ 2 + /* Copyright(c) 2007 - 2018 Intel Corporation. */ 24 3 25 4 #ifndef _E1000_82575_H_ 26 5 #define _E1000_82575_H_
+1 -22
drivers/net/ethernet/intel/igb/e1000_defines.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /* Intel(R) Gigabit Ethernet Linux driver 3 - * Copyright(c) 2007-2014 Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope 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 - * You should have received a copy of the GNU General Public License along with 15 - * this program; if not, see <http://www.gnu.org/licenses/>. 16 - * 17 - * The full GNU General Public License is included in this distribution in 18 - * the file called "COPYING". 19 - * 20 - * Contact Information: 21 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 22 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 23 - */ 2 + /* Copyright(c) 2007 - 2018 Intel Corporation. */ 24 3 25 4 #ifndef _E1000_DEFINES_H_ 26 5 #define _E1000_DEFINES_H_
+1 -21
drivers/net/ethernet/intel/igb/e1000_hw.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /* Intel(R) Gigabit Ethernet Linux driver 3 - * Copyright(c) 2007-2014 Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * 8 - * This program is distributed in the hope it will be useful, but WITHOUT 9 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 10 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 11 - * more details. 12 - * 13 - * You should have received a copy of the GNU General Public License along with 14 - * this program; if not, see <http://www.gnu.org/licenses/>. 15 - * 16 - * The full GNU General Public License is included in this distribution in 17 - * the file called "COPYING". 18 - * 19 - * Contact Information: 20 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 21 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 22 - */ 2 + /* Copyright(c) 2007 - 2018 Intel Corporation. */ 23 3 24 4 #ifndef _E1000_HW_H_ 25 5 #define _E1000_HW_H_
+1 -22
drivers/net/ethernet/intel/igb/e1000_i210.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 - /* Intel(R) Gigabit Ethernet Linux driver 3 - * Copyright(c) 2007-2014 Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope 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 - * You should have received a copy of the GNU General Public License along with 15 - * this program; if not, see <http://www.gnu.org/licenses/>. 16 - * 17 - * The full GNU General Public License is included in this distribution in 18 - * the file called "COPYING". 19 - * 20 - * Contact Information: 21 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 22 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 23 - */ 2 + /* Copyright(c) 2007 - 2018 Intel Corporation. */ 24 3 25 4 /* e1000_i210 26 5 * e1000_i211
+1 -22
drivers/net/ethernet/intel/igb/e1000_i210.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /* Intel(R) Gigabit Ethernet Linux driver 3 - * Copyright(c) 2007-2014 Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope 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 - * You should have received a copy of the GNU General Public License along with 15 - * this program; if not, see <http://www.gnu.org/licenses/>. 16 - * 17 - * The full GNU General Public License is included in this distribution in 18 - * the file called "COPYING". 19 - * 20 - * Contact Information: 21 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 22 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 23 - */ 2 + /* Copyright(c) 2007 - 2018 Intel Corporation. */ 24 3 25 4 #ifndef _E1000_I210_H_ 26 5 #define _E1000_I210_H_
+1 -22
drivers/net/ethernet/intel/igb/e1000_mac.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 - /* Intel(R) Gigabit Ethernet Linux driver 3 - * Copyright(c) 2007-2014 Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope 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 - * You should have received a copy of the GNU General Public License along with 15 - * this program; if not, see <http://www.gnu.org/licenses/>. 16 - * 17 - * The full GNU General Public License is included in this distribution in 18 - * the file called "COPYING". 19 - * 20 - * Contact Information: 21 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 22 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 23 - */ 2 + /* Copyright(c) 2007 - 2018 Intel Corporation. */ 24 3 25 4 #include <linux/if_ether.h> 26 5 #include <linux/delay.h>
+1 -22
drivers/net/ethernet/intel/igb/e1000_mac.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /* Intel(R) Gigabit Ethernet Linux driver 3 - * Copyright(c) 2007-2014 Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope 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 - * You should have received a copy of the GNU General Public License along with 15 - * this program; if not, see <http://www.gnu.org/licenses/>. 16 - * 17 - * The full GNU General Public License is included in this distribution in 18 - * the file called "COPYING". 19 - * 20 - * Contact Information: 21 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 22 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 23 - */ 2 + /* Copyright(c) 2007 - 2018 Intel Corporation. */ 24 3 25 4 #ifndef _E1000_MAC_H_ 26 5 #define _E1000_MAC_H_
+1 -22
drivers/net/ethernet/intel/igb/e1000_mbx.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 - /* Intel(R) Gigabit Ethernet Linux driver 3 - * Copyright(c) 2007-2014 Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope 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 - * You should have received a copy of the GNU General Public License along with 15 - * this program; if not, see <http://www.gnu.org/licenses/>. 16 - * 17 - * The full GNU General Public License is included in this distribution in 18 - * the file called "COPYING". 19 - * 20 - * Contact Information: 21 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 22 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 23 - */ 2 + /* Copyright(c) 2007 - 2018 Intel Corporation. */ 24 3 25 4 #include "e1000_mbx.h" 26 5
+1 -22
drivers/net/ethernet/intel/igb/e1000_mbx.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /* Intel(R) Gigabit Ethernet Linux driver 3 - * Copyright(c) 2007-2014 Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope 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 - * You should have received a copy of the GNU General Public License along with 15 - * this program; if not, see <http://www.gnu.org/licenses/>. 16 - * 17 - * The full GNU General Public License is included in this distribution in 18 - * the file called "COPYING". 19 - * 20 - * Contact Information: 21 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 22 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 23 - */ 2 + /* Copyright(c) 2007 - 2018 Intel Corporation. */ 24 3 25 4 #ifndef _E1000_MBX_H_ 26 5 #define _E1000_MBX_H_
+1 -21
drivers/net/ethernet/intel/igb/e1000_nvm.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 - /* Intel(R) Gigabit Ethernet Linux driver 3 - * Copyright(c) 2007-2014 Intel Corporation. 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope it will be useful, but WITHOUT 9 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 10 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 11 - * more details. 12 - * 13 - * You should have received a copy of the GNU General Public License along with 14 - * this program; if not, see <http://www.gnu.org/licenses/>. 15 - * 16 - * The full GNU General Public License is included in this distribution in 17 - * the file called "COPYING". 18 - * 19 - * Contact Information: 20 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 21 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 22 - */ 2 + /* Copyright(c) 2007 - 2018 Intel Corporation. */ 23 3 24 4 #include <linux/if_ether.h> 25 5 #include <linux/delay.h>
+1 -22
drivers/net/ethernet/intel/igb/e1000_nvm.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /* Intel(R) Gigabit Ethernet Linux driver 3 - * Copyright(c) 2007-2014 Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope 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 - * You should have received a copy of the GNU General Public License along with 15 - * this program; if not, see <http://www.gnu.org/licenses/>. 16 - * 17 - * The full GNU General Public License is included in this distribution in 18 - * the file called "COPYING". 19 - * 20 - * Contact Information: 21 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 22 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 23 - */ 2 + /* Copyright(c) 2007 - 2018 Intel Corporation. */ 24 3 25 4 #ifndef _E1000_NVM_H_ 26 5 #define _E1000_NVM_H_
+1 -22
drivers/net/ethernet/intel/igb/e1000_phy.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 - /* Intel(R) Gigabit Ethernet Linux driver 3 - * Copyright(c) 2007-2015 Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope 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 - * You should have received a copy of the GNU General Public License along with 15 - * this program; if not, see <http://www.gnu.org/licenses/>. 16 - * 17 - * The full GNU General Public License is included in this distribution in 18 - * the file called "COPYING". 19 - * 20 - * Contact Information: 21 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 22 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 23 - */ 2 + /* Copyright(c) 2007 - 2018 Intel Corporation. */ 24 3 25 4 #include <linux/if_ether.h> 26 5 #include <linux/delay.h>
+1 -22
drivers/net/ethernet/intel/igb/e1000_phy.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /* Intel(R) Gigabit Ethernet Linux driver 3 - * Copyright(c) 2007-2014 Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope 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 - * You should have received a copy of the GNU General Public License along with 15 - * this program; if not, see <http://www.gnu.org/licenses/>. 16 - * 17 - * The full GNU General Public License is included in this distribution in 18 - * the file called "COPYING". 19 - * 20 - * Contact Information: 21 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 22 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 23 - */ 2 + /* Copyright(c) 2007 - 2018 Intel Corporation. */ 24 3 25 4 #ifndef _E1000_PHY_H_ 26 5 #define _E1000_PHY_H_
+1 -22
drivers/net/ethernet/intel/igb/e1000_regs.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /* Intel(R) Gigabit Ethernet Linux driver 3 - * Copyright(c) 2007-2014 Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope 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 - * You should have received a copy of the GNU General Public License along with 15 - * this program; if not, see <http://www.gnu.org/licenses/>. 16 - * 17 - * The full GNU General Public License is included in this distribution in 18 - * the file called "COPYING". 19 - * 20 - * Contact Information: 21 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 22 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 23 - */ 2 + /* Copyright(c) 2007 - 2018 Intel Corporation. */ 24 3 25 4 #ifndef _E1000_REGS_H_ 26 5 #define _E1000_REGS_H_
+1 -22
drivers/net/ethernet/intel/igb/igb.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /* Intel(R) Gigabit Ethernet Linux driver 3 - * Copyright(c) 2007-2014 Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope 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 - * You should have received a copy of the GNU General Public License along with 15 - * this program; if not, see <http://www.gnu.org/licenses/>. 16 - * 17 - * The full GNU General Public License is included in this distribution in 18 - * the file called "COPYING". 19 - * 20 - * Contact Information: 21 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 22 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 23 - */ 2 + /* Copyright(c) 2007 - 2018 Intel Corporation. */ 24 3 25 4 /* Linux PRO/1000 Ethernet Driver main header file */ 26 5
+1 -22
drivers/net/ethernet/intel/igb/igb_ethtool.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 - /* Intel(R) Gigabit Ethernet Linux driver 3 - * Copyright(c) 2007-2014 Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope 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 - * You should have received a copy of the GNU General Public License along with 15 - * this program; if not, see <http://www.gnu.org/licenses/>. 16 - * 17 - * The full GNU General Public License is included in this distribution in 18 - * the file called "COPYING". 19 - * 20 - * Contact Information: 21 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 22 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 23 - */ 2 + /* Copyright(c) 2007 - 2018 Intel Corporation. */ 24 3 25 4 /* ethtool support for igb */ 26 5
+1 -22
drivers/net/ethernet/intel/igb/igb_hwmon.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 - /* Intel(R) Gigabit Ethernet Linux driver 3 - * Copyright(c) 2007-2014 Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope 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 - * You should have received a copy of the GNU General Public License along with 15 - * this program; if not, see <http://www.gnu.org/licenses/>. 16 - * 17 - * The full GNU General Public License is included in this distribution in 18 - * the file called "COPYING". 19 - * 20 - * Contact Information: 21 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 22 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 23 - */ 2 + /* Copyright(c) 2007 - 2018 Intel Corporation. */ 24 3 25 4 #include "igb.h" 26 5 #include "e1000_82575.h"
+1 -22
drivers/net/ethernet/intel/igb/igb_main.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 - /* Intel(R) Gigabit Ethernet Linux driver 3 - * Copyright(c) 2007-2014 Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope 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 - * You should have received a copy of the GNU General Public License along with 15 - * this program; if not, see <http://www.gnu.org/licenses/>. 16 - * 17 - * The full GNU General Public License is included in this distribution in 18 - * the file called "COPYING". 19 - * 20 - * Contact Information: 21 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 22 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 23 - */ 2 + /* Copyright(c) 2007 - 2018 Intel Corporation. */ 24 3 25 4 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt 26 5
+2 -17
drivers/net/ethernet/intel/igb/igb_ptp.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0+ 2 - /* PTP Hardware Clock (PHC) driver for the Intel 82576 and 82580 3 - * 4 - * Copyright (C) 2011 Richard Cochran <richardcochran@gmail.com> 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License as published by 8 - * the Free Software Foundation; either version 2 of the License, or 9 - * (at your option) any later version. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public License along with 17 - * this program; if not, see <http://www.gnu.org/licenses/>. 18 - */ 2 + /* Copyright (C) 2011 Richard Cochran <richardcochran@gmail.com> */ 3 + 19 4 #include <linux/module.h> 20 5 #include <linux/device.h> 21 6 #include <linux/pci.h>
+1 -27
drivers/net/ethernet/intel/igbvf/Makefile
··· 1 1 # SPDX-License-Identifier: GPL-2.0 2 - ################################################################################ 3 - # 4 - # Intel(R) 82576 Virtual Function Linux driver 5 - # Copyright(c) 2009 - 2012 Intel Corporation. 6 - # 7 - # This program is free software; you can redistribute it and/or modify it 8 - # under the terms and conditions of the GNU General Public License, 9 - # version 2, as published by the Free Software Foundation. 10 - # 11 - # This program is distributed in the hope it will be useful, but WITHOUT 12 - # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - # more details. 15 - # 16 - # You should have received a copy of the GNU General Public License along with 17 - # this program; if not, write to the Free Software Foundation, Inc., 18 - # 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 19 - # 20 - # The full GNU General Public License is included in this distribution in 21 - # the file called "COPYING". 22 - # 23 - # Contact Information: 24 - # e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 25 - # Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 26 - # 27 - ################################################################################ 28 - 2 + # Copyright(c) 2009 - 2018 Intel Corporation. 29 3 # 30 4 # Makefile for the Intel(R) 82576 VF ethernet driver 31 5 #
+1 -25
drivers/net/ethernet/intel/igbvf/defines.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /******************************************************************************* 3 - 4 - Intel(R) 82576 Virtual Function Linux driver 5 - Copyright(c) 1999 - 2012 Intel Corporation. 6 - 7 - This program is free software; you can redistribute it and/or modify it 8 - under the terms and conditions of the GNU General Public License, 9 - version 2, as published by the Free Software Foundation. 10 - 11 - This program is distributed in the hope it will be useful, but WITHOUT 12 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - more details. 15 - 16 - You should have received a copy of the GNU General Public License along with 17 - this program; if not, see <http://www.gnu.org/licenses/>. 18 - 19 - The full GNU General Public License is included in this distribution in 20 - the file called "COPYING". 21 - 22 - Contact Information: 23 - e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 24 - Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 25 - 26 - *******************************************************************************/ 2 + /* Copyright(c) 1999 - 2018 Intel Corporation. */ 27 3 28 4 #ifndef _E1000_DEFINES_H_ 29 5 #define _E1000_DEFINES_H_
+1 -25
drivers/net/ethernet/intel/igbvf/ethtool.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 - /******************************************************************************* 3 - 4 - Intel(R) 82576 Virtual Function Linux driver 5 - Copyright(c) 2009 - 2012 Intel Corporation. 6 - 7 - This program is free software; you can redistribute it and/or modify it 8 - under the terms and conditions of the GNU General Public License, 9 - version 2, as published by the Free Software Foundation. 10 - 11 - This program is distributed in the hope it will be useful, but WITHOUT 12 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - more details. 15 - 16 - You should have received a copy of the GNU General Public License along with 17 - this program; if not, see <http://www.gnu.org/licenses/>. 18 - 19 - The full GNU General Public License is included in this distribution in 20 - the file called "COPYING". 21 - 22 - Contact Information: 23 - e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 24 - Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 25 - 26 - *******************************************************************************/ 2 + /* Copyright(c) 2009 - 2018 Intel Corporation. */ 27 3 28 4 /* ethtool support for igbvf */ 29 5
+1 -25
drivers/net/ethernet/intel/igbvf/igbvf.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /******************************************************************************* 3 - 4 - Intel(R) 82576 Virtual Function Linux driver 5 - Copyright(c) 2009 - 2012 Intel Corporation. 6 - 7 - This program is free software; you can redistribute it and/or modify it 8 - under the terms and conditions of the GNU General Public License, 9 - version 2, as published by the Free Software Foundation. 10 - 11 - This program is distributed in the hope it will be useful, but WITHOUT 12 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - more details. 15 - 16 - You should have received a copy of the GNU General Public License along with 17 - this program; if not, see <http://www.gnu.org/licenses/>. 18 - 19 - The full GNU General Public License is included in this distribution in 20 - the file called "COPYING". 21 - 22 - Contact Information: 23 - e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 24 - Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 25 - 26 - *******************************************************************************/ 2 + /* Copyright(c) 2009 - 2018 Intel Corporation. */ 27 3 28 4 /* Linux PRO/1000 Ethernet Driver main header file */ 29 5
+1 -25
drivers/net/ethernet/intel/igbvf/mbx.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 - /******************************************************************************* 3 - 4 - Intel(R) 82576 Virtual Function Linux driver 5 - Copyright(c) 2009 - 2012 Intel Corporation. 6 - 7 - This program is free software; you can redistribute it and/or modify it 8 - under the terms and conditions of the GNU General Public License, 9 - version 2, as published by the Free Software Foundation. 10 - 11 - This program is distributed in the hope it will be useful, but WITHOUT 12 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - more details. 15 - 16 - You should have received a copy of the GNU General Public License along with 17 - this program; if not, see <http://www.gnu.org/licenses/>. 18 - 19 - The full GNU General Public License is included in this distribution in 20 - the file called "COPYING". 21 - 22 - Contact Information: 23 - e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 24 - Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 25 - 26 - *******************************************************************************/ 2 + /* Copyright(c) 2009 - 2018 Intel Corporation. */ 27 3 28 4 #include "mbx.h" 29 5
+1 -25
drivers/net/ethernet/intel/igbvf/mbx.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /******************************************************************************* 3 - 4 - Intel(R) 82576 Virtual Function Linux driver 5 - Copyright(c) 1999 - 2012 Intel Corporation. 6 - 7 - This program is free software; you can redistribute it and/or modify it 8 - under the terms and conditions of the GNU General Public License, 9 - version 2, as published by the Free Software Foundation. 10 - 11 - This program is distributed in the hope it will be useful, but WITHOUT 12 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - more details. 15 - 16 - You should have received a copy of the GNU General Public License along with 17 - this program; if not, see <http://www.gnu.org/licenses/>. 18 - 19 - The full GNU General Public License is included in this distribution in 20 - the file called "COPYING". 21 - 22 - Contact Information: 23 - e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 24 - Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 25 - 26 - *******************************************************************************/ 2 + /* Copyright(c) 1999 - 2018 Intel Corporation. */ 27 3 28 4 #ifndef _E1000_MBX_H_ 29 5 #define _E1000_MBX_H_
+1 -25
drivers/net/ethernet/intel/igbvf/netdev.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 - /******************************************************************************* 3 - 4 - Intel(R) 82576 Virtual Function Linux driver 5 - Copyright(c) 2009 - 2012 Intel Corporation. 6 - 7 - This program is free software; you can redistribute it and/or modify it 8 - under the terms and conditions of the GNU General Public License, 9 - version 2, as published by the Free Software Foundation. 10 - 11 - This program is distributed in the hope it will be useful, but WITHOUT 12 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - more details. 15 - 16 - You should have received a copy of the GNU General Public License along with 17 - this program; if not, see <http://www.gnu.org/licenses/>. 18 - 19 - The full GNU General Public License is included in this distribution in 20 - the file called "COPYING". 21 - 22 - Contact Information: 23 - e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 24 - Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 25 - 26 - *******************************************************************************/ 2 + /* Copyright(c) 2009 - 2018 Intel Corporation. */ 27 3 28 4 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt 29 5
+1 -25
drivers/net/ethernet/intel/igbvf/regs.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /******************************************************************************* 3 - 4 - Intel(R) 82576 Virtual Function Linux driver 5 - Copyright(c) 2009 - 2012 Intel Corporation. 6 - 7 - This program is free software; you can redistribute it and/or modify it 8 - under the terms and conditions of the GNU General Public License, 9 - version 2, as published by the Free Software Foundation. 10 - 11 - This program is distributed in the hope it will be useful, but WITHOUT 12 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - more details. 15 - 16 - You should have received a copy of the GNU General Public License along with 17 - this program; if not, see <http://www.gnu.org/licenses/>. 18 - 19 - The full GNU General Public License is included in this distribution in 20 - the file called "COPYING". 21 - 22 - Contact Information: 23 - e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 24 - Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 25 - 26 - *******************************************************************************/ 2 + /* Copyright(c) 2009 - 2018 Intel Corporation. */ 27 3 28 4 #ifndef _E1000_REGS_H_ 29 5 #define _E1000_REGS_H_
+1 -25
drivers/net/ethernet/intel/igbvf/vf.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 - /******************************************************************************* 3 - 4 - Intel(R) 82576 Virtual Function Linux driver 5 - Copyright(c) 2009 - 2012 Intel Corporation. 6 - 7 - This program is free software; you can redistribute it and/or modify it 8 - under the terms and conditions of the GNU General Public License, 9 - version 2, as published by the Free Software Foundation. 10 - 11 - This program is distributed in the hope it will be useful, but WITHOUT 12 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - more details. 15 - 16 - You should have received a copy of the GNU General Public License along with 17 - this program; if not, see <http://www.gnu.org/licenses/>. 18 - 19 - The full GNU General Public License is included in this distribution in 20 - the file called "COPYING". 21 - 22 - Contact Information: 23 - e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 24 - Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 25 - 26 - *******************************************************************************/ 2 + /* Copyright(c) 2009 - 2018 Intel Corporation. */ 27 3 28 4 #include "vf.h" 29 5
+1 -25
drivers/net/ethernet/intel/igbvf/vf.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /******************************************************************************* 3 - 4 - Intel(R) 82576 Virtual Function Linux driver 5 - Copyright(c) 2009 - 2012 Intel Corporation. 6 - 7 - This program is free software; you can redistribute it and/or modify it 8 - under the terms and conditions of the GNU General Public License, 9 - version 2, as published by the Free Software Foundation. 10 - 11 - This program is distributed in the hope it will be useful, but WITHOUT 12 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - more details. 15 - 16 - You should have received a copy of the GNU General Public License along with 17 - this program; if not, see <http://www.gnu.org/licenses/>. 18 - 19 - The full GNU General Public License is included in this distribution in 20 - the file called "COPYING". 21 - 22 - Contact Information: 23 - e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 24 - Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 25 - 26 - *******************************************************************************/ 2 + /* Copyright(c) 2009 - 2018 Intel Corporation. */ 27 3 28 4 #ifndef _E1000_VF_H_ 29 5 #define _E1000_VF_H_
-27
drivers/net/ethernet/intel/ixgb/Makefile
··· 1 1 # SPDX-License-Identifier: GPL-2.0 2 - ################################################################################ 3 - # 4 - # Intel PRO/10GbE Linux driver 5 2 # Copyright(c) 1999 - 2008 Intel Corporation. 6 - # 7 - # This program is free software; you can redistribute it and/or modify it 8 - # under the terms and conditions of the GNU General Public License, 9 - # version 2, as published by the Free Software Foundation. 10 - # 11 - # This program is distributed in the hope it will be useful, but WITHOUT 12 - # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - # more details. 15 - # 16 - # You should have received a copy of the GNU General Public License along with 17 - # this program; if not, write to the Free Software Foundation, Inc., 18 - # 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 19 - # 20 - # The full GNU General Public License is included in this distribution in 21 - # the file called "COPYING". 22 - # 23 - # Contact Information: 24 - # Linux NICS <linux.nics@intel.com> 25 - # e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 26 - # Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 27 - # 28 - ################################################################################ 29 - 30 3 # 31 4 # Makefile for the Intel(R) PRO/10GbE ethernet driver 32 5 #
+1 -27
drivers/net/ethernet/intel/ixgb/ixgb.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /******************************************************************************* 3 - 4 - Intel PRO/10GbE Linux driver 5 - Copyright(c) 1999 - 2008 Intel Corporation. 6 - 7 - This program is free software; you can redistribute it and/or modify it 8 - under the terms and conditions of the GNU General Public License, 9 - version 2, as published by the Free Software Foundation. 10 - 11 - This program is distributed in the hope it will be useful, but WITHOUT 12 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - more details. 15 - 16 - You should have received a copy of the GNU General Public License along with 17 - this program; if not, write to the Free Software Foundation, Inc., 18 - 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 19 - 20 - The full GNU General Public License is included in this distribution in 21 - the file called "COPYING". 22 - 23 - Contact Information: 24 - Linux NICS <linux.nics@intel.com> 25 - e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 26 - Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 27 - 28 - *******************************************************************************/ 2 + /* Copyright(c) 1999 - 2008 Intel Corporation. */ 29 3 30 4 #ifndef _IXGB_H_ 31 5 #define _IXGB_H_
+2 -27
drivers/net/ethernet/intel/ixgb/ixgb_ee.c
··· 1 - /******************************************************************************* 2 - 3 - Intel PRO/10GbE Linux driver 4 - Copyright(c) 1999 - 2008 Intel Corporation. 5 - 6 - This program is free software; you can redistribute it and/or modify it 7 - under the terms and conditions of the GNU General Public License, 8 - version 2, as published by the Free Software Foundation. 9 - 10 - This program is distributed in the hope it will be useful, but WITHOUT 11 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - more details. 14 - 15 - You should have received a copy of the GNU General Public License along with 16 - this program; if not, write to the Free Software Foundation, Inc., 17 - 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 18 - 19 - The full GNU General Public License is included in this distribution in 20 - the file called "COPYING". 21 - 22 - Contact Information: 23 - Linux NICS <linux.nics@intel.com> 24 - e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 25 - Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 26 - 27 - *******************************************************************************/ 1 + // SPDX-License-Identifier: GPL-2.0 2 + /* Copyright(c) 1999 - 2008 Intel Corporation. */ 28 3 29 4 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt 30 5
+1 -27
drivers/net/ethernet/intel/ixgb/ixgb_ee.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /******************************************************************************* 3 - 4 - Intel PRO/10GbE Linux driver 5 - Copyright(c) 1999 - 2008 Intel Corporation. 6 - 7 - This program is free software; you can redistribute it and/or modify it 8 - under the terms and conditions of the GNU General Public License, 9 - version 2, as published by the Free Software Foundation. 10 - 11 - This program is distributed in the hope it will be useful, but WITHOUT 12 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - more details. 15 - 16 - You should have received a copy of the GNU General Public License along with 17 - this program; if not, write to the Free Software Foundation, Inc., 18 - 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 19 - 20 - The full GNU General Public License is included in this distribution in 21 - the file called "COPYING". 22 - 23 - Contact Information: 24 - Linux NICS <linux.nics@intel.com> 25 - e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 26 - Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 27 - 28 - *******************************************************************************/ 2 + /* Copyright(c) 1999 - 2008 Intel Corporation. */ 29 3 30 4 #ifndef _IXGB_EE_H_ 31 5 #define _IXGB_EE_H_
+2 -27
drivers/net/ethernet/intel/ixgb/ixgb_ethtool.c
··· 1 - /******************************************************************************* 2 - 3 - Intel PRO/10GbE Linux driver 4 - Copyright(c) 1999 - 2008 Intel Corporation. 5 - 6 - This program is free software; you can redistribute it and/or modify it 7 - under the terms and conditions of the GNU General Public License, 8 - version 2, as published by the Free Software Foundation. 9 - 10 - This program is distributed in the hope it will be useful, but WITHOUT 11 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - more details. 14 - 15 - You should have received a copy of the GNU General Public License along with 16 - this program; if not, write to the Free Software Foundation, Inc., 17 - 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 18 - 19 - The full GNU General Public License is included in this distribution in 20 - the file called "COPYING". 21 - 22 - Contact Information: 23 - Linux NICS <linux.nics@intel.com> 24 - e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 25 - Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 26 - 27 - *******************************************************************************/ 1 + // SPDX-License-Identifier: GPL-2.0 2 + /* Copyright(c) 1999 - 2008 Intel Corporation. */ 28 3 29 4 /* ethtool support for ixgb */ 30 5
+2 -27
drivers/net/ethernet/intel/ixgb/ixgb_hw.c
··· 1 - /******************************************************************************* 2 - 3 - Intel PRO/10GbE Linux driver 4 - Copyright(c) 1999 - 2008 Intel Corporation. 5 - 6 - This program is free software; you can redistribute it and/or modify it 7 - under the terms and conditions of the GNU General Public License, 8 - version 2, as published by the Free Software Foundation. 9 - 10 - This program is distributed in the hope it will be useful, but WITHOUT 11 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - more details. 14 - 15 - You should have received a copy of the GNU General Public License along with 16 - this program; if not, write to the Free Software Foundation, Inc., 17 - 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 18 - 19 - The full GNU General Public License is included in this distribution in 20 - the file called "COPYING". 21 - 22 - Contact Information: 23 - Linux NICS <linux.nics@intel.com> 24 - e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 25 - Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 26 - 27 - *******************************************************************************/ 1 + // SPDX-License-Identifier: GPL-2.0 2 + /* Copyright(c) 1999 - 2008 Intel Corporation. */ 28 3 29 4 /* ixgb_hw.c 30 5 * Shared functions for accessing and configuring the adapter
+1 -27
drivers/net/ethernet/intel/ixgb/ixgb_hw.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /******************************************************************************* 3 - 4 - Intel PRO/10GbE Linux driver 5 - Copyright(c) 1999 - 2008 Intel Corporation. 6 - 7 - This program is free software; you can redistribute it and/or modify it 8 - under the terms and conditions of the GNU General Public License, 9 - version 2, as published by the Free Software Foundation. 10 - 11 - This program is distributed in the hope it will be useful, but WITHOUT 12 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - more details. 15 - 16 - You should have received a copy of the GNU General Public License along with 17 - this program; if not, write to the Free Software Foundation, Inc., 18 - 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 19 - 20 - The full GNU General Public License is included in this distribution in 21 - the file called "COPYING". 22 - 23 - Contact Information: 24 - Linux NICS <linux.nics@intel.com> 25 - e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 26 - Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 27 - 28 - *******************************************************************************/ 2 + /* Copyright(c) 1999 - 2008 Intel Corporation. */ 29 3 30 4 #ifndef _IXGB_HW_H_ 31 5 #define _IXGB_HW_H_
+1 -27
drivers/net/ethernet/intel/ixgb/ixgb_ids.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /******************************************************************************* 3 - 4 - Intel PRO/10GbE Linux driver 5 - Copyright(c) 1999 - 2008 Intel Corporation. 6 - 7 - This program is free software; you can redistribute it and/or modify it 8 - under the terms and conditions of the GNU General Public License, 9 - version 2, as published by the Free Software Foundation. 10 - 11 - This program is distributed in the hope it will be useful, but WITHOUT 12 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - more details. 15 - 16 - You should have received a copy of the GNU General Public License along with 17 - this program; if not, write to the Free Software Foundation, Inc., 18 - 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 19 - 20 - The full GNU General Public License is included in this distribution in 21 - the file called "COPYING". 22 - 23 - Contact Information: 24 - Linux NICS <linux.nics@intel.com> 25 - e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 26 - Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 27 - 28 - *******************************************************************************/ 2 + /* Copyright(c) 1999 - 2008 Intel Corporation. */ 29 3 30 4 #ifndef _IXGB_IDS_H_ 31 5 #define _IXGB_IDS_H_
+2 -27
drivers/net/ethernet/intel/ixgb/ixgb_main.c
··· 1 - /******************************************************************************* 2 - 3 - Intel PRO/10GbE Linux driver 4 - Copyright(c) 1999 - 2008 Intel Corporation. 5 - 6 - This program is free software; you can redistribute it and/or modify it 7 - under the terms and conditions of the GNU General Public License, 8 - version 2, as published by the Free Software Foundation. 9 - 10 - This program is distributed in the hope it will be useful, but WITHOUT 11 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - more details. 14 - 15 - You should have received a copy of the GNU General Public License along with 16 - this program; if not, write to the Free Software Foundation, Inc., 17 - 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 18 - 19 - The full GNU General Public License is included in this distribution in 20 - the file called "COPYING". 21 - 22 - Contact Information: 23 - Linux NICS <linux.nics@intel.com> 24 - e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 25 - Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 26 - 27 - *******************************************************************************/ 1 + // SPDX-License-Identifier: GPL-2.0 2 + /* Copyright(c) 1999 - 2008 Intel Corporation. */ 28 3 29 4 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt 30 5
+1 -27
drivers/net/ethernet/intel/ixgb/ixgb_osdep.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /******************************************************************************* 3 - 4 - Intel PRO/10GbE Linux driver 5 - Copyright(c) 1999 - 2008 Intel Corporation. 6 - 7 - This program is free software; you can redistribute it and/or modify it 8 - under the terms and conditions of the GNU General Public License, 9 - version 2, as published by the Free Software Foundation. 10 - 11 - This program is distributed in the hope it will be useful, but WITHOUT 12 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - more details. 15 - 16 - You should have received a copy of the GNU General Public License along with 17 - this program; if not, write to the Free Software Foundation, Inc., 18 - 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 19 - 20 - The full GNU General Public License is included in this distribution in 21 - the file called "COPYING". 22 - 23 - Contact Information: 24 - Linux NICS <linux.nics@intel.com> 25 - e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 26 - Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 27 - 28 - *******************************************************************************/ 2 + /* Copyright(c) 1999 - 2008 Intel Corporation. */ 29 3 30 4 /* glue for the OS independent part of ixgb 31 5 * includes register access macros
+2 -27
drivers/net/ethernet/intel/ixgb/ixgb_param.c
··· 1 - /******************************************************************************* 2 - 3 - Intel PRO/10GbE Linux driver 4 - Copyright(c) 1999 - 2008 Intel Corporation. 5 - 6 - This program is free software; you can redistribute it and/or modify it 7 - under the terms and conditions of the GNU General Public License, 8 - version 2, as published by the Free Software Foundation. 9 - 10 - This program is distributed in the hope it will be useful, but WITHOUT 11 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - more details. 14 - 15 - You should have received a copy of the GNU General Public License along with 16 - this program; if not, write to the Free Software Foundation, Inc., 17 - 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 18 - 19 - The full GNU General Public License is included in this distribution in 20 - the file called "COPYING". 21 - 22 - Contact Information: 23 - Linux NICS <linux.nics@intel.com> 24 - e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 25 - Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 26 - 27 - *******************************************************************************/ 1 + // SPDX-License-Identifier: GPL-2.0 2 + /* Copyright(c) 1999 - 2008 Intel Corporation. */ 28 3 29 4 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt 30 5
+1 -28
drivers/net/ethernet/intel/ixgbe/Makefile
··· 1 1 # SPDX-License-Identifier: GPL-2.0 2 - ################################################################################ 3 - # 4 - # Intel 10 Gigabit PCI Express Linux driver 5 - # Copyright(c) 1999 - 2013 Intel Corporation. 6 - # 7 - # This program is free software; you can redistribute it and/or modify it 8 - # under the terms and conditions of the GNU General Public License, 9 - # version 2, as published by the Free Software Foundation. 10 - # 11 - # This program is distributed in the hope it will be useful, but WITHOUT 12 - # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - # more details. 15 - # 16 - # You should have received a copy of the GNU General Public License along with 17 - # this program; if not, write to the Free Software Foundation, Inc., 18 - # 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 19 - # 20 - # The full GNU General Public License is included in this distribution in 21 - # the file called "COPYING". 22 - # 23 - # Contact Information: 24 - # Linux NICS <linux.nics@intel.com> 25 - # e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 26 - # Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 27 - # 28 - ################################################################################ 29 - 2 + # Copyright(c) 1999 - 2018 Intel Corporation. 30 3 # 31 4 # Makefile for the Intel(R) 10GbE PCI Express ethernet driver 32 5 #
+1 -27
drivers/net/ethernet/intel/ixgbe/ixgbe.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /******************************************************************************* 3 - 4 - Intel 10 Gigabit PCI Express Linux driver 5 - Copyright(c) 1999 - 2016 Intel Corporation. 6 - 7 - This program is free software; you can redistribute it and/or modify it 8 - under the terms and conditions of the GNU General Public License, 9 - version 2, as published by the Free Software Foundation. 10 - 11 - This program is distributed in the hope it will be useful, but WITHOUT 12 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - more details. 15 - 16 - You should have received a copy of the GNU General Public License along with 17 - this program; if not, write to the Free Software Foundation, Inc., 18 - 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 19 - 20 - The full GNU General Public License is included in this distribution in 21 - the file called "COPYING". 22 - 23 - Contact Information: 24 - Linux NICS <linux.nics@intel.com> 25 - e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 26 - Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 27 - 28 - *******************************************************************************/ 2 + /* Copyright(c) 1999 - 2018 Intel Corporation. */ 29 3 30 4 #ifndef _IXGBE_H_ 31 5 #define _IXGBE_H_
+1 -27
drivers/net/ethernet/intel/ixgbe/ixgbe_82598.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 - /******************************************************************************* 3 - 4 - Intel 10 Gigabit PCI Express Linux driver 5 - Copyright(c) 1999 - 2016 Intel Corporation. 6 - 7 - This program is free software; you can redistribute it and/or modify it 8 - under the terms and conditions of the GNU General Public License, 9 - version 2, as published by the Free Software Foundation. 10 - 11 - This program is distributed in the hope it will be useful, but WITHOUT 12 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - more details. 15 - 16 - You should have received a copy of the GNU General Public License along with 17 - this program; if not, write to the Free Software Foundation, Inc., 18 - 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 19 - 20 - The full GNU General Public License is included in this distribution in 21 - the file called "COPYING". 22 - 23 - Contact Information: 24 - Linux NICS <linux.nics@intel.com> 25 - e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 26 - Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 27 - 28 - *******************************************************************************/ 2 + /* Copyright(c) 1999 - 2018 Intel Corporation. */ 29 3 30 4 #include <linux/pci.h> 31 5 #include <linux/delay.h>
+1 -27
drivers/net/ethernet/intel/ixgbe/ixgbe_82599.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 - /******************************************************************************* 3 - 4 - Intel 10 Gigabit PCI Express Linux driver 5 - Copyright(c) 1999 - 2016 Intel Corporation. 6 - 7 - This program is free software; you can redistribute it and/or modify it 8 - under the terms and conditions of the GNU General Public License, 9 - version 2, as published by the Free Software Foundation. 10 - 11 - This program is distributed in the hope it will be useful, but WITHOUT 12 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - more details. 15 - 16 - You should have received a copy of the GNU General Public License along with 17 - this program; if not, write to the Free Software Foundation, Inc., 18 - 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 19 - 20 - The full GNU General Public License is included in this distribution in 21 - the file called "COPYING". 22 - 23 - Contact Information: 24 - Linux NICS <linux.nics@intel.com> 25 - e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 26 - Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 27 - 28 - *******************************************************************************/ 2 + /* Copyright(c) 1999 - 2018 Intel Corporation. */ 29 3 30 4 #include <linux/pci.h> 31 5 #include <linux/delay.h>
+1 -27
drivers/net/ethernet/intel/ixgbe/ixgbe_common.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 - /******************************************************************************* 3 - 4 - Intel 10 Gigabit PCI Express Linux driver 5 - Copyright(c) 1999 - 2016 Intel Corporation. 6 - 7 - This program is free software; you can redistribute it and/or modify it 8 - under the terms and conditions of the GNU General Public License, 9 - version 2, as published by the Free Software Foundation. 10 - 11 - This program is distributed in the hope it will be useful, but WITHOUT 12 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - more details. 15 - 16 - You should have received a copy of the GNU General Public License along with 17 - this program; if not, write to the Free Software Foundation, Inc., 18 - 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 19 - 20 - The full GNU General Public License is included in this distribution in 21 - the file called "COPYING". 22 - 23 - Contact Information: 24 - Linux NICS <linux.nics@intel.com> 25 - e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 26 - Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 27 - 28 - *******************************************************************************/ 2 + /* Copyright(c) 1999 - 2018 Intel Corporation. */ 29 3 30 4 #include <linux/pci.h> 31 5 #include <linux/delay.h>
+1 -27
drivers/net/ethernet/intel/ixgbe/ixgbe_common.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /******************************************************************************* 3 - 4 - Intel 10 Gigabit PCI Express Linux driver 5 - Copyright(c) 1999 - 2016 Intel Corporation. 6 - 7 - This program is free software; you can redistribute it and/or modify it 8 - under the terms and conditions of the GNU General Public License, 9 - version 2, as published by the Free Software Foundation. 10 - 11 - This program is distributed in the hope it will be useful, but WITHOUT 12 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - more details. 15 - 16 - You should have received a copy of the GNU General Public License along with 17 - this program; if not, write to the Free Software Foundation, Inc., 18 - 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 19 - 20 - The full GNU General Public License is included in this distribution in 21 - the file called "COPYING". 22 - 23 - Contact Information: 24 - Linux NICS <linux.nics@intel.com> 25 - e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 26 - Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 27 - 28 - *******************************************************************************/ 2 + /* Copyright(c) 1999 - 2018 Intel Corporation. */ 29 3 30 4 #ifndef _IXGBE_COMMON_H_ 31 5 #define _IXGBE_COMMON_H_
+2 -28
drivers/net/ethernet/intel/ixgbe/ixgbe_dcb.c
··· 1 - /******************************************************************************* 2 - 3 - Intel 10 Gigabit PCI Express Linux driver 4 - Copyright(c) 1999 - 2016 Intel Corporation. 5 - 6 - This program is free software; you can redistribute it and/or modify it 7 - under the terms and conditions of the GNU General Public License, 8 - version 2, as published by the Free Software Foundation. 9 - 10 - This program is distributed in the hope it will be useful, but WITHOUT 11 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - more details. 14 - 15 - You should have received a copy of the GNU General Public License along with 16 - this program; if not, write to the Free Software Foundation, Inc., 17 - 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 18 - 19 - The full GNU General Public License is included in this distribution in 20 - the file called "COPYING". 21 - 22 - Contact Information: 23 - Linux NICS <linux.nics@intel.com> 24 - e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 25 - Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 26 - 27 - *******************************************************************************/ 28 - 1 + // SPDX-License-Identifier: GPL-2.0 2 + /* Copyright(c) 1999 - 2018 Intel Corporation. */ 29 3 30 4 #include "ixgbe.h" 31 5 #include "ixgbe_type.h"
+1 -27
drivers/net/ethernet/intel/ixgbe/ixgbe_dcb.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /******************************************************************************* 3 - 4 - Intel 10 Gigabit PCI Express Linux driver 5 - Copyright(c) 1999 - 2013 Intel Corporation. 6 - 7 - This program is free software; you can redistribute it and/or modify it 8 - under the terms and conditions of the GNU General Public License, 9 - version 2, as published by the Free Software Foundation. 10 - 11 - This program is distributed in the hope it will be useful, but WITHOUT 12 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - more details. 15 - 16 - You should have received a copy of the GNU General Public License along with 17 - this program; if not, write to the Free Software Foundation, Inc., 18 - 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 19 - 20 - The full GNU General Public License is included in this distribution in 21 - the file called "COPYING". 22 - 23 - Contact Information: 24 - Linux NICS <linux.nics@intel.com> 25 - e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 26 - Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 27 - 28 - *******************************************************************************/ 2 + /* Copyright(c) 1999 - 2018 Intel Corporation. */ 29 3 30 4 #ifndef _DCB_CONFIG_H_ 31 5 #define _DCB_CONFIG_H_
+1 -27
drivers/net/ethernet/intel/ixgbe/ixgbe_dcb_82598.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 - /******************************************************************************* 3 - 4 - Intel 10 Gigabit PCI Express Linux driver 5 - Copyright(c) 1999 - 2013 Intel Corporation. 6 - 7 - This program is free software; you can redistribute it and/or modify it 8 - under the terms and conditions of the GNU General Public License, 9 - version 2, as published by the Free Software Foundation. 10 - 11 - This program is distributed in the hope it will be useful, but WITHOUT 12 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - more details. 15 - 16 - You should have received a copy of the GNU General Public License along with 17 - this program; if not, write to the Free Software Foundation, Inc., 18 - 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 19 - 20 - The full GNU General Public License is included in this distribution in 21 - the file called "COPYING". 22 - 23 - Contact Information: 24 - Linux NICS <linux.nics@intel.com> 25 - e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 26 - Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 27 - 28 - *******************************************************************************/ 2 + /* Copyright(c) 1999 - 2018 Intel Corporation. */ 29 3 30 4 #include "ixgbe.h" 31 5 #include "ixgbe_type.h"
+1 -27
drivers/net/ethernet/intel/ixgbe/ixgbe_dcb_82598.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /******************************************************************************* 3 - 4 - Intel 10 Gigabit PCI Express Linux driver 5 - Copyright(c) 1999 - 2013 Intel Corporation. 6 - 7 - This program is free software; you can redistribute it and/or modify it 8 - under the terms and conditions of the GNU General Public License, 9 - version 2, as published by the Free Software Foundation. 10 - 11 - This program is distributed in the hope it will be useful, but WITHOUT 12 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - more details. 15 - 16 - You should have received a copy of the GNU General Public License along with 17 - this program; if not, write to the Free Software Foundation, Inc., 18 - 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 19 - 20 - The full GNU General Public License is included in this distribution in 21 - the file called "COPYING". 22 - 23 - Contact Information: 24 - Linux NICS <linux.nics@intel.com> 25 - e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 26 - Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 27 - 28 - *******************************************************************************/ 2 + /* Copyright(c) 1999 - 2018 Intel Corporation. */ 29 3 30 4 #ifndef _DCB_82598_CONFIG_H_ 31 5 #define _DCB_82598_CONFIG_H_
+2 -27
drivers/net/ethernet/intel/ixgbe/ixgbe_dcb_82599.c
··· 1 - /******************************************************************************* 2 - 3 - Intel 10 Gigabit PCI Express Linux driver 4 - Copyright(c) 1999 - 2013 Intel Corporation. 5 - 6 - This program is free software; you can redistribute it and/or modify it 7 - under the terms and conditions of the GNU General Public License, 8 - version 2, as published by the Free Software Foundation. 9 - 10 - This program is distributed in the hope it will be useful, but WITHOUT 11 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - more details. 14 - 15 - You should have received a copy of the GNU General Public License along with 16 - this program; if not, write to the Free Software Foundation, Inc., 17 - 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 18 - 19 - The full GNU General Public License is included in this distribution in 20 - the file called "COPYING". 21 - 22 - Contact Information: 23 - Linux NICS <linux.nics@intel.com> 24 - e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 25 - Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 26 - 27 - *******************************************************************************/ 1 + // SPDX-License-Identifier: GPL-2.0 2 + /* Copyright(c) 1999 - 2018 Intel Corporation. */ 28 3 29 4 #include "ixgbe.h" 30 5 #include "ixgbe_type.h"
+1 -27
drivers/net/ethernet/intel/ixgbe/ixgbe_dcb_82599.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /******************************************************************************* 3 - 4 - Intel 10 Gigabit PCI Express Linux driver 5 - Copyright(c) 1999 - 2013 Intel Corporation. 6 - 7 - This program is free software; you can redistribute it and/or modify it 8 - under the terms and conditions of the GNU General Public License, 9 - version 2, as published by the Free Software Foundation. 10 - 11 - This program is distributed in the hope it will be useful, but WITHOUT 12 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - more details. 15 - 16 - You should have received a copy of the GNU General Public License along with 17 - this program; if not, write to the Free Software Foundation, Inc., 18 - 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 19 - 20 - The full GNU General Public License is included in this distribution in 21 - the file called "COPYING". 22 - 23 - Contact Information: 24 - Linux NICS <linux.nics@intel.com> 25 - e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 26 - Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 27 - 28 - *******************************************************************************/ 2 + /* Copyright(c) 1999 - 2018 Intel Corporation. */ 29 3 30 4 #ifndef _DCB_82599_CONFIG_H_ 31 5 #define _DCB_82599_CONFIG_H_
+2 -27
drivers/net/ethernet/intel/ixgbe/ixgbe_dcb_nl.c
··· 1 - /******************************************************************************* 2 - 3 - Intel 10 Gigabit PCI Express Linux driver 4 - Copyright(c) 1999 - 2014 Intel Corporation. 5 - 6 - This program is free software; you can redistribute it and/or modify it 7 - under the terms and conditions of the GNU General Public License, 8 - version 2, as published by the Free Software Foundation. 9 - 10 - This program is distributed in the hope it will be useful, but WITHOUT 11 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - more details. 14 - 15 - You should have received a copy of the GNU General Public License along with 16 - this program; if not, write to the Free Software Foundation, Inc., 17 - 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 18 - 19 - The full GNU General Public License is included in this distribution in 20 - the file called "COPYING". 21 - 22 - Contact Information: 23 - Linux NICS <linux.nics@intel.com> 24 - e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 25 - Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 26 - 27 - *******************************************************************************/ 1 + // SPDX-License-Identifier: GPL-2.0 2 + /* Copyright(c) 1999 - 2018 Intel Corporation. */ 28 3 29 4 #include "ixgbe.h" 30 5 #include <linux/dcbnl.h>
+2 -26
drivers/net/ethernet/intel/ixgbe/ixgbe_debugfs.c
··· 1 - /******************************************************************************* 1 + // SPDX-License-Identifier: GPL-2.0 2 + /* Copyright(c) 1999 - 2018 Intel Corporation. */ 2 3 3 - Intel 10 Gigabit PCI Express Linux driver 4 - Copyright(c) 1999 - 2013 Intel Corporation. 5 - 6 - This program is free software; you can redistribute it and/or modify it 7 - under the terms and conditions of the GNU General Public License, 8 - version 2, as published by the Free Software Foundation. 9 - 10 - This program is distributed in the hope it will be useful, but WITHOUT 11 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - more details. 14 - 15 - You should have received a copy of the GNU General Public License along with 16 - this program; if not, write to the Free Software Foundation, Inc., 17 - 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 18 - 19 - The full GNU General Public License is included in this distribution in 20 - the file called "COPYING". 21 - 22 - Contact Information: 23 - Linux NICS <linux.nics@intel.com> 24 - e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 25 - Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 26 - 27 - *******************************************************************************/ 28 4 #include <linux/debugfs.h> 29 5 #include <linux/module.h> 30 6
+2 -27
drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c
··· 1 - /******************************************************************************* 2 - 3 - Intel 10 Gigabit PCI Express Linux driver 4 - Copyright(c) 1999 - 2016 Intel Corporation. 5 - 6 - This program is free software; you can redistribute it and/or modify it 7 - under the terms and conditions of the GNU General Public License, 8 - version 2, as published by the Free Software Foundation. 9 - 10 - This program is distributed in the hope it will be useful, but WITHOUT 11 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - more details. 14 - 15 - You should have received a copy of the GNU General Public License along with 16 - this program; if not, write to the Free Software Foundation, Inc., 17 - 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 18 - 19 - The full GNU General Public License is included in this distribution in 20 - the file called "COPYING". 21 - 22 - Contact Information: 23 - Linux NICS <linux.nics@intel.com> 24 - e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 25 - Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 26 - 27 - *******************************************************************************/ 1 + // SPDX-License-Identifier: GPL-2.0 2 + /* Copyright(c) 1999 - 2018 Intel Corporation. */ 28 3 29 4 /* ethtool support for ixgbe */ 30 5
+2 -27
drivers/net/ethernet/intel/ixgbe/ixgbe_fcoe.c
··· 1 - /******************************************************************************* 2 - 3 - Intel 10 Gigabit PCI Express Linux driver 4 - Copyright(c) 1999 - 2014 Intel Corporation. 5 - 6 - This program is free software; you can redistribute it and/or modify it 7 - under the terms and conditions of the GNU General Public License, 8 - version 2, as published by the Free Software Foundation. 9 - 10 - This program is distributed in the hope it will be useful, but WITHOUT 11 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - more details. 14 - 15 - You should have received a copy of the GNU General Public License along with 16 - this program; if not, write to the Free Software Foundation, Inc., 17 - 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 18 - 19 - The full GNU General Public License is included in this distribution in 20 - the file called "COPYING". 21 - 22 - Contact Information: 23 - Linux NICS <linux.nics@intel.com> 24 - e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 25 - Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 26 - 27 - *******************************************************************************/ 1 + // SPDX-License-Identifier: GPL-2.0 2 + /* Copyright(c) 1999 - 2018 Intel Corporation. */ 28 3 29 4 #include "ixgbe.h" 30 5 #include <linux/if_ether.h>
+1 -27
drivers/net/ethernet/intel/ixgbe/ixgbe_fcoe.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /******************************************************************************* 3 - 4 - Intel 10 Gigabit PCI Express Linux driver 5 - Copyright(c) 1999 - 2013 Intel Corporation. 6 - 7 - This program is free software; you can redistribute it and/or modify it 8 - under the terms and conditions of the GNU General Public License, 9 - version 2, as published by the Free Software Foundation. 10 - 11 - This program is distributed in the hope it will be useful, but WITHOUT 12 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - more details. 15 - 16 - You should have received a copy of the GNU General Public License along with 17 - this program; if not, write to the Free Software Foundation, Inc., 18 - 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 19 - 20 - The full GNU General Public License is included in this distribution in 21 - the file called "COPYING". 22 - 23 - Contact Information: 24 - Linux NICS <linux.nics@intel.com> 25 - e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 26 - Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 27 - 28 - *******************************************************************************/ 2 + /* Copyright(c) 1999 - 2018 Intel Corporation. */ 29 3 30 4 #ifndef _IXGBE_FCOE_H 31 5 #define _IXGBE_FCOE_H
+2 -26
drivers/net/ethernet/intel/ixgbe/ixgbe_ipsec.c
··· 1 - /******************************************************************************* 2 - * 3 - * Intel 10 Gigabit PCI Express Linux driver 4 - * Copyright(c) 2017 Oracle and/or its affiliates. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope it will be useful, but WITHOUT 11 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - * more details. 14 - * 15 - * You should have received a copy of the GNU General Public License along with 16 - * this program. If not, see <http://www.gnu.org/licenses/>. 17 - * 18 - * The full GNU General Public License is included in this distribution in 19 - * the file called "COPYING". 20 - * 21 - * Contact Information: 22 - * Linux NICS <linux.nics@intel.com> 23 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 24 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 25 - * 26 - ******************************************************************************/ 1 + // SPDX-License-Identifier: GPL-2.0 2 + /* Copyright(c) 2017 Oracle and/or its affiliates. All rights reserved. */ 27 3 28 4 #include "ixgbe.h" 29 5 #include <net/xfrm.h>
+1 -26
drivers/net/ethernet/intel/ixgbe/ixgbe_ipsec.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /******************************************************************************* 3 - 4 - Intel 10 Gigabit PCI Express Linux driver 5 - Copyright(c) 2017 Oracle and/or its affiliates. All rights reserved. 6 - 7 - This program is free software; you can redistribute it and/or modify it 8 - under the terms and conditions of the GNU General Public License, 9 - version 2, as published by the Free Software Foundation. 10 - 11 - This program is distributed in the hope it will be useful, but WITHOUT 12 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - more details. 15 - 16 - You should have received a copy of the GNU General Public License along with 17 - this program. If not, see <http://www.gnu.org/licenses/>. 18 - 19 - The full GNU General Public License is included in this distribution in 20 - the file called "COPYING". 21 - 22 - Contact Information: 23 - Linux NICS <linux.nics@intel.com> 24 - e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 25 - Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 26 - 27 - *******************************************************************************/ 2 + /* Copyright(c) 2017 Oracle and/or its affiliates. All rights reserved. */ 28 3 29 4 #ifndef _IXGBE_IPSEC_H_ 30 5 #define _IXGBE_IPSEC_H_
+2 -27
drivers/net/ethernet/intel/ixgbe/ixgbe_lib.c
··· 1 - /******************************************************************************* 2 - 3 - Intel 10 Gigabit PCI Express Linux driver 4 - Copyright(c) 1999 - 2016 Intel Corporation. 5 - 6 - This program is free software; you can redistribute it and/or modify it 7 - under the terms and conditions of the GNU General Public License, 8 - version 2, as published by the Free Software Foundation. 9 - 10 - This program is distributed in the hope it will be useful, but WITHOUT 11 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - more details. 14 - 15 - You should have received a copy of the GNU General Public License along with 16 - this program; if not, write to the Free Software Foundation, Inc., 17 - 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 18 - 19 - The full GNU General Public License is included in this distribution in 20 - the file called "COPYING". 21 - 22 - Contact Information: 23 - Linux NICS <linux.nics@intel.com> 24 - e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 25 - Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 26 - 27 - *******************************************************************************/ 1 + // SPDX-License-Identifier: GPL-2.0 2 + /* Copyright(c) 1999 - 2018 Intel Corporation. */ 28 3 29 4 #include "ixgbe.h" 30 5 #include "ixgbe_sriov.h"
+2 -27
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
··· 1 - /******************************************************************************* 2 - 3 - Intel 10 Gigabit PCI Express Linux driver 4 - Copyright(c) 1999 - 2016 Intel Corporation. 5 - 6 - This program is free software; you can redistribute it and/or modify it 7 - under the terms and conditions of the GNU General Public License, 8 - version 2, as published by the Free Software Foundation. 9 - 10 - This program is distributed in the hope it will be useful, but WITHOUT 11 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - more details. 14 - 15 - You should have received a copy of the GNU General Public License along with 16 - this program; if not, write to the Free Software Foundation, Inc., 17 - 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 18 - 19 - The full GNU General Public License is included in this distribution in 20 - the file called "COPYING". 21 - 22 - Contact Information: 23 - Linux NICS <linux.nics@intel.com> 24 - e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 25 - Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 26 - 27 - *******************************************************************************/ 1 + // SPDX-License-Identifier: GPL-2.0 2 + /* Copyright(c) 1999 - 2018 Intel Corporation. */ 28 3 29 4 #include <linux/types.h> 30 5 #include <linux/module.h>
+2 -27
drivers/net/ethernet/intel/ixgbe/ixgbe_mbx.c
··· 1 - /******************************************************************************* 2 - 3 - Intel 10 Gigabit PCI Express Linux driver 4 - Copyright(c) 1999 - 2016 Intel Corporation. 5 - 6 - This program is free software; you can redistribute it and/or modify it 7 - under the terms and conditions of the GNU General Public License, 8 - version 2, as published by the Free Software Foundation. 9 - 10 - This program is distributed in the hope it will be useful, but WITHOUT 11 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - more details. 14 - 15 - You should have received a copy of the GNU General Public License along with 16 - this program; if not, write to the Free Software Foundation, Inc., 17 - 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 18 - 19 - The full GNU General Public License is included in this distribution in 20 - the file called "COPYING". 21 - 22 - Contact Information: 23 - Linux NICS <linux.nics@intel.com> 24 - e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 25 - Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 26 - 27 - *******************************************************************************/ 1 + // SPDX-License-Identifier: GPL-2.0 2 + /* Copyright(c) 1999 - 2018 Intel Corporation. */ 28 3 29 4 #include <linux/pci.h> 30 5 #include <linux/delay.h>
+1 -27
drivers/net/ethernet/intel/ixgbe/ixgbe_mbx.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /******************************************************************************* 3 - 4 - Intel 10 Gigabit PCI Express Linux driver 5 - Copyright(c) 1999 - 2016 Intel Corporation. 6 - 7 - This program is free software; you can redistribute it and/or modify it 8 - under the terms and conditions of the GNU General Public License, 9 - version 2, as published by the Free Software Foundation. 10 - 11 - This program is distributed in the hope it will be useful, but WITHOUT 12 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - more details. 15 - 16 - You should have received a copy of the GNU General Public License along with 17 - this program; if not, write to the Free Software Foundation, Inc., 18 - 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 19 - 20 - The full GNU General Public License is included in this distribution in 21 - the file called "COPYING". 22 - 23 - Contact Information: 24 - Linux NICS <linux.nics@intel.com> 25 - e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 26 - Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 27 - 28 - *******************************************************************************/ 2 + /* Copyright(c) 1999 - 2018 Intel Corporation. */ 29 3 30 4 #ifndef _IXGBE_MBX_H_ 31 5 #define _IXGBE_MBX_H_
+1 -25
drivers/net/ethernet/intel/ixgbe/ixgbe_model.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /******************************************************************************* 3 - * 4 - * Intel 10 Gigabit PCI Express Linux drive 5 - * Copyright(c) 2016 Intel Corporation. 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope it will be useful, but WITHOUT 12 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - * more details. 15 - * 16 - * You should have received a copy of the GNU General Public License along 17 - * with this program. If not, see <http://www.gnu.org/licenses/>. 18 - * 19 - * The full GNU General Public License is included in this distribution in 20 - * the file called "COPYING". 21 - * 22 - * Contact Information: 23 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 24 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 25 - * 26 - ******************************************************************************/ 2 + /* Copyright(c) 1999 - 2018 Intel Corporation. */ 27 3 28 4 #ifndef _IXGBE_MODEL_H_ 29 5 #define _IXGBE_MODEL_H_
+2 -27
drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c
··· 1 - /******************************************************************************* 2 - 3 - Intel 10 Gigabit PCI Express Linux driver 4 - Copyright(c) 1999 - 2014 Intel Corporation. 5 - 6 - This program is free software; you can redistribute it and/or modify it 7 - under the terms and conditions of the GNU General Public License, 8 - version 2, as published by the Free Software Foundation. 9 - 10 - This program is distributed in the hope it will be useful, but WITHOUT 11 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - more details. 14 - 15 - You should have received a copy of the GNU General Public License along with 16 - this program; if not, write to the Free Software Foundation, Inc., 17 - 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 18 - 19 - The full GNU General Public License is included in this distribution in 20 - the file called "COPYING". 21 - 22 - Contact Information: 23 - Linux NICS <linux.nics@intel.com> 24 - e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 25 - Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 26 - 27 - *******************************************************************************/ 1 + // SPDX-License-Identifier: GPL-2.0 2 + /* Copyright(c) 1999 - 2018 Intel Corporation. */ 28 3 29 4 #include <linux/pci.h> 30 5 #include <linux/delay.h>
+1 -27
drivers/net/ethernet/intel/ixgbe/ixgbe_phy.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /******************************************************************************* 3 - 4 - Intel 10 Gigabit PCI Express Linux driver 5 - Copyright(c) 1999 - 2016 Intel Corporation. 6 - 7 - This program is free software; you can redistribute it and/or modify it 8 - under the terms and conditions of the GNU General Public License, 9 - version 2, as published by the Free Software Foundation. 10 - 11 - This program is distributed in the hope it will be useful, but WITHOUT 12 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - more details. 15 - 16 - You should have received a copy of the GNU General Public License along with 17 - this program; if not, write to the Free Software Foundation, Inc., 18 - 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 19 - 20 - The full GNU General Public License is included in this distribution in 21 - the file called "COPYING". 22 - 23 - Contact Information: 24 - Linux NICS <linux.nics@intel.com> 25 - e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 26 - Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 27 - 28 - *******************************************************************************/ 2 + /* Copyright(c) 1999 - 2018 Intel Corporation. */ 29 3 30 4 #ifndef _IXGBE_PHY_H_ 31 5 #define _IXGBE_PHY_H_
+2 -26
drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c
··· 1 - /******************************************************************************* 1 + // SPDX-License-Identifier: GPL-2.0 2 + /* Copyright(c) 1999 - 2018 Intel Corporation. */ 2 3 3 - Intel 10 Gigabit PCI Express Linux driver 4 - Copyright(c) 1999 - 2016 Intel Corporation. 5 - 6 - This program is free software; you can redistribute it and/or modify it 7 - under the terms and conditions of the GNU General Public License, 8 - version 2, as published by the Free Software Foundation. 9 - 10 - This program is distributed in the hope it will be useful, but WITHOUT 11 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - more details. 14 - 15 - You should have received a copy of the GNU General Public License along with 16 - this program; if not, write to the Free Software Foundation, Inc., 17 - 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 18 - 19 - The full GNU General Public License is included in this distribution in 20 - the file called "COPYING". 21 - 22 - Contact Information: 23 - Linux NICS <linux.nics@intel.com> 24 - e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 25 - Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 26 - 27 - *******************************************************************************/ 28 4 #include "ixgbe.h" 29 5 #include <linux/ptp_classify.h> 30 6 #include <linux/clocksource.h>
+2 -27
drivers/net/ethernet/intel/ixgbe/ixgbe_sriov.c
··· 1 - /******************************************************************************* 2 - 3 - Intel 10 Gigabit PCI Express Linux driver 4 - Copyright(c) 1999 - 2015 Intel Corporation. 5 - 6 - This program is free software; you can redistribute it and/or modify it 7 - under the terms and conditions of the GNU General Public License, 8 - version 2, as published by the Free Software Foundation. 9 - 10 - This program is distributed in the hope it will be useful, but WITHOUT 11 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - more details. 14 - 15 - You should have received a copy of the GNU General Public License along with 16 - this program; if not, write to the Free Software Foundation, Inc., 17 - 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 18 - 19 - The full GNU General Public License is included in this distribution in 20 - the file called "COPYING". 21 - 22 - Contact Information: 23 - Linux NICS <linux.nics@intel.com> 24 - e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 25 - Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 26 - 27 - *******************************************************************************/ 1 + // SPDX-License-Identifier: GPL-2.0 2 + /* Copyright(c) 1999 - 2018 Intel Corporation. */ 28 3 29 4 #include <linux/types.h> 30 5 #include <linux/module.h>
+1 -27
drivers/net/ethernet/intel/ixgbe/ixgbe_sriov.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /******************************************************************************* 3 - 4 - Intel 10 Gigabit PCI Express Linux driver 5 - Copyright(c) 1999 - 2013 Intel Corporation. 6 - 7 - This program is free software; you can redistribute it and/or modify it 8 - under the terms and conditions of the GNU General Public License, 9 - version 2, as published by the Free Software Foundation. 10 - 11 - This program is distributed in the hope it will be useful, but WITHOUT 12 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - more details. 15 - 16 - You should have received a copy of the GNU General Public License along with 17 - this program; if not, write to the Free Software Foundation, Inc., 18 - 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 19 - 20 - The full GNU General Public License is included in this distribution in 21 - the file called "COPYING". 22 - 23 - Contact Information: 24 - Linux NICS <linux.nics@intel.com> 25 - e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 26 - Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 27 - 28 - *******************************************************************************/ 2 + /* Copyright(c) 1999 - 2018 Intel Corporation. */ 29 3 30 4 #ifndef _IXGBE_SRIOV_H_ 31 5 #define _IXGBE_SRIOV_H_
+2 -27
drivers/net/ethernet/intel/ixgbe/ixgbe_sysfs.c
··· 1 - /******************************************************************************* 2 - 3 - Intel 10 Gigabit PCI Express Linux driver 4 - Copyright(c) 1999 - 2013 Intel Corporation. 5 - 6 - This program is free software; you can redistribute it and/or modify it 7 - under the terms and conditions of the GNU General Public License, 8 - version 2, as published by the Free Software Foundation. 9 - 10 - This program is distributed in the hope it will be useful, but WITHOUT 11 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - more details. 14 - 15 - You should have received a copy of the GNU General Public License along with 16 - this program; if not, write to the Free Software Foundation, Inc., 17 - 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 18 - 19 - The full GNU General Public License is included in this distribution in 20 - the file called "COPYING". 21 - 22 - Contact Information: 23 - Linux NICS <linux.nics@intel.com> 24 - e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 25 - Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 26 - 27 - *******************************************************************************/ 1 + // SPDX-License-Identifier: GPL-2.0 2 + /* Copyright(c) 1999 - 2018 Intel Corporation. */ 28 3 29 4 #include "ixgbe.h" 30 5 #include "ixgbe_common.h"
+1 -27
drivers/net/ethernet/intel/ixgbe/ixgbe_type.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /******************************************************************************* 3 - 4 - Intel 10 Gigabit PCI Express Linux driver 5 - Copyright(c) 1999 - 2016 Intel Corporation. 6 - 7 - This program is free software; you can redistribute it and/or modify it 8 - under the terms and conditions of the GNU General Public License, 9 - version 2, as published by the Free Software Foundation. 10 - 11 - This program is distributed in the hope it will be useful, but WITHOUT 12 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - more details. 15 - 16 - You should have received a copy of the GNU General Public License along with 17 - this program; if not, write to the Free Software Foundation, Inc., 18 - 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 19 - 20 - The full GNU General Public License is included in this distribution in 21 - the file called "COPYING". 22 - 23 - Contact Information: 24 - Linux NICS <linux.nics@intel.com> 25 - e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 26 - Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 27 - 28 - *******************************************************************************/ 2 + /* Copyright(c) 1999 - 2018 Intel Corporation. */ 29 3 30 4 #ifndef _IXGBE_TYPE_H_ 31 5 #define _IXGBE_TYPE_H_
+2 -27
drivers/net/ethernet/intel/ixgbe/ixgbe_x540.c
··· 1 - /******************************************************************************* 2 - 3 - Intel 10 Gigabit PCI Express Linux driver 4 - Copyright(c) 1999 - 2016 Intel Corporation. 5 - 6 - This program is free software; you can redistribute it and/or modify it 7 - under the terms and conditions of the GNU General Public License, 8 - version 2, as published by the Free Software Foundation. 9 - 10 - This program is distributed in the hope it will be useful, but WITHOUT 11 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - more details. 14 - 15 - You should have received a copy of the GNU General Public License along with 16 - this program; if not, write to the Free Software Foundation, Inc., 17 - 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 18 - 19 - The full GNU General Public License is included in this distribution in 20 - the file called "COPYING". 21 - 22 - Contact Information: 23 - Linux NICS <linux.nics@intel.com> 24 - e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 25 - Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 26 - 27 - *******************************************************************************/ 1 + // SPDX-License-Identifier: GPL-2.0 2 + /* Copyright(c) 1999 - 2018 Intel Corporation. */ 28 3 29 4 #include <linux/pci.h> 30 5 #include <linux/delay.h>
+1 -23
drivers/net/ethernet/intel/ixgbe/ixgbe_x540.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /******************************************************************************* 3 - * 4 - * Intel 10 Gigabit PCI Express Linux driver 5 - * Copyright(c) 1999 - 2014 Intel Corporation. 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope it will be useful, but WITHOUT 12 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - * more details. 15 - * 16 - * The full GNU General Public License is included in this distribution in 17 - * the file called "COPYING". 18 - * 19 - * Contact Information: 20 - * Linux NICS <linux.nics@intel.com> 21 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 22 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 23 - * 24 - *****************************************************************************/ 2 + /* Copyright(c) 1999 - 2018 Intel Corporation. */ 25 3 26 4 #include "ixgbe_type.h" 27 5
+3 -23
drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c
··· 1 - /******************************************************************************* 2 - * 3 - * Intel 10 Gigabit PCI Express Linux driver 4 - * Copyright(c) 1999 - 2016 Intel Corporation. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope it will be useful, but WITHOUT 11 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - * more details. 14 - * 15 - * The full GNU General Public License is included in this distribution in 16 - * the file called "COPYING". 17 - * 18 - * Contact Information: 19 - * Linux NICS <linux.nics@intel.com> 20 - * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 21 - * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 22 - * 23 - ******************************************************************************/ 1 + // SPDX-License-Identifier: GPL-2.0 2 + /* Copyright(c) 1999 - 2018 Intel Corporation. */ 3 + 24 4 #include "ixgbe_x540.h" 25 5 #include "ixgbe_type.h" 26 6 #include "ixgbe_common.h"
+1 -27
drivers/net/ethernet/intel/ixgbevf/Makefile
··· 1 1 # SPDX-License-Identifier: GPL-2.0 2 - ################################################################################ 3 - # 4 - # Intel 82599 Virtual Function driver 5 - # Copyright(c) 1999 - 2012 Intel Corporation. 6 - # 7 - # This program is free software; you can redistribute it and/or modify it 8 - # under the terms and conditions of the GNU General Public License, 9 - # version 2, as published by the Free Software Foundation. 10 - # 11 - # This program is distributed in the hope it will be useful, but WITHOUT 12 - # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - # more details. 15 - # 16 - # You should have received a copy of the GNU General Public License along with 17 - # this program; if not, write to the Free Software Foundation, Inc., 18 - # 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 19 - # 20 - # The full GNU General Public License is included in this distribution in 21 - # the file called "COPYING". 22 - # 23 - # Contact Information: 24 - # e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 25 - # Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 26 - # 27 - ################################################################################ 28 - 2 + # Copyright(c) 1999 - 2018 Intel Corporation. 29 3 # 30 4 # Makefile for the Intel(R) 82599 VF ethernet driver 31 5 #
+1 -25
drivers/net/ethernet/intel/ixgbevf/defines.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /******************************************************************************* 3 - 4 - Intel 82599 Virtual Function driver 5 - Copyright(c) 1999 - 2015 Intel Corporation. 6 - 7 - This program is free software; you can redistribute it and/or modify it 8 - under the terms and conditions of the GNU General Public License, 9 - version 2, as published by the Free Software Foundation. 10 - 11 - This program is distributed in the hope it will be useful, but WITHOUT 12 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - more details. 15 - 16 - You should have received a copy of the GNU General Public License along with 17 - this program; if not, see <http://www.gnu.org/licenses/>. 18 - 19 - The full GNU General Public License is included in this distribution in 20 - the file called "COPYING". 21 - 22 - Contact Information: 23 - e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 24 - Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 25 - 26 - *******************************************************************************/ 2 + /* Copyright(c) 1999 - 2018 Intel Corporation. */ 27 3 28 4 #ifndef _IXGBEVF_DEFINES_H_ 29 5 #define _IXGBEVF_DEFINES_H_
+2 -25
drivers/net/ethernet/intel/ixgbevf/ethtool.c
··· 1 - /******************************************************************************* 2 - 3 - Intel 82599 Virtual Function driver 4 - Copyright(c) 1999 - 2018 Intel Corporation. 5 - 6 - This program is free software; you can redistribute it and/or modify it 7 - under the terms and conditions of the GNU General Public License, 8 - version 2, as published by the Free Software Foundation. 9 - 10 - This program is distributed in the hope it will be useful, but WITHOUT 11 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - more details. 14 - 15 - You should have received a copy of the GNU General Public License along with 16 - this program; if not, see <http://www.gnu.org/licenses/>. 17 - 18 - The full GNU General Public License is included in this distribution in 19 - the file called "COPYING". 20 - 21 - Contact Information: 22 - e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 23 - Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 24 - 25 - *******************************************************************************/ 1 + // SPDX-License-Identifier: GPL-2.0 2 + /* Copyright(c) 1999 - 2018 Intel Corporation. */ 26 3 27 4 /* ethtool support for ixgbevf */ 28 5
+1 -25
drivers/net/ethernet/intel/ixgbevf/ixgbevf.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /******************************************************************************* 3 - 4 - Intel 82599 Virtual Function driver 5 - Copyright(c) 1999 - 2018 Intel Corporation. 6 - 7 - This program is free software; you can redistribute it and/or modify it 8 - under the terms and conditions of the GNU General Public License, 9 - version 2, as published by the Free Software Foundation. 10 - 11 - This program is distributed in the hope it will be useful, but WITHOUT 12 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - more details. 15 - 16 - You should have received a copy of the GNU General Public License along with 17 - this program; if not, see <http://www.gnu.org/licenses/>. 18 - 19 - The full GNU General Public License is included in this distribution in 20 - the file called "COPYING". 21 - 22 - Contact Information: 23 - e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 24 - Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 25 - 26 - *******************************************************************************/ 2 + /* Copyright(c) 1999 - 2018 Intel Corporation. */ 27 3 28 4 #ifndef _IXGBEVF_H_ 29 5 #define _IXGBEVF_H_
+2 -25
drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c
··· 1 - /******************************************************************************* 2 - 3 - Intel 82599 Virtual Function driver 4 - Copyright(c) 1999 - 2018 Intel Corporation. 5 - 6 - This program is free software; you can redistribute it and/or modify it 7 - under the terms and conditions of the GNU General Public License, 8 - version 2, as published by the Free Software Foundation. 9 - 10 - This program is distributed in the hope it will be useful, but WITHOUT 11 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - more details. 14 - 15 - You should have received a copy of the GNU General Public License along with 16 - this program; if not, see <http://www.gnu.org/licenses/>. 17 - 18 - The full GNU General Public License is included in this distribution in 19 - the file called "COPYING". 20 - 21 - Contact Information: 22 - e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 23 - Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 24 - 25 - *******************************************************************************/ 1 + // SPDX-License-Identifier: GPL-2.0 2 + /* Copyright(c) 1999 - 2018 Intel Corporation. */ 26 3 27 4 /****************************************************************************** 28 5 Copyright (c)2006 - 2007 Myricom, Inc. for some LRO specific code
+2 -25
drivers/net/ethernet/intel/ixgbevf/mbx.c
··· 1 - /******************************************************************************* 2 - 3 - Intel 82599 Virtual Function driver 4 - Copyright(c) 1999 - 2015 Intel Corporation. 5 - 6 - This program is free software; you can redistribute it and/or modify it 7 - under the terms and conditions of the GNU General Public License, 8 - version 2, as published by the Free Software Foundation. 9 - 10 - This program is distributed in the hope it will be useful, but WITHOUT 11 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - more details. 14 - 15 - You should have received a copy of the GNU General Public License along with 16 - this program; if not, see <http://www.gnu.org/licenses/>. 17 - 18 - The full GNU General Public License is included in this distribution in 19 - the file called "COPYING". 20 - 21 - Contact Information: 22 - e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 23 - Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 24 - 25 - *******************************************************************************/ 1 + // SPDX-License-Identifier: GPL-2.0 2 + /* Copyright(c) 1999 - 2018 Intel Corporation. */ 26 3 27 4 #include "mbx.h" 28 5 #include "ixgbevf.h"
+1 -25
drivers/net/ethernet/intel/ixgbevf/mbx.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /******************************************************************************* 3 - 4 - Intel 82599 Virtual Function driver 5 - Copyright(c) 1999 - 2015 Intel Corporation. 6 - 7 - This program is free software; you can redistribute it and/or modify it 8 - under the terms and conditions of the GNU General Public License, 9 - version 2, as published by the Free Software Foundation. 10 - 11 - This program is distributed in the hope it will be useful, but WITHOUT 12 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - more details. 15 - 16 - You should have received a copy of the GNU General Public License along with 17 - this program; if not, see <http://www.gnu.org/licenses/>. 18 - 19 - The full GNU General Public License is included in this distribution in 20 - the file called "COPYING". 21 - 22 - Contact Information: 23 - e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 24 - Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 25 - 26 - *******************************************************************************/ 2 + /* Copyright(c) 1999 - 2018 Intel Corporation. */ 27 3 28 4 #ifndef _IXGBE_MBX_H_ 29 5 #define _IXGBE_MBX_H_
+1 -25
drivers/net/ethernet/intel/ixgbevf/regs.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /******************************************************************************* 3 - 4 - Intel 82599 Virtual Function driver 5 - Copyright(c) 1999 - 2015 Intel Corporation. 6 - 7 - This program is free software; you can redistribute it and/or modify it 8 - under the terms and conditions of the GNU General Public License, 9 - version 2, as published by the Free Software Foundation. 10 - 11 - This program is distributed in the hope it will be useful, but WITHOUT 12 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - more details. 15 - 16 - You should have received a copy of the GNU General Public License along with 17 - this program; if not, see <http://www.gnu.org/licenses/>. 18 - 19 - The full GNU General Public License is included in this distribution in 20 - the file called "COPYING". 21 - 22 - Contact Information: 23 - e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 24 - Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 25 - 26 - *******************************************************************************/ 2 + /* Copyright(c) 1999 - 2018 Intel Corporation. */ 27 3 28 4 #ifndef _IXGBEVF_REGS_H_ 29 5 #define _IXGBEVF_REGS_H_
+2 -25
drivers/net/ethernet/intel/ixgbevf/vf.c
··· 1 - /******************************************************************************* 2 - 3 - Intel 82599 Virtual Function driver 4 - Copyright(c) 1999 - 2015 Intel Corporation. 5 - 6 - This program is free software; you can redistribute it and/or modify it 7 - under the terms and conditions of the GNU General Public License, 8 - version 2, as published by the Free Software Foundation. 9 - 10 - This program is distributed in the hope it will be useful, but WITHOUT 11 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - more details. 14 - 15 - You should have received a copy of the GNU General Public License along with 16 - this program; if not, see <http://www.gnu.org/licenses/>. 17 - 18 - The full GNU General Public License is included in this distribution in 19 - the file called "COPYING". 20 - 21 - Contact Information: 22 - e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 23 - Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 24 - 25 - *******************************************************************************/ 1 + // SPDX-License-Identifier: GPL-2.0 2 + /* Copyright(c) 1999 - 2018 Intel Corporation. */ 26 3 27 4 #include "vf.h" 28 5 #include "ixgbevf.h"
+1 -25
drivers/net/ethernet/intel/ixgbevf/vf.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /******************************************************************************* 3 - 4 - Intel 82599 Virtual Function driver 5 - Copyright(c) 1999 - 2015 Intel Corporation. 6 - 7 - This program is free software; you can redistribute it and/or modify it 8 - under the terms and conditions of the GNU General Public License, 9 - version 2, as published by the Free Software Foundation. 10 - 11 - This program is distributed in the hope it will be useful, but WITHOUT 12 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - more details. 15 - 16 - You should have received a copy of the GNU General Public License along with 17 - this program; if not, see <http://www.gnu.org/licenses/>. 18 - 19 - The full GNU General Public License is included in this distribution in 20 - the file called "COPYING". 21 - 22 - Contact Information: 23 - e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 24 - Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 25 - 26 - *******************************************************************************/ 2 + /* Copyright(c) 1999 - 2018 Intel Corporation. */ 27 3 28 4 #ifndef __IXGBE_VF_H__ 29 5 #define __IXGBE_VF_H__