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

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

Based on 1 normalized pattern(s):

this program is free software you can redistribute it and or modify
it under the terms of the gnu general public license as published by
the free software foundation either version 2 of the license or at
your option any later version this program is distributed in the
hope that it will be useful but without any warranty without even
the implied warranty of merchantability or fitness for a particular
purpose see the gnu general public license for more details you
should have received a copy of the gnu general public license along
with this program if not see http www gnu org licenses the full gnu
general public license is included in this distribution in the file
called copying

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-or-later

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

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Kate Stewart <kstewart@linuxfoundation.org>
Reviewed-by: Steve Winslow <swinslow@gmail.com>
Reviewed-by: Allison Randal <allison@lohutok.net>
Reviewed-by: Jilayne Lovejoy <opensource@jilayne.com>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190519154042.045106120@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
d0ae6124 f8739b71

+9 -153
+1 -17
drivers/net/ethernet/qlogic/netxen/Makefile
··· 1 + # SPDX-License-Identifier: GPL-2.0-or-later 1 2 # Copyright (C) 2003 - 2009 NetXen, Inc. 2 3 # Copyright (C) 2009 - QLogic Corporation. 3 4 # All rights reserved. 4 - # 5 - # This program is free software; you can redistribute it and/or 6 - # modify it under the terms of the GNU General Public License 7 - # as published by the Free Software Foundation; either version 2 8 - # of the License, or (at your option) any later version. 9 - # 10 - # This program is distributed in the hope that it will be useful, but 11 - # WITHOUT ANY WARRANTY; without even the implied warranty of 12 - # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - # GNU General Public License for more details. 14 - # 15 - # You should have received a copy of the GNU General Public License 16 - # along with this program; if not, see <http://www.gnu.org/licenses/>. 17 - # 18 - # The full GNU General Public License is included in this distribution 19 - # in the file called "COPYING". 20 - # 21 5 # 22 6 23 7
+1 -17
drivers/net/ethernet/qlogic/netxen/netxen_nic.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* 2 3 * Copyright (C) 2003 - 2009 NetXen, Inc. 3 4 * Copyright (C) 2009 - QLogic Corporation. 4 5 * All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public License 8 - * as published by the Free Software Foundation; either version 2 9 - * of the License, or (at your option) any later version. 10 - * 11 - * This program is distributed in the hope that it will be useful, but 12 - * WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, see <http://www.gnu.org/licenses/>. 18 - * 19 - * The full GNU General Public License is included in this distribution 20 - * in the file called "COPYING". 21 - * 22 6 */ 23 7 24 8 #ifndef _NETXEN_NIC_H_
+1 -17
drivers/net/ethernet/qlogic/netxen/netxen_nic_ctx.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Copyright (C) 2003 - 2009 NetXen, Inc. 3 4 * Copyright (C) 2009 - QLogic Corporation. 4 5 * All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public License 8 - * as published by the Free Software Foundation; either version 2 9 - * of the License, or (at your option) any later version. 10 - * 11 - * This program is distributed in the hope that it will be useful, but 12 - * WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, see <http://www.gnu.org/licenses/>. 18 - * 19 - * The full GNU General Public License is included in this distribution 20 - * in the file called "COPYING". 21 - * 22 6 */ 23 7 24 8 #include "netxen_nic_hw.h"
+1 -17
drivers/net/ethernet/qlogic/netxen/netxen_nic_ethtool.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Copyright (C) 2003 - 2009 NetXen, Inc. 3 4 * Copyright (C) 2009 - QLogic Corporation. 4 5 * All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public License 8 - * as published by the Free Software Foundation; either version 2 9 - * of the License, or (at your option) any later version. 10 - * 11 - * This program is distributed in the hope that it will be useful, but 12 - * WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, see <http://www.gnu.org/licenses/>. 18 - * 19 - * The full GNU General Public License is included in this distribution 20 - * in the file called "COPYING". 21 - * 22 6 */ 23 7 24 8 #include <linux/types.h>
+1 -17
drivers/net/ethernet/qlogic/netxen/netxen_nic_hdr.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* 2 3 * Copyright (C) 2003 - 2009 NetXen, Inc. 3 4 * Copyright (C) 2009 - QLogic Corporation. 4 5 * All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public License 8 - * as published by the Free Software Foundation; either version 2 9 - * of the License, or (at your option) any later version. 10 - * 11 - * This program is distributed in the hope that it will be useful, but 12 - * WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, see <http://www.gnu.org/licenses/>. 18 - * 19 - * The full GNU General Public License is included in this distribution 20 - * in the file called "COPYING". 21 - * 22 6 */ 23 7 24 8 #ifndef __NETXEN_NIC_HDR_H_
+1 -17
drivers/net/ethernet/qlogic/netxen/netxen_nic_hw.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Copyright (C) 2003 - 2009 NetXen, Inc. 3 4 * Copyright (C) 2009 - QLogic Corporation. 4 5 * All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public License 8 - * as published by the Free Software Foundation; either version 2 9 - * of the License, or (at your option) any later version. 10 - * 11 - * This program is distributed in the hope that it will be useful, but 12 - * WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, see <http://www.gnu.org/licenses/>. 18 - * 19 - * The full GNU General Public License is included in this distribution 20 - * in the file called "COPYING". 21 - * 22 6 */ 23 7 24 8 #include <linux/io-64-nonatomic-lo-hi.h>
+1 -17
drivers/net/ethernet/qlogic/netxen/netxen_nic_hw.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* 2 3 * Copyright (C) 2003 - 2009 NetXen, Inc. 3 4 * Copyright (C) 2009 - QLogic Corporation. 4 5 * All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public License 8 - * as published by the Free Software Foundation; either version 2 9 - * of the License, or (at your option) any later version. 10 - * 11 - * This program is distributed in the hope that it will be useful, but 12 - * WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, see <http://www.gnu.org/licenses/>. 18 - * 19 - * The full GNU General Public License is included in this distribution 20 - * in the file called "COPYING". 21 - * 22 6 */ 23 7 24 8 #ifndef __NETXEN_NIC_HW_H_
+1 -17
drivers/net/ethernet/qlogic/netxen/netxen_nic_init.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Copyright (C) 2003 - 2009 NetXen, Inc. 3 4 * Copyright (C) 2009 - QLogic Corporation. 4 5 * All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public License 8 - * as published by the Free Software Foundation; either version 2 9 - * of the License, or (at your option) any later version. 10 - * 11 - * This program is distributed in the hope that it will be useful, but 12 - * WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, see <http://www.gnu.org/licenses/>. 18 - * 19 - * The full GNU General Public License is included in this distribution 20 - * in the file called "COPYING". 21 - * 22 6 */ 23 7 24 8 #include <linux/netdevice.h>
+1 -17
drivers/net/ethernet/qlogic/netxen/netxen_nic_main.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Copyright (C) 2003 - 2009 NetXen, Inc. 3 4 * Copyright (C) 2009 - QLogic Corporation. 4 5 * All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public License 8 - * as published by the Free Software Foundation; either version 2 9 - * of the License, or (at your option) any later version. 10 - * 11 - * This program is distributed in the hope that it will be useful, but 12 - * WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, see <http://www.gnu.org/licenses/>. 18 - * 19 - * The full GNU General Public License is included in this distribution 20 - * in the file called "COPYING". 21 - * 22 6 */ 23 7 24 8 #include <linux/slab.h>