Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 440

Based on 1 normalized pattern(s):

this software is available under the terms of the gnu general public
license gpl version 2 available from the file copying in the main
directory of this source tree

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-only

has been chosen to replace the boilerplate/reference in 35 file(s).

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Allison Randal <allison@lohutok.net>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190531190115.411886531@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
3287e96a acf14707

+35 -140
+1 -4
drivers/net/ethernet/qlogic/qed/qed_debug.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* QLogic qed NIC Driver 2 3 * Copyright (c) 2015 QLogic Corporation 3 - * 4 - * This software is available under the terms of the GNU General Public License 5 - * (GPL) Version 2, available from the file COPYING in the main directory of 6 - * this source tree. 7 4 */ 8 5 9 6 #include <linux/module.h>
+1 -4
drivers/net/ethernet/qlogic/qed/qed_debug.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* QLogic qed NIC Driver 2 3 * Copyright (c) 2015 QLogic Corporation 3 - * 4 - * This software is available under the terms of the GNU General Public License 5 - * (GPL) Version 2, available from the file COPYING in the main directory of 6 - * this source tree. 7 4 */ 8 5 9 6 #ifndef _QED_DEBUGFS_H
+1 -4
drivers/net/ethernet/qlogic/qede/qede_dcbnl.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* QLogic qede NIC Driver 2 3 * Copyright (c) 2015 QLogic Corporation 3 - * 4 - * This software is available under the terms of the GNU General Public License 5 - * (GPL) Version 2, available from the file COPYING in the main directory of 6 - * this source tree. 7 4 */ 8 5 9 6 #include <linux/types.h>
+1 -4
drivers/scsi/qedf/drv_fcoe_fw_funcs.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* QLogic FCoE Offload Driver 2 3 * Copyright (c) 2016-2018 Cavium Inc. 3 - * 4 - * This software is available under the terms of the GNU General Public License 5 - * (GPL) Version 2, available from the file COPYING in the main directory of 6 - * this source tree. 7 4 */ 8 5 #include "drv_fcoe_fw_funcs.h" 9 6 #include "drv_scsi_fw_funcs.h"
+1 -4
drivers/scsi/qedf/drv_fcoe_fw_funcs.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* QLogic FCoE Offload Driver 2 3 * Copyright (c) 2016-2018 Cavium Inc. 3 - * 4 - * This software is available under the terms of the GNU General Public License 5 - * (GPL) Version 2, available from the file COPYING in the main directory of 6 - * this source tree. 7 4 */ 8 5 #ifndef _FCOE_FW_FUNCS_H 9 6 #define _FCOE_FW_FUNCS_H
+1 -4
drivers/scsi/qedf/drv_scsi_fw_funcs.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* QLogic FCoE Offload Driver 2 3 * Copyright (c) 2016-2018 Cavium Inc. 3 - * 4 - * This software is available under the terms of the GNU General Public License 5 - * (GPL) Version 2, available from the file COPYING in the main directory of 6 - * this source tree. 7 4 */ 8 5 #include "drv_scsi_fw_funcs.h" 9 6
+1 -4
drivers/scsi/qedf/drv_scsi_fw_funcs.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* QLogic FCoE Offload Driver 2 3 * Copyright (c) 2016-2018 Cavium Inc. 3 - * 4 - * This software is available under the terms of the GNU General Public License 5 - * (GPL) Version 2, available from the file COPYING in the main directory of 6 - * this source tree. 7 4 */ 8 5 #ifndef _SCSI_FW_FUNCS_H 9 6 #define _SCSI_FW_FUNCS_H
+1 -4
drivers/scsi/qedf/qedf.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * QLogic FCoE Offload Driver 3 4 * Copyright (c) 2016-2018 Cavium Inc. 4 - * 5 - * This software is available under the terms of the GNU General Public License 6 - * (GPL) Version 2, available from the file COPYING in the main directory of 7 - * this source tree. 8 5 */ 9 6 #ifndef _QEDFC_H_ 10 7 #define _QEDFC_H_
+1 -4
drivers/scsi/qedf/qedf_attr.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * QLogic FCoE Offload Driver 3 4 * Copyright (c) 2016-2018 Cavium Inc. 4 - * 5 - * This software is available under the terms of the GNU General Public License 6 - * (GPL) Version 2, available from the file COPYING in the main directory of 7 - * this source tree. 8 5 */ 9 6 #include "qedf.h" 10 7
+1 -4
drivers/scsi/qedf/qedf_dbg.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * QLogic FCoE Offload Driver 3 4 * Copyright (c) 2016-2018 Cavium Inc. 4 - * 5 - * This software is available under the terms of the GNU General Public License 6 - * (GPL) Version 2, available from the file COPYING in the main directory of 7 - * this source tree. 8 5 */ 9 6 #include "qedf_dbg.h" 10 7 #include <linux/vmalloc.h>
+1 -4
drivers/scsi/qedf/qedf_dbg.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * QLogic FCoE Offload Driver 3 4 * Copyright (c) 2016-2018 Cavium Inc. 4 - * 5 - * This software is available under the terms of the GNU General Public License 6 - * (GPL) Version 2, available from the file COPYING in the main directory of 7 - * this source tree. 8 5 */ 9 6 #ifndef _QEDF_DBG_H_ 10 7 #define _QEDF_DBG_H_
+1 -4
drivers/scsi/qedf/qedf_debugfs.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * QLogic FCoE Offload Driver 3 4 * Copyright (c) 2016-2018 QLogic Corporation 4 - * 5 - * This software is available under the terms of the GNU General Public License 6 - * (GPL) Version 2, available from the file COPYING in the main directory of 7 - * this source tree. 8 5 */ 9 6 #ifdef CONFIG_DEBUG_FS 10 7
+1 -4
drivers/scsi/qedf/qedf_els.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * QLogic FCoE Offload Driver 3 4 * Copyright (c) 2016-2018 Cavium Inc. 4 - * 5 - * This software is available under the terms of the GNU General Public License 6 - * (GPL) Version 2, available from the file COPYING in the main directory of 7 - * this source tree. 8 5 */ 9 6 #include "qedf.h" 10 7
+1 -4
drivers/scsi/qedf/qedf_fip.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * QLogic FCoE Offload Driver 3 4 * Copyright (c) 2016-2018 Cavium Inc. 4 - * 5 - * This software is available under the terms of the GNU General Public License 6 - * (GPL) Version 2, available from the file COPYING in the main directory of 7 - * this source tree. 8 5 */ 9 6 #include <linux/if_ether.h> 10 7 #include <linux/if_vlan.h>
+1 -4
drivers/scsi/qedf/qedf_hsi.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * QLogic FCoE Offload Driver 3 4 * Copyright (c) 2016-2018 Cavium Inc. 4 - * 5 - * This software is available under the terms of the GNU General Public License 6 - * (GPL) Version 2, available from the file COPYING in the main directory of 7 - * this source tree. 8 5 */ 9 6 #ifndef __QEDF_HSI__ 10 7 #define __QEDF_HSI__
+1 -4
drivers/scsi/qedf/qedf_io.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * QLogic FCoE Offload Driver 3 4 * Copyright (c) 2016-2018 Cavium Inc. 4 - * 5 - * This software is available under the terms of the GNU General Public License 6 - * (GPL) Version 2, available from the file COPYING in the main directory of 7 - * this source tree. 8 5 */ 9 6 #include <linux/spinlock.h> 10 7 #include <linux/vmalloc.h>
+1 -4
drivers/scsi/qedf/qedf_main.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * QLogic FCoE Offload Driver 3 4 * Copyright (c) 2016-2018 Cavium Inc. 4 - * 5 - * This software is available under the terms of the GNU General Public License 6 - * (GPL) Version 2, available from the file COPYING in the main directory of 7 - * this source tree. 8 5 */ 9 6 #include <linux/init.h> 10 7 #include <linux/kernel.h>
+1 -4
drivers/scsi/qedf/qedf_version.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * QLogic FCoE Offload Driver 3 4 * Copyright (c) 2016-2018 Cavium Inc. 4 - * 5 - * This software is available under the terms of the GNU General Public License 6 - * (GPL) Version 2, available from the file COPYING in the main directory of 7 - * this source tree. 8 5 */ 9 6 10 7 #define QEDF_VERSION "8.37.25.20"
+1 -4
drivers/scsi/qedi/qedi.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * QLogic iSCSI Offload Driver 3 4 * Copyright (c) 2016 Cavium Inc. 4 - * 5 - * This software is available under the terms of the GNU General Public License 6 - * (GPL) Version 2, available from the file COPYING in the main directory of 7 - * this source tree. 8 5 */ 9 6 10 7 #ifndef _QEDI_H_
+1 -4
drivers/scsi/qedi/qedi_dbg.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * QLogic iSCSI Offload Driver 3 4 * Copyright (c) 2016 Cavium Inc. 4 - * 5 - * This software is available under the terms of the GNU General Public License 6 - * (GPL) Version 2, available from the file COPYING in the main directory of 7 - * this source tree. 8 5 */ 9 6 10 7 #include "qedi_dbg.h"
+1 -4
drivers/scsi/qedi/qedi_dbg.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * QLogic iSCSI Offload Driver 3 4 * Copyright (c) 2016 Cavium Inc. 4 - * 5 - * This software is available under the terms of the GNU General Public License 6 - * (GPL) Version 2, available from the file COPYING in the main directory of 7 - * this source tree. 8 5 */ 9 6 10 7 #ifndef _QEDI_DBG_H_
+1 -4
drivers/scsi/qedi/qedi_debugfs.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * QLogic iSCSI Offload Driver 3 4 * Copyright (c) 2016 Cavium Inc. 4 - * 5 - * This software is available under the terms of the GNU General Public License 6 - * (GPL) Version 2, available from the file COPYING in the main directory of 7 - * this source tree. 8 5 */ 9 6 10 7 #include "qedi.h"
+1 -4
drivers/scsi/qedi/qedi_fw.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * QLogic iSCSI Offload Driver 3 4 * Copyright (c) 2016 Cavium Inc. 4 - * 5 - * This software is available under the terms of the GNU General Public License 6 - * (GPL) Version 2, available from the file COPYING in the main directory of 7 - * this source tree. 8 5 */ 9 6 10 7 #include <linux/blkdev.h>
+1 -4
drivers/scsi/qedi/qedi_fw_api.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* QLogic iSCSI Offload Driver 2 3 * Copyright (c) 2016 Cavium Inc. 3 - * 4 - * This software is available under the terms of the GNU General Public License 5 - * (GPL) Version 2, available from the file COPYING in the main directory of 6 - * this source tree. 7 4 */ 8 5 9 6 #include <linux/types.h>
+1 -4
drivers/scsi/qedi/qedi_fw_iscsi.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * QLogic iSCSI Offload Driver 3 4 * Copyright (c) 2016 Cavium Inc. 4 - * 5 - * This software is available under the terms of the GNU General Public License 6 - * (GPL) Version 2, available from the file COPYING in the main directory of 7 - * this source tree. 8 5 */ 9 6 10 7 #ifndef _QEDI_FW_ISCSI_H_
+1 -4
drivers/scsi/qedi/qedi_fw_scsi.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * QLogic iSCSI Offload Driver 3 4 * Copyright (c) 2016 Cavium Inc. 4 - * 5 - * This software is available under the terms of the GNU General Public License 6 - * (GPL) Version 2, available from the file COPYING in the main directory of 7 - * this source tree. 8 5 */ 9 6 10 7 #ifndef _QEDI_FW_SCSI_H_
+1 -4
drivers/scsi/qedi/qedi_gbl.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * QLogic iSCSI Offload Driver 3 4 * Copyright (c) 2016 Cavium Inc. 4 - * 5 - * This software is available under the terms of the GNU General Public License 6 - * (GPL) Version 2, available from the file COPYING in the main directory of 7 - * this source tree. 8 5 */ 9 6 10 7 #ifndef _QEDI_GBL_H_
+1 -4
drivers/scsi/qedi/qedi_hsi.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * QLogic iSCSI Offload Driver 3 4 * Copyright (c) 2016 Cavium Inc. 4 - * 5 - * This software is available under the terms of the GNU General Public License 6 - * (GPL) Version 2, available from the file COPYING in the main directory of 7 - * this source tree. 8 5 */ 9 6 #ifndef __QEDI_HSI__ 10 7 #define __QEDI_HSI__
+1 -4
drivers/scsi/qedi/qedi_iscsi.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * QLogic iSCSI Offload Driver 3 4 * Copyright (c) 2016 Cavium Inc. 4 - * 5 - * This software is available under the terms of the GNU General Public License 6 - * (GPL) Version 2, available from the file COPYING in the main directory of 7 - * this source tree. 8 5 */ 9 6 10 7 #include <linux/blkdev.h>
+1 -4
drivers/scsi/qedi/qedi_iscsi.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * QLogic iSCSI Offload Driver 3 4 * Copyright (c) 2016 Cavium Inc. 4 - * 5 - * This software is available under the terms of the GNU General Public License 6 - * (GPL) Version 2, available from the file COPYING in the main directory of 7 - * this source tree. 8 5 */ 9 6 10 7 #ifndef _QEDI_ISCSI_H_
+1 -4
drivers/scsi/qedi/qedi_main.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * QLogic iSCSI Offload Driver 3 4 * Copyright (c) 2016 Cavium Inc. 4 - * 5 - * This software is available under the terms of the GNU General Public License 6 - * (GPL) Version 2, available from the file COPYING in the main directory of 7 - * this source tree. 8 5 */ 9 6 10 7 #include <linux/module.h>
+1 -4
drivers/scsi/qedi/qedi_nvm_iscsi_cfg.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * QLogic iSCSI Offload Driver 3 4 * Copyright (c) 2016 Cavium Inc. 4 - * 5 - * This software is available under the terms of the GNU General Public License 6 - * (GPL) Version 2, available from the file COPYING in the main directory of 7 - * this source tree. 8 5 */ 9 6 10 7 #ifndef NVM_ISCSI_CFG_H
+1 -4
drivers/scsi/qedi/qedi_sysfs.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * QLogic iSCSI Offload Driver 3 4 * Copyright (c) 2016 Cavium Inc. 4 - * 5 - * This software is available under the terms of the GNU General Public License 6 - * (GPL) Version 2, available from the file COPYING in the main directory of 7 - * this source tree. 8 5 */ 9 6 10 7 #include "qedi.h"
+1 -4
drivers/scsi/qedi/qedi_version.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * QLogic iSCSI Offload Driver 3 4 * Copyright (c) 2016 Cavium Inc. 4 - * 5 - * This software is available under the terms of the GNU General Public License 6 - * (GPL) Version 2, available from the file COPYING in the main directory of 7 - * this source tree. 8 5 */ 9 6 10 7 #define QEDI_MODULE_VERSION "8.33.0.21"
+1 -4
include/linux/qed/fcoe_common.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* QLogic qed NIC Driver 2 3 * Copyright (c) 2015 QLogic Corporation 3 - * 4 - * This software is available under the terms of the GNU General Public License 5 - * (GPL) Version 2, available from the file COPYING in the main directory of 6 - * this source tree. 7 4 */ 8 5 9 6 #ifndef __FCOE_COMMON__