Skip to content

Commit 77adf3f

Browse files
KAGA-KOKOgregkh
authored andcommitted
scsi/qla2xxx: Convert to SPDX license identifiers
All files in this driver directory contain the following notice: See LICENSE.qla2xxx for copyright and licensing details. LICENSE.qla2xxx 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). 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.qla2xxx 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]> Acked-by: Nilesh Javali <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent e3976af commit 77adf3f

32 files changed

+30
-351
lines changed

Documentation/scsi/LICENSE.qla2xxx

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

MAINTAINERS

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14231,7 +14231,6 @@ M: Nilesh Javali <[email protected]>
1423114231
1423214232
1423314233
S: Supported
14234-
F: Documentation/scsi/LICENSE.qla2xxx
1423514234
F: drivers/scsi/qla2xxx/
1423614235

1423714236
QLOGIC QLA3XXX NETWORK DRIVER

drivers/scsi/qla2xxx/qla_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 Fibre Channel HBA Driver
34
* Copyright (c) 2003-2014 QLogic Corporation
4-
*
5-
* See LICENSE.qla2xxx for copyright and licensing details.
65
*/
76
#include "qla_def.h"
87
#include "qla_target.h"

drivers/scsi/qla2xxx/qla_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 Fibre Channel HBA Driver
34
* Copyright (c) 2003-2014 QLogic Corporation
4-
*
5-
* See LICENSE.qla2xxx for copyright and licensing details.
65
*/
76
#include "qla_def.h"
87

drivers/scsi/qla2xxx/qla_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 Fibre Channel HBA Driver
34
* Copyright (c) 2003-2014 QLogic Corporation
4-
*
5-
* See LICENSE.qla2xxx for copyright and licensing details.
65
*/
76
#ifndef __QLA_BSG_H
87
#define __QLA_BSG_H

drivers/scsi/qla2xxx/qla_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 Fibre Channel HBA Driver
34
* Copyright (c) 2003-2014 QLogic Corporation
4-
*
5-
* See LICENSE.qla2xxx for copyright and licensing details.
65
*/
76

87
/*

drivers/scsi/qla2xxx/qla_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 Fibre Channel HBA Driver
34
* Copyright (c) 2003-2014 QLogic Corporation
4-
*
5-
* See LICENSE.qla2xxx for copyright and licensing details.
65
*/
76

87
#include "qla_def.h"

drivers/scsi/qla2xxx/qla_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 Fibre Channel HBA Driver
34
* Copyright (c) 2003-2014 QLogic Corporation
4-
*
5-
* See LICENSE.qla2xxx for copyright and licensing details.
65
*/
76
#ifndef __QLA_DEF_H
87
#define __QLA_DEF_H

drivers/scsi/qla2xxx/qla_dfs.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 Fibre Channel HBA Driver
34
* Copyright (c) 2003-2014 QLogic Corporation
4-
*
5-
* See LICENSE.qla2xxx for copyright and licensing details.
65
*/
76
#include "qla_def.h"
87

drivers/scsi/qla2xxx/qla_fw.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 Fibre Channel HBA Driver
34
* Copyright (c) 2003-2014 QLogic Corporation
4-
*
5-
* See LICENSE.qla2xxx for copyright and licensing details.
65
*/
76
#ifndef __QLA_FW_H
87
#define __QLA_FW_H

0 commit comments

Comments
 (0)