treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13
Based on 2 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 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 [based] [from] [clk] [highbank] [c] you should have received a copy of the gnu general public license along with this program if not see http www gnu org licenses extracted by the scancode license scanner the SPDX license identifier GPL-2.0-or-later has been chosen to replace the boilerplate/reference in 355 file(s). Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Kate Stewart <kstewart@linuxfoundation.org> Reviewed-by: Jilayne Lovejoy <opensource@jilayne.com> Reviewed-by: Steve Winslow <swinslow@gmail.com> Reviewed-by: Allison Randal <allison@lohutok.net> Cc: linux-spdx@vger.kernel.org Link: https://lkml.kernel.org/r/20190519154041.837383322@linutronix.de Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:

committed by
Greg Kroah-Hartman

parent
4359375c31
commit
1ccea77e2a
@@ -1,3 +1,4 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
/*
|
||||
* smc911x.c
|
||||
* This is a driver for SMSC's LAN911{5,6,7,8} single-chip Ethernet devices.
|
||||
@@ -6,19 +7,6 @@
|
||||
* Derived from the unified SMC91x driver by Nicolas Pitre
|
||||
* and the smsc911x.c reference driver by SMSC
|
||||
*
|
||||
* 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/>.
|
||||
*
|
||||
* Arguments:
|
||||
* watchdog = TX watchdog timeout
|
||||
* tx_fifo_kb = Size of TX FIFO in KB
|
||||
|
@@ -1,21 +1,10 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||
/*------------------------------------------------------------------------
|
||||
. smc911x.h - macros for SMSC's LAN911{5,6,7,8} single-chip Ethernet device.
|
||||
.
|
||||
. Copyright (C) 2005 Sensoria Corp.
|
||||
. Derived from the unified SMC91x driver by Nicolas Pitre
|
||||
.
|
||||
. 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/>.
|
||||
.
|
||||
. Information contained in this file was obtained from the LAN9118
|
||||
. manual from SMC. To get a copy, if you really want one, you can find
|
||||
|
@@ -1,3 +1,4 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
/*
|
||||
* smc91x.c
|
||||
* This is a driver for SMSC's 91C9x/91C1xx single-chip Ethernet devices.
|
||||
@@ -8,19 +9,6 @@
|
||||
* Copyright (C) 2003 Monta Vista Software, Inc.
|
||||
* Unified SMC91x driver by Nicolas Pitre
|
||||
*
|
||||
* 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/>.
|
||||
*
|
||||
* Arguments:
|
||||
* io = for the base address
|
||||
* irq = for the IRQ
|
||||
|
@@ -1,3 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||
/*------------------------------------------------------------------------
|
||||
. smc91x.h - macros for SMSC's 91C9x/91C1xx single-chip Ethernet device.
|
||||
.
|
||||
@@ -7,18 +8,6 @@
|
||||
. Copyright (C) 2003 Monta Vista Software, Inc.
|
||||
. Unified SMC91x driver by Nicolas Pitre
|
||||
.
|
||||
. 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/>.
|
||||
.
|
||||
. Information contained in this file was obtained from the LAN91C111
|
||||
. manual from SMC. To get a copy, if you really want one, you can find
|
||||
|
@@ -1,21 +1,9 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
/***************************************************************************
|
||||
*
|
||||
* Copyright (C) 2004-2008 SMSC
|
||||
* Copyright (C) 2005-2008 ARM
|
||||
*
|
||||
* 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/>.
|
||||
*
|
||||
***************************************************************************
|
||||
* Rewritten, heavily based on smsc911x simple driver by SMSC.
|
||||
* Partly uses io macros from smc91x.c by Nicolas Pitre
|
||||
@@ -26,7 +14,6 @@
|
||||
* LAN9210, LAN9211
|
||||
* LAN9220, LAN9221
|
||||
* LAN89218,LAN9250
|
||||
*
|
||||
*/
|
||||
|
||||
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
||||
|
@@ -1,21 +1,9 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||
/***************************************************************************
|
||||
*
|
||||
* Copyright (C) 2004-2008 SMSC
|
||||
* Copyright (C) 2005-2008 ARM
|
||||
*
|
||||
* 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/>.
|
||||
*
|
||||
***************************************************************************/
|
||||
#ifndef __SMSC911X_H__
|
||||
#define __SMSC911X_H__
|
||||
|
@@ -1,20 +1,8 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
/***************************************************************************
|
||||
*
|
||||
* Copyright (C) 2007,2008 SMSC
|
||||
*
|
||||
* 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/>.
|
||||
*
|
||||
***************************************************************************
|
||||
*/
|
||||
|
||||
|
@@ -1,20 +1,8 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||
/***************************************************************************
|
||||
*
|
||||
* Copyright (C) 2007,2008 SMSC
|
||||
*
|
||||
* 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/>.
|
||||
*
|
||||
***************************************************************************
|
||||
*/
|
||||
|
||||
|
Reference in New Issue
Block a user