Skip to content

Commit 936303f

Browse files
KAGA-KOKOgregkh
authored andcommitted
net/qlge: Convert to SPDX license identifiers
All files related to this driver contain the following notice: See LICENSE.qlge for copyright and licensing details. LICENSE.qlge 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.qlge file. Reviewed-by: Richard Fontana <[email protected]> Reviewed-by: Jilayne Lovejoy <[email protected]> Reviewed-by: Alexios Zavras <[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 004b26b commit 936303f

File tree

3 files changed

+2
-291
lines changed

3 files changed

+2
-291
lines changed

Documentation/networking/device_drivers/qlogic/LICENSE.qlge

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

drivers/staging/qlge/qlge.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 QLA41xx NIC HBA Driver
34
* Copyright (c) 2003-2006 QLogic Corporation
4-
*
5-
* See LICENSE.qlge for copyright and licensing details.
65
*/
76
#ifndef _QLGE_H_
87
#define _QLGE_H_

drivers/staging/qlge/qlge_main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* QLogic qlge NIC HBA Driver
34
* Copyright (c) 2003-2008 QLogic Corporation
4-
* See LICENSE.qlge for copyright and licensing details.
55
* Author: Linux qlge network device driver by
66
* Ron Mercer <[email protected]>
77
*/

0 commit comments

Comments
 (0)