Skip to content

Commit 004b26b

Browse files
KAGA-KOKOgregkh
authored andcommitted
net/qlcnic: Convert to SPDX license identifiers
All files in this driver directory contain the following notice: See LICENSE.qlcnic for copyright and licensing details. LICENSE.qlacnic can be found in Documentation/networking/device_drivers/qlogic/. The file contains: - A copyright notice This copyright notice is redundant as all files contain the same copyright notice already - A license notice You may modify and redistribute the device driver code under the GNU General Public License (a copy of which is attached hereto as Exhibit A) published by the Free Software Foundation (version 2). This can be replaced with the corresponding SPDX license identifier (GPL-2.0-only) in the source files which reference this license file. - The full GPLv2 license text A redundant copy of LICENSES/preferred/GPL-2.0 Remove the notices and add the SPDX license identifier GPL-2.0-only to the source files. Finally remove the now redundant LICENSE.qlcnic file. Reviewed-by: Richard Fontana <[email protected]> Reviewed-by: Jilayne Lovejoy <[email protected]> Reviewed-by: Alexios Zavras <[email protected]> Acked-by: Igor Russkikh <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Signed-off-by: Lukas Bulwahn <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 77adf3f commit 004b26b

21 files changed

+20
-328
lines changed

Documentation/networking/device_drivers/qlogic/LICENSE.qlcnic

Lines changed: 0 additions & 288 deletions
This file was deleted.

drivers/net/ethernet/qlogic/qlcnic/qlcnic.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1+
/* SPDX-License-Identifier: GPL-2.0-only */
12
/*
23
* QLogic qlcnic NIC Driver
34
* Copyright (c) 2009-2013 QLogic Corporation
4-
*
5-
* See LICENSE.qlcnic for copyright and licensing details.
65
*/
76

87
#ifndef _QLCNIC_H_

drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* QLogic qlcnic NIC Driver
34
* Copyright (c) 2009-2013 QLogic Corporation
4-
*
5-
* See LICENSE.qlcnic for copyright and licensing details.
65
*/
76

87
#include <linux/if_vlan.h>

drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1+
/* SPDX-License-Identifier: GPL-2.0-only */
12
/*
23
* QLogic qlcnic NIC Driver
34
* Copyright (c) 2009-2013 QLogic Corporation
4-
*
5-
* See LICENSE.qlcnic for copyright and licensing details.
65
*/
76

87
#ifndef __QLCNIC_83XX_HW_H

drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* QLogic qlcnic NIC Driver
34
* Copyright (c) 2009-2013 QLogic Corporation
4-
*
5-
* See LICENSE.qlcnic for copyright and licensing details.
65
*/
76

87
#include "qlcnic_sriov.h"

drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_vnic.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* QLogic qlcnic NIC Driver
34
* Copyright (c) 2009-2013 QLogic Corporation
4-
*
5-
* See LICENSE.qlcnic for copyright and licensing details.
65
*/
76

87
#include "qlcnic.h"

drivers/net/ethernet/qlogic/qlcnic/qlcnic_ctx.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* QLogic qlcnic NIC Driver
34
* Copyright (c) 2009-2013 QLogic Corporation
4-
*
5-
* See LICENSE.qlcnic for copyright and licensing details.
65
*/
76

87
#include "qlcnic.h"

drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* QLogic qlcnic NIC Driver
34
* Copyright (c) 2009-2013 QLogic Corporation
4-
*
5-
* See LICENSE.qlcnic for copyright and licensing details.
65
*/
76

87
#include <linux/types.h>

drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1+
/* SPDX-License-Identifier: GPL-2.0-only */
12
/*
23
* QLogic qlcnic NIC Driver
34
* Copyright (c) 2009-2013 QLogic Corporation
4-
*
5-
* See LICENSE.qlcnic for copyright and licensing details.
65
*/
76

87
#ifndef __QLCNIC_DCBX_H

drivers/net/ethernet/qlogic/qlcnic/qlcnic_ethtool.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* QLogic qlcnic NIC Driver
34
* Copyright (c) 2009-2013 QLogic Corporation
4-
*
5-
* See LICENSE.qlcnic for copyright and licensing details.
65
*/
76

87
#include <linux/types.h>

0 commit comments

Comments
 (0)