Skip to content

Commit 51dce24

Browse files
Jeff Kirsherdavem330
authored andcommitted
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 <[email protected]> Acked-by: Shannon Nelson <[email protected]> Acked-by: Richard Cochran <[email protected]> Tested-by: Andrew Bowers <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 3f5ecd8 commit 51dce24

File tree

195 files changed

+222
-4624
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

195 files changed

+222
-4624
lines changed

drivers/net/ethernet/intel/e100.c

Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,5 @@
11
// 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 <[email protected]>
25-
e1000-devel Mailing List <[email protected]>
26-
Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
27-
28-
*******************************************************************************/
2+
/* Copyright(c) 1999 - 2006 Intel Corporation. */
293

304
/*
315
* e100.c: Intel(R) PRO/100 ethernet driver

drivers/net/ethernet/intel/e1000/Makefile

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,5 @@
11
# SPDX-License-Identifier: GPL-2.0
2-
################################################################################
3-
#
4-
# Intel PRO/1000 Linux driver
52
# 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 <[email protected]>
25-
# e1000-devel Mailing List <[email protected]>
26-
# Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
27-
#
28-
################################################################################
293

304
#
315
# Makefile for the Intel(R) PRO/1000 ethernet driver

drivers/net/ethernet/intel/e1000/e1000.h

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,5 @@
11
/* 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 <[email protected]>
25-
e1000-devel Mailing List <[email protected]>
26-
Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
27-
28-
*******************************************************************************/
29-
2+
/* Copyright(c) 1999 - 2006 Intel Corporation. */
303

314
/* Linux PRO/1000 Ethernet Driver main header file */
325

drivers/net/ethernet/intel/e1000/e1000_ethtool.c

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,5 @@
11
// 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 <[email protected]>
20-
* e1000-devel Mailing List <[email protected]>
21-
* Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
22-
*
23-
******************************************************************************/
2+
/* Copyright(c) 1999 - 2006 Intel Corporation. */
243

254
/* ethtool support for e1000 */
265

drivers/net/ethernet/intel/e1000/e1000_hw.c

Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,5 @@
11
// 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 <[email protected]>
25-
e1000-devel Mailing List <[email protected]>
26-
Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
27-
28-
*/
2+
/* Copyright(c) 1999 - 2006 Intel Corporation. */
293

304
/* e1000_hw.c
315
* Shared functions for accessing and configuring the MAC

drivers/net/ethernet/intel/e1000/e1000_hw.h

Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,5 @@
11
/* 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 <[email protected]>
25-
e1000-devel Mailing List <[email protected]>
26-
Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
27-
28-
*******************************************************************************/
2+
/* Copyright(c) 1999 - 2006 Intel Corporation. */
293

304
/* e1000_hw.h
315
* Structures, enums, and macros for the MAC

drivers/net/ethernet/intel/e1000/e1000_main.c

Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,5 @@
11
// 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 <[email protected]>
25-
e1000-devel Mailing List <[email protected]>
26-
Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
27-
28-
*******************************************************************************/
2+
/* Copyright(c) 1999 - 2006 Intel Corporation. */
293

304
#include "e1000.h"
315
#include <net/ip6_checksum.h>

drivers/net/ethernet/intel/e1000/e1000_osdep.h

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,5 @@
11
/* 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 <[email protected]>
25-
e1000-devel Mailing List <[email protected]>
26-
Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
27-
28-
*******************************************************************************/
29-
2+
/* Copyright(c) 1999 - 2006 Intel Corporation. */
303

314
/* glue for the OS independent part of e1000
325
* includes register access macros

drivers/net/ethernet/intel/e1000/e1000_param.c

Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,5 @@
11
// 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 <[email protected]>
25-
e1000-devel Mailing List <[email protected]>
26-
Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
27-
28-
*******************************************************************************/
2+
/* Copyright(c) 1999 - 2006 Intel Corporation. */
293

304
#include "e1000.h"
315

drivers/net/ethernet/intel/e1000e/80003es2lan.c

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,5 @@
11
// 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 <[email protected]>
19-
* e1000-devel Mailing List <[email protected]>
20-
* Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
21-
*/
2+
/* Copyright(c) 1999 - 2018 Intel Corporation. */
223

234
/* 80003ES2LAN Gigabit Ethernet Controller (Copper)
245
* 80003ES2LAN Gigabit Ethernet Controller (Serdes)

drivers/net/ethernet/intel/e1000e/80003es2lan.h

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,5 @@
11
/* 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 <[email protected]>
19-
* e1000-devel Mailing List <[email protected]>
20-
* Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
21-
*/
2+
/* Copyright(c) 1999 - 2018 Intel Corporation. */
223

234
#ifndef _E1000E_80003ES2LAN_H_
245
#define _E1000E_80003ES2LAN_H_

drivers/net/ethernet/intel/e1000e/82571.c

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,5 @@
11
// 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 <[email protected]>
19-
* e1000-devel Mailing List <[email protected]>
20-
* Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
21-
*/
2+
/* Copyright(c) 1999 - 2018 Intel Corporation. */
223

234
/* 82571EB Gigabit Ethernet Controller
245
* 82571EB Gigabit Ethernet Controller (Copper)

drivers/net/ethernet/intel/e1000e/82571.h

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,5 @@
11
/* 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 <[email protected]>
19-
* e1000-devel Mailing List <[email protected]>
20-
* Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
21-
*/
2+
/* Copyright(c) 1999 - 2018 Intel Corporation. */
223

234
#ifndef _E1000E_82571_H_
245
#define _E1000E_82571_H_

0 commit comments

Comments
 (0)