linux-spdx.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: J Lovejoy <opensource@jilayne.com>
To: Thomas Gleixner <tglx@linutronix.de>
Cc: linux-spdx@vger.kernel.org
Subject: Re: [patch 20/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 20
Date: Sun, 19 May 2019 11:43:20 -0600	[thread overview]
Message-ID: <2960A706-67DC-48B2-961F-050873E01A27@jilayne.com> (raw)
In-Reply-To: <20190519154042.524645346@linutronix.de>

Reviewed-by: Jilayne Lovejoy <opensource@jilayne.com>

> On May 19, 2019, at 7:51 AM, Thomas Gleixner <tglx@linutronix.de> wrote:
> 
> 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 see the file copying if not write to the free
>  software foundation inc 51 franklin steet fifth floor boston ma
>  02110 1301 usa
> 
> extracted by the scancode license scanner the SPDX license identifier
> 
>  GPL-2.0-or-later
> 
> has been chosen to replace the boilerplate/reference in 41 file(s).
> 
> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
> ---
> https://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-spdx.git/commit/?h=step2&id=e192895e8f70
> ---
> drivers/net/wireless/broadcom/b43/bus.c            |   15 +--------------
> drivers/net/wireless/broadcom/b43/debugfs.c        |   15 +--------------
> drivers/net/wireless/broadcom/b43/dma.c            |   15 +--------------
> drivers/net/wireless/broadcom/b43/leds.c           |   15 +--------------
> drivers/net/wireless/broadcom/b43/lo.c             |   15 +--------------
> drivers/net/wireless/broadcom/b43/main.c           |   15 +--------------
> drivers/net/wireless/broadcom/b43/main.h           |   15 +--------------
> drivers/net/wireless/broadcom/b43/phy_common.c     |   15 +--------------
> drivers/net/wireless/broadcom/b43/phy_g.c          |   15 +--------------
> drivers/net/wireless/broadcom/b43/phy_ht.c         |   15 +--------------
> drivers/net/wireless/broadcom/b43/phy_lp.c         |   15 +--------------
> drivers/net/wireless/broadcom/b43/phy_n.c          |   15 +--------------
> drivers/net/wireless/broadcom/b43/pio.c            |   15 +--------------
> drivers/net/wireless/broadcom/b43/radio_2055.c     |   15 +--------------
> drivers/net/wireless/broadcom/b43/radio_2056.c     |   15 +--------------
> drivers/net/wireless/broadcom/b43/radio_2057.c     |   15 +--------------
> drivers/net/wireless/broadcom/b43/radio_2059.c     |   15 +--------------
> drivers/net/wireless/broadcom/b43/rfkill.c         |   15 +--------------
> drivers/net/wireless/broadcom/b43/sysfs.c          |   15 +--------------
> drivers/net/wireless/broadcom/b43/tables.c         |   15 +--------------
> drivers/net/wireless/broadcom/b43/tables_lpphy.c   |   15 +--------------
> drivers/net/wireless/broadcom/b43/tables_nphy.c    |   15 +--------------
> drivers/net/wireless/broadcom/b43/tables_phy_ht.c  |   15 +--------------
> drivers/net/wireless/broadcom/b43/tables_phy_lcn.c |   15 +--------------
> drivers/net/wireless/broadcom/b43/wa.c             |   15 +--------------
> drivers/net/wireless/broadcom/b43/xmit.c           |   15 +--------------
> drivers/net/wireless/broadcom/b43legacy/debugfs.c  |   15 +--------------
> drivers/net/wireless/broadcom/b43legacy/dma.c      |   15 +--------------
> drivers/net/wireless/broadcom/b43legacy/ilt.c      |   15 +--------------
> drivers/net/wireless/broadcom/b43legacy/leds.c     |   15 +--------------
> drivers/net/wireless/broadcom/b43legacy/main.c     |   16 +---------------
> drivers/net/wireless/broadcom/b43legacy/main.h     |   15 +--------------
> drivers/net/wireless/broadcom/b43legacy/phy.c      |   15 +--------------
> drivers/net/wireless/broadcom/b43legacy/phy.h      |   15 +--------------
> drivers/net/wireless/broadcom/b43legacy/pio.c      |   15 +--------------
> drivers/net/wireless/broadcom/b43legacy/radio.c    |   15 +--------------
> drivers/net/wireless/broadcom/b43legacy/radio.h    |   15 +--------------
> drivers/net/wireless/broadcom/b43legacy/rfkill.c   |   15 +--------------
> drivers/net/wireless/broadcom/b43legacy/sysfs.c    |   15 +--------------
> drivers/net/wireless/broadcom/b43legacy/xmit.c     |   15 +--------------
> drivers/net/wireless/marvell/libertas/if_cs.c      |   15 +--------------
> 41 files changed, 41 insertions(+), 575 deletions(-)
> 
> --- a/drivers/net/wireless/broadcom/b43/bus.c
> +++ b/drivers/net/wireless/broadcom/b43/bus.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
> /*
> 
>   Broadcom B43 wireless driver
> @@ -5,20 +6,6 @@
> 
>   Copyright (c) 2011 Rafał Miłecki <zajec5@gmail.com>
> 
> -  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; see the file COPYING.  If not, write to
> -  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
> -  Boston, MA 02110-1301, USA.
> 
> */
> 
> --- a/drivers/net/wireless/broadcom/b43/debugfs.c
> +++ b/drivers/net/wireless/broadcom/b43/debugfs.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
> /*
> 
>   Broadcom B43 wireless driver
> @@ -6,20 +7,6 @@
> 
>   Copyright (c) 2005-2007 Michael Buesch <m@bues.ch>
> 
> -  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; see the file COPYING.  If not, write to
> -  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
> -  Boston, MA 02110-1301, USA.
> 
> */
> 
> --- a/drivers/net/wireless/broadcom/b43/dma.c
> +++ b/drivers/net/wireless/broadcom/b43/dma.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
> /*
> 
>   Broadcom B43 wireless driver
> @@ -10,20 +11,6 @@
>   Copyright (C) 2002 David S. Miller
>   Copyright (C) Pekka Pietikainen
> 
> -  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; see the file COPYING.  If not, write to
> -  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
> -  Boston, MA 02110-1301, USA.
> 
> */
> 
> --- a/drivers/net/wireless/broadcom/b43/leds.c
> +++ b/drivers/net/wireless/broadcom/b43/leds.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
> /*
> 
>   Broadcom B43 wireless driver
> @@ -9,20 +10,6 @@
>   Copyright (c) 2005 Danny van Dyk <kugelfang@gentoo.org>
>   Copyright (c) 2005 Andreas Jaggi <andreas.jaggi@waterwave.ch>
> 
> -  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; see the file COPYING.  If not, write to
> -  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
> -  Boston, MA 02110-1301, USA.
> 
> */
> 
> --- a/drivers/net/wireless/broadcom/b43/lo.c
> +++ b/drivers/net/wireless/broadcom/b43/lo.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
> /*
> 
>   Broadcom B43 wireless driver
> @@ -10,20 +11,6 @@
>   Copyright (c) 2005, 2006 Danny van Dyk <kugelfang@gentoo.org>
>   Copyright (c) 2005, 2006 Andreas Jaggi <andreas.jaggi@waterwave.ch>
> 
> -  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; see the file COPYING.  If not, write to
> -  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
> -  Boston, MA 02110-1301, USA.
> 
> */
> 
> --- a/drivers/net/wireless/broadcom/b43/main.c
> +++ b/drivers/net/wireless/broadcom/b43/main.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
> /*
> 
>   Broadcom B43 wireless driver
> @@ -15,20 +16,6 @@
>   Some parts of the code in this file are derived from the ipw2200
>   driver  Copyright(c) 2003 - 2004 Intel Corporation.
> 
> -  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; see the file COPYING.  If not, write to
> -  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
> -  Boston, MA 02110-1301, USA.
> 
> */
> 
> --- a/drivers/net/wireless/broadcom/b43/main.h
> +++ b/drivers/net/wireless/broadcom/b43/main.h
> @@ -1,3 +1,4 @@
> +/* SPDX-License-Identifier: GPL-2.0-or-later */
> /*
> 
>   Broadcom B43 wireless driver
> @@ -11,20 +12,6 @@
>   Some parts of the code in this file are derived from the ipw2200
>   driver  Copyright(c) 2003 - 2004 Intel Corporation.
> 
> -  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; see the file COPYING.  If not, write to
> -  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
> -  Boston, MA 02110-1301, USA.
> 
> */
> 
> --- a/drivers/net/wireless/broadcom/b43/phy_common.c
> +++ b/drivers/net/wireless/broadcom/b43/phy_common.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
> /*
> 
>   Broadcom B43 wireless driver
> @@ -9,20 +10,6 @@
>   Copyright (c) 2005, 2006 Danny van Dyk <kugelfang@gentoo.org>
>   Copyright (c) 2005, 2006 Andreas Jaggi <andreas.jaggi@waterwave.ch>
> 
> -  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; see the file COPYING.  If not, write to
> -  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
> -  Boston, MA 02110-1301, USA.
> 
> */
> 
> --- a/drivers/net/wireless/broadcom/b43/phy_g.c
> +++ b/drivers/net/wireless/broadcom/b43/phy_g.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
> /*
> 
>   Broadcom B43 wireless driver
> @@ -9,20 +10,6 @@
>   Copyright (c) 2005, 2006 Danny van Dyk <kugelfang@gentoo.org>
>   Copyright (c) 2005, 2006 Andreas Jaggi <andreas.jaggi@waterwave.ch>
> 
> -  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; see the file COPYING.  If not, write to
> -  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
> -  Boston, MA 02110-1301, USA.
> 
> */
> 
> --- a/drivers/net/wireless/broadcom/b43/phy_ht.c
> +++ b/drivers/net/wireless/broadcom/b43/phy_ht.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
> /*
> 
>   Broadcom B43 wireless driver
> @@ -5,20 +6,6 @@
> 
>   Copyright (c) 2011 Rafał Miłecki <zajec5@gmail.com>
> 
> -  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; see the file COPYING.  If not, write to
> -  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
> -  Boston, MA 02110-1301, USA.
> 
> */
> 
> --- a/drivers/net/wireless/broadcom/b43/phy_lp.c
> +++ b/drivers/net/wireless/broadcom/b43/phy_lp.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
> /*
> 
>   Broadcom B43 wireless driver
> @@ -6,20 +7,6 @@
>   Copyright (c) 2008-2009 Michael Buesch <m@bues.ch>
>   Copyright (c) 2009 Gábor Stefanik <netrolller.3d@gmail.com>
> 
> -  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; see the file COPYING.  If not, write to
> -  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
> -  Boston, MA 02110-1301, USA.
> 
> */
> 
> --- a/drivers/net/wireless/broadcom/b43/phy_n.c
> +++ b/drivers/net/wireless/broadcom/b43/phy_n.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
> /*
> 
>   Broadcom B43 wireless driver
> @@ -6,20 +7,6 @@
>   Copyright (c) 2008 Michael Buesch <m@bues.ch>
>   Copyright (c) 2010-2011 Rafał Miłecki <zajec5@gmail.com>
> 
> -  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; see the file COPYING.  If not, write to
> -  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
> -  Boston, MA 02110-1301, USA.
> 
> */
> 
> --- a/drivers/net/wireless/broadcom/b43/pio.c
> +++ b/drivers/net/wireless/broadcom/b43/pio.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
> /*
> 
>   Broadcom B43 wireless driver
> @@ -6,20 +7,6 @@
> 
>   Copyright (c) 2005-2008 Michael Buesch <m@bues.ch>
> 
> -  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; see the file COPYING.  If not, write to
> -  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
> -  Boston, MA 02110-1301, USA.
> 
> */
> 
> --- a/drivers/net/wireless/broadcom/b43/radio_2055.c
> +++ b/drivers/net/wireless/broadcom/b43/radio_2055.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
> /*
> 
>   Broadcom B43 wireless driver
> @@ -6,20 +7,6 @@
>   Copyright (c) 2008 Michael Buesch <m@bues.ch>
>   Copyright (c) 2010 Rafał Miłecki <zajec5@gmail.com>
> 
> -  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; see the file COPYING.  If not, write to
> -  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
> -  Boston, MA 02110-1301, USA.
> 
> */
> 
> --- a/drivers/net/wireless/broadcom/b43/radio_2056.c
> +++ b/drivers/net/wireless/broadcom/b43/radio_2056.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
> /*
> 
>   Broadcom B43 wireless driver
> @@ -5,20 +6,6 @@
> 
>   Copyright (c) 2010 Rafał Miłecki <zajec5@gmail.com>
> 
> -  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; see the file COPYING.  If not, write to
> -  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
> -  Boston, MA 02110-1301, USA.
> 
> */
> 
> --- a/drivers/net/wireless/broadcom/b43/radio_2057.c
> +++ b/drivers/net/wireless/broadcom/b43/radio_2057.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
> /*
> 
>   Broadcom B43 wireless driver
> @@ -5,20 +6,6 @@
> 
>   Copyright (c) 2010 Rafał Miłecki <zajec5@gmail.com>
> 
> -  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; see the file COPYING.  If not, write to
> -  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
> -  Boston, MA 02110-1301, USA.
> 
> */
> 
> --- a/drivers/net/wireless/broadcom/b43/radio_2059.c
> +++ b/drivers/net/wireless/broadcom/b43/radio_2059.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
> /*
> 
>   Broadcom B43 wireless driver
> @@ -5,20 +6,6 @@
> 
>   Copyright (c) 2011 Rafał Miłecki <zajec5@gmail.com>
> 
> -  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; see the file COPYING.  If not, write to
> -  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
> -  Boston, MA 02110-1301, USA.
> 
> */
> 
> --- a/drivers/net/wireless/broadcom/b43/rfkill.c
> +++ b/drivers/net/wireless/broadcom/b43/rfkill.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
> /*
> 
>   Broadcom B43 wireless driver
> @@ -5,20 +6,6 @@
> 
>   Copyright (c) 2007 Michael Buesch <m@bues.ch>
> 
> -  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; see the file COPYING.  If not, write to
> -  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
> -  Boston, MA 02110-1301, USA.
> 
> */
> 
> --- a/drivers/net/wireless/broadcom/b43/sysfs.c
> +++ b/drivers/net/wireless/broadcom/b43/sysfs.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
> /*
> 
>   Broadcom B43 wireless driver
> @@ -6,20 +7,6 @@
> 
>   Copyright (c) 2006 Michael Buesch <m@bues.ch>
> 
> -  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; see the file COPYING.  If not, write to
> -  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
> -  Boston, MA 02110-1301, USA.
> 
> */
> 
> --- a/drivers/net/wireless/broadcom/b43/tables.c
> +++ b/drivers/net/wireless/broadcom/b43/tables.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
> /*
> 
>   Broadcom B43 wireless driver
> @@ -8,20 +9,6 @@
>   Copyright (c) 2005 Danny van Dyk <kugelfang@gentoo.org>
>   Copyright (c) 2005 Andreas Jaggi <andreas.jaggi@waterwave.ch>
> 
> -  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; see the file COPYING.  If not, write to
> -  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
> -  Boston, MA 02110-1301, USA.
> 
> */
> 
> --- a/drivers/net/wireless/broadcom/b43/tables_lpphy.c
> +++ b/drivers/net/wireless/broadcom/b43/tables_lpphy.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
> /*
> 
>   Broadcom B43 wireless driver
> @@ -6,20 +7,6 @@
>   Copyright (c) 2009 Michael Buesch <m@bues.ch>
>   Copyright (c) 2009 Gábor Stefanik <netrolller.3d@gmail.com>
> 
> -  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; see the file COPYING.  If not, write to
> -  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
> -  Boston, MA 02110-1301, USA.
> 
> */
> 
> --- a/drivers/net/wireless/broadcom/b43/tables_nphy.c
> +++ b/drivers/net/wireless/broadcom/b43/tables_nphy.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
> /*
> 
>   Broadcom B43 wireless driver
> @@ -6,20 +7,6 @@
>   Copyright (c) 2008 Michael Buesch <m@bues.ch>
>   Copyright (c) 2010 Rafał Miłecki <zajec5@gmail.com>
> 
> -  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; see the file COPYING.  If not, write to
> -  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
> -  Boston, MA 02110-1301, USA.
> 
> */
> 
> --- a/drivers/net/wireless/broadcom/b43/tables_phy_ht.c
> +++ b/drivers/net/wireless/broadcom/b43/tables_phy_ht.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
> /*
> 
>   Broadcom B43 wireless driver
> @@ -5,20 +6,6 @@
> 
>   Copyright (c) 2011 Rafał Miłecki <zajec5@gmail.com>
> 
> -  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; see the file COPYING.  If not, write to
> -  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
> -  Boston, MA 02110-1301, USA.
> 
> */
> 
> --- a/drivers/net/wireless/broadcom/b43/tables_phy_lcn.c
> +++ b/drivers/net/wireless/broadcom/b43/tables_phy_lcn.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
> /*
> 
>   Broadcom B43 wireless driver
> @@ -5,20 +6,6 @@
> 
>   Copyright (c) 2011 Rafał Miłecki <zajec5@gmail.com>
> 
> -  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; see the file COPYING.  If not, write to
> -  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
> -  Boston, MA 02110-1301, USA.
> 
> */
> 
> --- a/drivers/net/wireless/broadcom/b43/wa.c
> +++ b/drivers/net/wireless/broadcom/b43/wa.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
> /*
> 
>   Broadcom B43 wireless driver
> @@ -7,20 +8,6 @@
>   Copyright (c) 2005-2007 Stefano Brivio <stefano.brivio@polimi.it>
>   Copyright (c) 2005-2007 Michael Buesch <m@bues.ch>
> 
> -  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; see the file COPYING.  If not, write to
> -  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
> -  Boston, MA 02110-1301, USA.
> 
> */
> 
> --- a/drivers/net/wireless/broadcom/b43/xmit.c
> +++ b/drivers/net/wireless/broadcom/b43/xmit.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
> /*
> 
>   Broadcom B43 wireless driver
> @@ -10,20 +11,6 @@
>   Copyright (C) 2005 Danny van Dyk <kugelfang@gentoo.org>
>   Copyright (C) 2005 Andreas Jaggi <andreas.jaggi@waterwave.ch>
> 
> -  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; see the file COPYING.  If not, write to
> -  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
> -  Boston, MA 02110-1301, USA.
> 
> */
> 
> --- a/drivers/net/wireless/broadcom/b43legacy/debugfs.c
> +++ b/drivers/net/wireless/broadcom/b43legacy/debugfs.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
> /*
> 
>   Broadcom B43legacy wireless driver
> @@ -6,20 +7,6 @@
> 
>   Copyright (c) 2005-2007 Michael Buesch <m@bues.ch>
> 
> -  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; see the file COPYING.  If not, write to
> -  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
> -  Boston, MA 02110-1301, USA.
> 
> */
> 
> --- a/drivers/net/wireless/broadcom/b43legacy/dma.c
> +++ b/drivers/net/wireless/broadcom/b43legacy/dma.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
> /*
> 
>   Broadcom B43legacy wireless driver
> @@ -10,20 +11,6 @@
>   Copyright (C) 2002 David S. Miller
>   Copyright (C) Pekka Pietikainen
> 
> -  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; see the file COPYING.  If not, write to
> -  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
> -  Boston, MA 02110-1301, USA.
> 
> */
> 
> --- a/drivers/net/wireless/broadcom/b43legacy/ilt.c
> +++ b/drivers/net/wireless/broadcom/b43legacy/ilt.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
> /*
> 
>   Broadcom B43legacy wireless driver
> @@ -8,20 +9,6 @@
> 		     Danny van Dyk <kugelfang@gentoo.org>
> 		     Andreas Jaggi <andreas.jaggi@waterwave.ch>
> 
> -  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; see the file COPYING.  If not, write to
> -  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
> -  Boston, MA 02110-1301, USA.
> 
> */
> 
> --- a/drivers/net/wireless/broadcom/b43legacy/leds.c
> +++ b/drivers/net/wireless/broadcom/b43legacy/leds.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
> /*
> 
>   Broadcom B43 wireless driver
> @@ -9,20 +10,6 @@
>   Copyright (c) 2005 Danny van Dyk <kugelfang@gentoo.org>
>   Copyright (c) 2005 Andreas Jaggi <andreas.jaggi@waterwave.ch>
> 
> -  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; see the file COPYING.  If not, write to
> -  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
> -  Boston, MA 02110-1301, USA.
> 
> */
> 
> --- a/drivers/net/wireless/broadcom/b43legacy/main.c
> +++ b/drivers/net/wireless/broadcom/b43legacy/main.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
> /*
>  *
>  *  Broadcom B43legacy wireless driver
> @@ -12,21 +13,6 @@
>  *  Some parts of the code in this file are derived from the ipw2200
>  *  driver  Copyright(c) 2003 - 2004 Intel Corporation.
> 
> - *  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; see the file COPYING.  If not, write to
> - *  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
> - *  Boston, MA 02110-1301, USA.
> - *
>  */
> 
> #include <linux/delay.h>
> --- a/drivers/net/wireless/broadcom/b43legacy/main.h
> +++ b/drivers/net/wireless/broadcom/b43legacy/main.h
> @@ -1,3 +1,4 @@
> +/* SPDX-License-Identifier: GPL-2.0-or-later */
> /*
> 
>   Broadcom B43legacy wireless driver
> @@ -12,20 +13,6 @@
>   Some parts of the code in this file are derived from the ipw2200
>   driver  Copyright(c) 2003 - 2004 Intel Corporation.
> 
> -  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; see the file COPYING.  If not, write to
> -  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
> -  Boston, MA 02110-1301, USA.
> 
> */
> 
> --- a/drivers/net/wireless/broadcom/b43legacy/phy.c
> +++ b/drivers/net/wireless/broadcom/b43legacy/phy.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
> /*
> 
>   Broadcom B43legacy wireless driver
> @@ -12,20 +13,6 @@
>   Some parts of the code in this file are derived from the ipw2200
>   driver  Copyright(c) 2003 - 2004 Intel Corporation.
> 
> -  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; see the file COPYING.  If not, write to
> -  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
> -  Boston, MA 02110-1301, USA.
> 
> */
> 
> --- a/drivers/net/wireless/broadcom/b43legacy/phy.h
> +++ b/drivers/net/wireless/broadcom/b43legacy/phy.h
> @@ -1,3 +1,4 @@
> +/* SPDX-License-Identifier: GPL-2.0-or-later */
> /*
> 
>   Broadcom B43legacy wireless driver
> @@ -12,20 +13,6 @@
>   Some parts of the code in this file are derived from the ipw2200
>   driver  Copyright(c) 2003 - 2004 Intel Corporation.
> 
> -  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; see the file COPYING.  If not, write to
> -  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
> -  Boston, MA 02110-1301, USA.
> 
> */
> 
> --- a/drivers/net/wireless/broadcom/b43legacy/pio.c
> +++ b/drivers/net/wireless/broadcom/b43legacy/pio.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
> /*
> 
>   Broadcom B43legacy wireless driver
> @@ -6,20 +7,6 @@
> 
>   Copyright (c) 2005 Michael Buesch <m@bues.ch>
> 
> -  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; see the file COPYING.  If not, write to
> -  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
> -  Boston, MA 02110-1301, USA.
> 
> */
> 
> --- a/drivers/net/wireless/broadcom/b43legacy/radio.c
> +++ b/drivers/net/wireless/broadcom/b43legacy/radio.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
> /*
> 
>   Broadcom B43legacy wireless driver
> @@ -12,20 +13,6 @@
>   Some parts of the code in this file are derived from the ipw2200
>   driver  Copyright(c) 2003 - 2004 Intel Corporation.
> 
> -  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; see the file COPYING.  If not, write to
> -  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
> -  Boston, MA 02110-1301, USA.
> 
> */
> 
> --- a/drivers/net/wireless/broadcom/b43legacy/radio.h
> +++ b/drivers/net/wireless/broadcom/b43legacy/radio.h
> @@ -1,3 +1,4 @@
> +/* SPDX-License-Identifier: GPL-2.0-or-later */
> /*
> 
>   Broadcom B43legacy wireless driver
> @@ -11,20 +12,6 @@
>   Some parts of the code in this file are derived from the ipw2200
>   driver  Copyright(c) 2003 - 2004 Intel Corporation.
> 
> -  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; see the file COPYING.  If not, write to
> -  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
> -  Boston, MA 02110-1301, USA.
> 
> */
> 
> --- a/drivers/net/wireless/broadcom/b43legacy/rfkill.c
> +++ b/drivers/net/wireless/broadcom/b43legacy/rfkill.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
> /*
> 
>   Broadcom B43 wireless driver
> @@ -5,20 +6,6 @@
> 
>   Copyright (c) 2007 Michael Buesch <m@bues.ch>
> 
> -  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; see the file COPYING.  If not, write to
> -  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
> -  Boston, MA 02110-1301, USA.
> 
> */
> 
> --- a/drivers/net/wireless/broadcom/b43legacy/sysfs.c
> +++ b/drivers/net/wireless/broadcom/b43legacy/sysfs.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
> /*
> 
>   Broadcom B43legacy wireless driver
> @@ -6,20 +7,6 @@
> 
>   Copyright (c) 2006 Michael Buesch <m@bues.ch>
> 
> -  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; see the file COPYING.  If not, write to
> -  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
> -  Boston, MA 02110-1301, USA.
> 
> */
> 
> --- a/drivers/net/wireless/broadcom/b43legacy/xmit.c
> +++ b/drivers/net/wireless/broadcom/b43legacy/xmit.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
> /*
> 
>   Broadcom B43legacy wireless driver
> @@ -11,20 +12,6 @@
>   Copyright (C) 2005 Andreas Jaggi <andreas.jaggi@waterwave.ch>
>   Copyright (C) 2007 Larry Finger <Larry.Finger@lwfinger.net>
> 
> -  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; see the file COPYING.  If not, write to
> -  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
> -  Boston, MA 02110-1301, USA.
> 
> */
> 
> --- a/drivers/net/wireless/marvell/libertas/if_cs.c
> +++ b/drivers/net/wireless/marvell/libertas/if_cs.c
> @@ -1,23 +1,10 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
> /*
> 
>   Driver for the Marvell 8385 based compact flash WLAN cards.
> 
>   (C) 2007 by Holger Schurig <hs4233@mail.mn-solutions.de>
> 
> -  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; see the file COPYING.  If not, write to
> -  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
> -  Boston, MA 02110-1301, USA.
> 
> */
> 
> 
> 


  reply	other threads:[~2019-05-19 17:43 UTC|newest]

Thread overview: 148+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-19 13:51 [patch 00/25] First batch Thomas Gleixner
2019-05-19 13:51 ` [patch 01/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1 Thomas Gleixner
2019-05-19 17:23   ` J Lovejoy
2019-05-19 17:28     ` Kate Stewart
2019-05-19 21:47       ` Allison Randal
2019-05-20  1:03   ` Steve Winslow
2019-05-20  9:00   ` Greg KH
2019-05-20  9:04     ` Thomas Gleixner
2019-05-20  9:22       ` Greg KH
2019-05-20 20:13         ` Thomas Gleixner
2019-05-21 14:18   ` Michael Ellerman
2019-05-19 13:51 ` [patch 02/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 2 Thomas Gleixner
2019-05-19 17:29   ` Kate Stewart
2019-05-19 21:50   ` Allison Randal
2019-05-20  0:44     ` Steve Winslow
2019-05-20  4:00     ` Thomas Gleixner
2019-05-20 17:17       ` J Lovejoy
2019-05-20 17:47         ` Thomas Gleixner
2019-05-20 18:09           ` Thomas Gleixner
2019-05-20 21:14           ` Allison Randal
2019-05-20 22:07     ` Philippe Ombredanne
2019-05-20 22:34       ` Allison Randal
2019-05-19 13:51 ` [patch 03/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 3 Thomas Gleixner
2019-05-19 17:24   ` J Lovejoy
2019-05-19 17:30     ` Kate Stewart
2019-05-19 21:51       ` Allison Randal
2019-05-20  1:04   ` Steve Winslow
2019-05-19 13:51 ` [patch 04/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 4 Thomas Gleixner
2019-05-19 17:25   ` J Lovejoy
2019-05-19 21:53     ` Allison Randal
2019-05-20  1:05   ` Steve Winslow
2019-05-19 13:51 ` [patch 05/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 5 Thomas Gleixner
2019-05-19 17:25   ` J Lovejoy
2019-05-19 21:54     ` Allison Randal
2019-05-20  1:05   ` Steve Winslow
2019-05-21  1:20   ` Kate Stewart
2019-05-19 13:51 ` [patch 06/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 6 Thomas Gleixner
2019-05-19 17:28   ` J Lovejoy
2019-05-19 22:32     ` Allison Randal
2019-05-20  0:53   ` Steve Winslow
2019-05-20 11:10     ` Thomas Gleixner
2019-05-20 16:50       ` Philippe Ombredanne
2019-05-19 13:51 ` [patch 07/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 7 Thomas Gleixner
2019-05-19 17:29   ` J Lovejoy
2019-05-19 22:35     ` Allison Randal
2019-05-20  1:06   ` Steve Winslow
2019-05-21  1:21   ` Kate Stewart
2019-05-19 13:51 ` [patch 08/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 8 Thomas Gleixner
2019-05-19 17:30   ` J Lovejoy
2019-05-19 22:40     ` Allison Randal
2019-05-20  0:57   ` Steve Winslow
2019-05-20  8:51     ` Thomas Gleixner
2019-05-19 13:51 ` [patch 09/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 9 Thomas Gleixner
2019-05-19 17:30   ` J Lovejoy
2019-05-19 23:17     ` Allison Randal
2019-05-20  1:06   ` Steve Winslow
2019-05-21  1:21   ` Kate Stewart
2019-05-19 13:51 ` [patch 10/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 10 Thomas Gleixner
2019-05-19 17:31   ` J Lovejoy
2019-05-19 23:18     ` Allison Randal
2019-05-20  1:06   ` Steve Winslow
2019-05-21  1:22   ` Kate Stewart
2019-05-19 13:51 ` [patch 11/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 11 Thomas Gleixner
2019-05-19 17:31   ` J Lovejoy
2019-05-19 23:19     ` Allison Randal
2019-05-20  1:07   ` Steve Winslow
2019-05-21  1:22   ` Kate Stewart
2019-05-19 13:51 ` [patch 12/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 12 Thomas Gleixner
2019-05-19 17:36   ` J Lovejoy
2019-05-19 23:26     ` Allison Randal
2019-05-20  1:07   ` Steve Winslow
2019-05-21  1:23   ` Kate Stewart
2019-05-19 13:51 ` [patch 13/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13 Thomas Gleixner
2019-05-19 17:38   ` J Lovejoy
2019-05-19 23:27     ` Allison Randal
2019-05-20  1:08   ` Steve Winslow
2019-05-21  1:24   ` Kate Stewart
2019-05-21 14:20   ` Michael Ellerman
2019-05-19 13:51 ` [patch 14/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 14 Thomas Gleixner
     [not found]   ` <01BD65EE-6C09-45E4-ACAB-074B16C19EE5@jilayne.com>
2019-05-19 17:49     ` J Lovejoy
2019-05-19 23:30       ` Allison Randal
2019-05-20  1:08   ` Steve Winslow
2019-05-21  1:26   ` Kate Stewart
2019-05-19 13:51 ` [patch 15/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 15 Thomas Gleixner
     [not found]   ` <345D7893-767F-42C5-A73D-599338174AAA@jilayne.com>
2019-05-19 17:50     ` J Lovejoy
2019-05-19 23:40       ` Allison Randal
2019-05-20  1:09   ` Steve Winslow
2019-05-21  1:26   ` Kate Stewart
2019-05-19 13:51 ` [patch 16/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 16 Thomas Gleixner
2019-05-19 17:41   ` J Lovejoy
2019-05-19 23:40     ` Allison Randal
2019-05-20  0:27   ` Steve Winslow
2019-05-20  0:42     ` Richard Fontana
2019-05-20  2:42       ` Allison Randal
2019-05-20  5:25         ` Thomas Gleixner
2019-05-20 16:38       ` Philippe Ombredanne
2019-05-20 17:10         ` Richard Fontana
2019-05-20 17:28           ` Thomas Gleixner
2019-05-20 22:43             ` Philippe Ombredanne
2019-05-20  8:31   ` Thomas Gleixner
2019-05-19 13:51 ` [patch 17/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 17 Thomas Gleixner
2019-05-19 17:41   ` J Lovejoy
2019-05-19 23:41     ` Allison Randal
2019-05-20  1:10   ` Steve Winslow
2019-05-21  1:28   ` Kate Stewart
2019-05-19 13:51 ` [patch 18/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 18 Thomas Gleixner
2019-05-19 17:42   ` J Lovejoy
2019-05-19 23:49     ` Allison Randal
2019-05-20  1:10   ` Steve Winslow
2019-05-21  1:28   ` Kate Stewart
2019-05-19 13:51 ` [patch 19/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 19 Thomas Gleixner
2019-05-19 17:50   ` J Lovejoy
2019-05-19 23:50     ` Allison Randal
2019-05-20  1:11   ` Steve Winslow
2019-05-21  1:29   ` Kate Stewart
2019-05-19 13:51 ` [patch 20/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 20 Thomas Gleixner
2019-05-19 17:43   ` J Lovejoy [this message]
2019-05-19 23:57     ` Allison Randal
2019-05-20  1:11   ` Steve Winslow
2019-05-21  1:30   ` Kate Stewart
2019-05-19 13:51 ` [patch 21/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 21 Thomas Gleixner
2019-05-19 17:44   ` J Lovejoy
2019-05-19 23:58     ` Allison Randal
2019-05-20  1:11   ` Steve Winslow
2019-05-21  1:31   ` Kate Stewart
2019-05-19 13:51 ` [patch 22/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 22 Thomas Gleixner
2019-05-19 17:45   ` J Lovejoy
2019-05-20  1:26     ` Allison Randal
2019-05-20  1:11   ` Steve Winslow
2019-05-21  1:34   ` Kate Stewart
2019-05-21  5:46     ` Thomas Gleixner
2019-05-19 13:51 ` [patch 23/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 23 Thomas Gleixner
2019-05-19 17:45   ` J Lovejoy
2019-05-20  1:27     ` Allison Randal
2019-05-20  1:12   ` Steve Winslow
2019-05-21  1:35   ` Kate Stewart
2019-05-19 13:51 ` [patch 24/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 24 Thomas Gleixner
2019-05-19 17:51   ` J Lovejoy
2019-05-20  1:29     ` Allison Randal
2019-05-20  1:15   ` Steve Winslow
2019-05-21  1:36   ` Kate Stewart
2019-05-19 13:51 ` [patch 25/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 25 Thomas Gleixner
2019-05-19 17:52   ` J Lovejoy
2019-05-20  1:31     ` Allison Randal
2019-05-20  1:15   ` Steve Winslow
2019-05-21  1:37   ` Kate Stewart
2019-05-21 10:20 ` [patch 00/25] First batch Greg KH
2019-05-21 10:24   ` Thomas Gleixner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2960A706-67DC-48B2-961F-050873E01A27@jilayne.com \
    --to=opensource@jilayne.com \
    --cc=linux-spdx@vger.kernel.org \
    --cc=tglx@linutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).