Skip to content

Commit e3976af

Browse files
KAGA-KOKOgregkh
authored andcommitted
scsi/qla4xxx: Convert to SPDX license identifiers
All files in this driver directory contain the following notice: See LICENSE.qla4xxx for copyright and licensing details. LICENSE.qla4xxx can be found in Documentation/scsi/. 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). - The full GPLv2 license text 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.qla4xxx file. Reviewed-by: Richard Fontana <rfontana@redhat.com> Reviewed-by: Jilayne Lovejoy <opensource@jilayne.com> Reviewed-by: Alexios Zavras <alexios.zavras@intel.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com> Acked-by: Nilesh Javali <njavali@marvell.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 856deb8 commit e3976af

23 files changed

Lines changed: 21 additions & 332 deletions

Documentation/scsi/LICENSE.qla4xxx

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

MAINTAINERS

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14245,7 +14245,6 @@ QLOGIC QLA4XXX iSCSI DRIVER
1424514245
M: QLogic-Storage-Upstream@qlogic.com
1424614246
L: linux-scsi@vger.kernel.org
1424714247
S: Supported
14248-
F: Documentation/scsi/LICENSE.qla4xxx
1424914248
F: drivers/scsi/qla4xxx/
1425014249

1425114250
QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER

drivers/scsi/qla4xxx/ql4_83xx.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 iSCSI HBA Driver
34
* Copyright (c) 2003-2013 QLogic Corporation
4-
*
5-
* See LICENSE.qla4xxx for copyright and licensing details.
65
*/
76

87
#include <linux/ratelimit.h>

drivers/scsi/qla4xxx/ql4_83xx.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 iSCSI HBA Driver
34
* Copyright (c) 2003-2013 QLogic Corporation
4-
*
5-
* See LICENSE.qla4xxx for copyright and licensing details.
65
*/
76

87
#ifndef __QL483XX_H

drivers/scsi/qla4xxx/ql4_attr.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 iSCSI HBA Driver
34
* Copyright (c) 2003-2013 QLogic Corporation
4-
*
5-
* See LICENSE.qla4xxx for copyright and licensing details.
65
*/
76

87
#include "ql4_def.h"

drivers/scsi/qla4xxx/ql4_bsg.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 iSCSI HBA Driver
34
* Copyright (c) 2011-2013 QLogic Corporation
4-
*
5-
* See LICENSE.qla4xxx for copyright and licensing details.
65
*/
76

87
#include "ql4_def.h"

drivers/scsi/qla4xxx/ql4_bsg.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 iSCSI HBA Driver
34
* Copyright (c) 2011 QLogic Corporation
4-
*
5-
* See LICENSE.qla4xxx for copyright and licensing details.
65
*/
76
#ifndef __QL4_BSG_H
87
#define __QL4_BSG_H

drivers/scsi/qla4xxx/ql4_dbg.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 iSCSI HBA Driver
34
* Copyright (c) 2003-2012 QLogic Corporation
4-
*
5-
* See LICENSE.qla4xxx for copyright and licensing details.
65
*/
76

87
#include "ql4_def.h"

drivers/scsi/qla4xxx/ql4_dbg.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 iSCSI HBA Driver
34
* Copyright (c) 2003-2012 QLogic Corporation
4-
*
5-
* See LICENSE.qla4xxx for copyright and licensing details.
65
*/
76

87
/*

drivers/scsi/qla4xxx/ql4_def.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 iSCSI HBA Driver
34
* Copyright (c) 2003-2013 QLogic Corporation
4-
*
5-
* See LICENSE.qla4xxx for copyright and licensing details.
65
*/
76

87
#ifndef __QL4_DEF_H

0 commit comments

Comments
 (0)