linux-spdx.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Steve Winslow <swinslow@linuxfoundation.org>
To: linux-spdx@vger.kernel.org
Subject: Re: [Batch 9 patch 01/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 176
Date: Tue, 28 May 2019 22:17:18 -0400	[thread overview]
Message-ID: <CAL8Xim4URbOYe6vpJotrbJV2M2ZP1yC1TFJ2MuSB7R_z2fSpSQ@mail.gmail.com> (raw)
In-Reply-To: <20190528170025.980374610@linutronix.de>

Reviewed-by: Steve Winslow <swinslow@gmail.com>


On Tue, May 28, 2019 at 1:16 PM Thomas Gleixner <tglx@linutronix.de> wrote:
>
> From: Thomas Gleixner tglx@linutronix.de
>
> 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 version 2 as
>   published by the free software foundation 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 write to the free
>   software foundation inc 675 mass ave cambridge ma 02139 usa
>
> extracted by the scancode license scanner the SPDX license identifier
>
>   GPL-2.0-only
>
> has been chosen to replace the boilerplate/reference in 44 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=batch9&id=5164ec5b0838
> ---
>  arch/parisc/include/asm/pdc_chassis.h             |   15 +--------------
>  drivers/gpio/gpio-mc33880.c                       |   14 +-------------
>  drivers/gpio/gpio-timberdale.c                    |   14 +-------------
>  drivers/input/touchscreen/cy8ctmg110_ts.c         |   14 +-------------
>  drivers/isdn/hardware/mISDN/avmfritz.c            |   15 +--------------
>  drivers/isdn/hardware/mISDN/iohelper.h            |   15 +--------------
>  drivers/isdn/hardware/mISDN/ipac.h                |   15 +--------------
>  drivers/isdn/hardware/mISDN/isar.h                |   15 +--------------
>  drivers/isdn/hardware/mISDN/mISDNinfineon.c       |   17 +----------------
>  drivers/isdn/hardware/mISDN/mISDNipac.c           |   15 +--------------
>  drivers/isdn/hardware/mISDN/mISDNisar.c           |   15 +--------------
>  drivers/isdn/hardware/mISDN/netjet.c              |   15 +--------------
>  drivers/isdn/hardware/mISDN/netjet.h              |   15 +--------------
>  drivers/isdn/hardware/mISDN/speedfax.c            |   15 +--------------
>  drivers/isdn/hardware/mISDN/w6692.c               |   15 +--------------
>  drivers/isdn/hardware/mISDN/w6692.h               |   15 +--------------
>  drivers/mfd/cs5535-mfd.c                          |   14 +-------------
>  drivers/mfd/timberdale.c                          |   14 +-------------
>  drivers/mfd/timberdale.h                          |   14 +-------------
>  drivers/misc/echo/echo.c                          |   14 +-------------
>  drivers/misc/echo/echo.h                          |   14 +-------------
>  drivers/misc/echo/fir.h                           |   14 +-------------
>  drivers/misc/echo/oslec.h                         |   15 +--------------
>  drivers/misc/enclosure.c                          |   13 +------------
>  drivers/mmc/host/sdhci-dove.c                     |   14 +-------------
>  drivers/mmc/host/sdhci-pltfm.c                    |   14 +-------------
>  drivers/net/ethernet/micrel/ks8842.c              |   14 +-------------
>  drivers/net/ethernet/micrel/ks8851_mll.c          |   14 +-------------
>  drivers/net/ethernet/toshiba/ps3_gelic_wireless.c |   14 +-------------
>  drivers/scsi/ses.c                                |   13 +------------
>  include/linux/enclosure.h                         |   13 +------------
>  include/linux/ks8842.h                            |   14 +-------------
>  include/linux/ks8851_mll.h                        |   14 +-------------
>  include/linux/pch_dma.h                           |   14 +-------------
>  include/linux/platform_data/i2c-xiic.h            |   14 +-------------
>  include/linux/platform_data/media/timb_radio.h    |   14 +-------------
>  include/linux/platform_data/media/timb_video.h    |   14 +-------------
>  include/linux/timb_dma.h                          |   14 +-------------
>  include/linux/timb_gpio.h                         |   14 +-------------
>  sound/mips/hal2.c                                 |   15 +--------------
>  sound/mips/hal2.h                                 |   15 +--------------
>  sound/parisc/harmony.c                            |   15 +--------------
>  sound/pci/ad1889.c                                |   14 +-------------
>  43 files changed, 43 insertions(+), 575 deletions(-)
>
> --- a/arch/parisc/include/asm/pdc_chassis.h
> +++ b/arch/parisc/include/asm/pdc_chassis.h
> @@ -1,23 +1,10 @@
> +/* SPDX-License-Identifier: GPL-2.0-only */
>  /*
>   *     include/asm-parisc/pdc_chassis.h
>   *
>   *     Copyright (C) 2002 Laurent Canet <canetl@esiee.fr>
>   *     Copyright (C) 2002 Thibaut Varene <varenet@parisc-linux.org>
>   *
> - *
> - *      This program is free software; you can redistribute it and/or modify
> - *      it under the terms of the GNU General Public License, version 2, as
> - *      published by the Free Software Foundation.
> - *
> - *      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, write to the Free Software
> - *      Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
> - *
>   *      TODO:  - handle processor number on SMP systems (Reporting Entity ID)
>   *             - handle message ID
>   *             - handle timestamps
> --- a/drivers/gpio/gpio-mc33880.c
> +++ b/drivers/gpio/gpio-mc33880.c
> @@ -1,19 +1,7 @@
> +// SPDX-License-Identifier: GPL-2.0-only
>  /*
>   * MC33880 high-side/low-side switch GPIO driver
>   * Copyright (c) 2009 Intel Corporation
> - *
> - * This program is free software; you can redistribute it and/or modify
> - * it under the terms of the GNU General Public License version 2 as
> - * published by the Free Software Foundation.
> - *
> - * 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, write to the Free Software
> - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
>   */
>
>  /* Supports:
> --- a/drivers/gpio/gpio-timberdale.c
> +++ b/drivers/gpio/gpio-timberdale.c
> @@ -1,20 +1,8 @@
> +// SPDX-License-Identifier: GPL-2.0-only
>  /*
>   * Timberdale FPGA GPIO driver
>   * Author: Mocean Laboratories
>   * Copyright (c) 2009 Intel Corporation
> - *
> - * This program is free software; you can redistribute it and/or modify
> - * it under the terms of the GNU General Public License version 2 as
> - * published by the Free Software Foundation.
> - *
> - * 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, write to the Free Software
> - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
>   */
>
>  /* Supports:
> --- a/drivers/input/touchscreen/cy8ctmg110_ts.c
> +++ b/drivers/input/touchscreen/cy8ctmg110_ts.c
> @@ -1,22 +1,10 @@
> +// SPDX-License-Identifier: GPL-2.0-only
>  /*
>   * Driver for cypress touch screen controller
>   *
>   * Copyright (c) 2009 Aava Mobile
>   *
>   * Some cleanups by Alan Cox <alan@linux.intel.com>
> - *
> - * This program is free software; you can redistribute it and/or modify
> - * it under the terms of the GNU General Public License version 2 as
> - * published by the Free Software Foundation.
> - *
> - * 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, write to the Free Software
> - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
>   */
>
>  #include <linux/module.h>
> --- a/drivers/isdn/hardware/mISDN/avmfritz.c
> +++ b/drivers/isdn/hardware/mISDN/avmfritz.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0-only
>  /*
>   * avm_fritz.c    low level stuff for AVM FRITZ!CARD PCI ISDN cards
>   *                Thanks to AVM, Berlin for informations
> @@ -5,20 +6,6 @@
>   * Author       Karsten Keil <keil@isdn4linux.de>
>   *
>   * Copyright 2009  by Karsten Keil <keil@isdn4linux.de>
> - *
> - * This program is free software; you can redistribute it and/or modify
> - * it under the terms of the GNU General Public License version 2 as
> - * published by the Free Software Foundation.
> - *
> - * 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, write to the Free Software
> - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
> - *
>   */
>  #include <linux/interrupt.h>
>  #include <linux/module.h>
> --- a/drivers/isdn/hardware/mISDN/iohelper.h
> +++ b/drivers/isdn/hardware/mISDN/iohelper.h
> @@ -1,3 +1,4 @@
> +/* SPDX-License-Identifier: GPL-2.0-only */
>  /*
>   * iohelper.h
>   *             helper for define functions to access ISDN hardware
> @@ -7,20 +8,6 @@
>   * Author       Karsten Keil <keil@isdn4linux.de>
>   *
>   * Copyright 2009  by Karsten Keil <keil@isdn4linux.de>
> - *
> - * This program is free software; you can redistribute it and/or modify
> - * it under the terms of the GNU General Public License version 2 as
> - * published by the Free Software Foundation.
> - *
> - * 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, write to the Free Software
> - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
> - *
>   */
>
>  #ifndef _IOHELPER_H
> --- a/drivers/isdn/hardware/mISDN/ipac.h
> +++ b/drivers/isdn/hardware/mISDN/ipac.h
> @@ -1,3 +1,4 @@
> +/* SPDX-License-Identifier: GPL-2.0-only */
>  /*
>   *
>   * ipac.h      Defines for the Infineon (former Siemens) ISDN
> @@ -6,20 +7,6 @@
>   * Author       Karsten Keil <keil@isdn4linux.de>
>   *
>   * Copyright 2009  by Karsten Keil <keil@isdn4linux.de>
> - *
> - * This program is free software; you can redistribute it and/or modify
> - * it under the terms of the GNU General Public License version 2 as
> - * published by the Free Software Foundation.
> - *
> - * 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, write to the Free Software
> - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
> - *
>   */
>
>  #include "iohelper.h"
> --- a/drivers/isdn/hardware/mISDN/isar.h
> +++ b/drivers/isdn/hardware/mISDN/isar.h
> @@ -1,3 +1,4 @@
> +/* SPDX-License-Identifier: GPL-2.0-only */
>  /*
>   *
>   * isar.h   ISAR (Siemens PSB 7110) specific defines
> @@ -5,20 +6,6 @@
>   * Author Karsten Keil (keil@isdn4linux.de)
>   *
>   * Copyright 2009  by Karsten Keil <keil@isdn4linux.de>
> - *
> - * This program is free software; you can redistribute it and/or modify
> - * it under the terms of the GNU General Public License version 2 as
> - * published by the Free Software Foundation.
> - *
> - * 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, write to the Free Software
> - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
> - *
>   */
>
>  #include "iohelper.h"
> --- a/drivers/isdn/hardware/mISDN/mISDNinfineon.c
> +++ b/drivers/isdn/hardware/mISDN/mISDNinfineon.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0-only
>  /*
>   * mISDNinfineon.c
>   *             Support for cards based on following Infineon ISDN chipsets
> @@ -17,25 +18,9 @@
>   *             - Berkom Scitel BRIX Quadro
>   *             - Dr.Neuhaus (Sagem) Niccy
>   *
> - *
> - *
>   * Author       Karsten Keil <keil@isdn4linux.de>
>   *
>   * Copyright 2009  by Karsten Keil <keil@isdn4linux.de>
> - *
> - * This program is free software; you can redistribute it and/or modify
> - * it under the terms of the GNU General Public License version 2 as
> - * published by the Free Software Foundation.
> - *
> - * 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, write to the Free Software
> - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
> - *
>   */
>
>  #include <linux/interrupt.h>
> --- a/drivers/isdn/hardware/mISDN/mISDNipac.c
> +++ b/drivers/isdn/hardware/mISDN/mISDNipac.c
> @@ -1,23 +1,10 @@
> +// SPDX-License-Identifier: GPL-2.0-only
>  /*
>   * isac.c   ISAC specific routines
>   *
>   * Author       Karsten Keil <keil@isdn4linux.de>
>   *
>   * Copyright 2009  by Karsten Keil <keil@isdn4linux.de>
> - *
> - * This program is free software; you can redistribute it and/or modify
> - * it under the terms of the GNU General Public License version 2 as
> - * published by the Free Software Foundation.
> - *
> - * 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, write to the Free Software
> - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
> - *
>   */
>
>  #include <linux/irqreturn.h>
> --- a/drivers/isdn/hardware/mISDN/mISDNisar.c
> +++ b/drivers/isdn/hardware/mISDN/mISDNisar.c
> @@ -1,23 +1,10 @@
> +// SPDX-License-Identifier: GPL-2.0-only
>  /*
>   * mISDNisar.c   ISAR (Siemens PSB 7110) specific functions
>   *
>   * Author Karsten Keil (keil@isdn4linux.de)
>   *
>   * Copyright 2009  by Karsten Keil <keil@isdn4linux.de>
> - *
> - * This program is free software; you can redistribute it and/or modify
> - * it under the terms of the GNU General Public License version 2 as
> - * published by the Free Software Foundation.
> - *
> - * 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, write to the Free Software
> - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
> - *
>   */
>
>  /* define this to enable static debug messages, if you kernel supports
> --- a/drivers/isdn/hardware/mISDN/netjet.c
> +++ b/drivers/isdn/hardware/mISDN/netjet.c
> @@ -1,23 +1,10 @@
> +// SPDX-License-Identifier: GPL-2.0-only
>  /*
>   * NETJet mISDN driver
>   *
>   * Author       Karsten Keil <keil@isdn4linux.de>
>   *
>   * Copyright 2009  by Karsten Keil <keil@isdn4linux.de>
> - *
> - * This program is free software; you can redistribute it and/or modify
> - * it under the terms of the GNU General Public License version 2 as
> - * published by the Free Software Foundation.
> - *
> - * 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, write to the Free Software
> - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
> - *
>   */
>
>  #include <linux/interrupt.h>
> --- a/drivers/isdn/hardware/mISDN/netjet.h
> +++ b/drivers/isdn/hardware/mISDN/netjet.h
> @@ -1,3 +1,4 @@
> +/* SPDX-License-Identifier: GPL-2.0-only */
>  /*
>   * NETjet common header file
>   *
> @@ -6,20 +7,6 @@
>   *              Traverse Technologies P/L www.traverse.com.au
>   *
>   * Copyright 2009  by Karsten Keil <keil@isdn4linux.de>
> - *
> - * This program is free software; you can redistribute it and/or modify
> - * it under the terms of the GNU General Public License version 2 as
> - * published by the Free Software Foundation.
> - *
> - * 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, write to the Free Software
> - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
> - *
>   */
>
>  #define NJ_CTRL                        0x00
> --- a/drivers/isdn/hardware/mISDN/speedfax.c
> +++ b/drivers/isdn/hardware/mISDN/speedfax.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0-only
>  /*
>   * speedfax.c  low level stuff for Sedlbauer Speedfax+ cards
>   *             based on the ISAR DSP
> @@ -6,20 +7,6 @@
>   * Author       Karsten Keil <keil@isdn4linux.de>
>   *
>   * Copyright 2009  by Karsten Keil <keil@isdn4linux.de>
> - *
> - * This program is free software; you can redistribute it and/or modify
> - * it under the terms of the GNU General Public License version 2 as
> - * published by the Free Software Foundation.
> - *
> - * 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, write to the Free Software
> - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
> - *
>   */
>
>  #include <linux/interrupt.h>
> --- a/drivers/isdn/hardware/mISDN/w6692.c
> +++ b/drivers/isdn/hardware/mISDN/w6692.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0-only
>  /*
>   * w6692.c     mISDN driver for Winbond w6692 based cards
>   *
> @@ -5,20 +6,6 @@
>   *             based on the w6692 I4L driver from Petr Novak <petr.novak@i.cz>
>   *
>   * Copyright 2009  by Karsten Keil <keil@isdn4linux.de>
> - *
> - * This program is free software; you can redistribute it and/or modify
> - * it under the terms of the GNU General Public License version 2 as
> - * published by the Free Software Foundation.
> - *
> - * 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, write to the Free Software
> - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
> - *
>   */
>
>  #include <linux/interrupt.h>
> --- a/drivers/isdn/hardware/mISDN/w6692.h
> +++ b/drivers/isdn/hardware/mISDN/w6692.h
> @@ -1,3 +1,4 @@
> +/* SPDX-License-Identifier: GPL-2.0-only */
>  /*
>   * Winbond W6692 specific defines
>   *
> @@ -5,20 +6,6 @@
>   *             based on the w6692 I4L driver from Petr Novak <petr.novak@i.cz>
>   *
>   * Copyright 2009  by Karsten Keil <keil@isdn4linux.de>
> - *
> - * This program is free software; you can redistribute it and/or modify
> - * it under the terms of the GNU General Public License version 2 as
> - * published by the Free Software Foundation.
> - *
> - * 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, write to the Free Software
> - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
> - *
>   */
>
>  /* Specifications of W6692 registers */
> --- a/drivers/mfd/cs5535-mfd.c
> +++ b/drivers/mfd/cs5535-mfd.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0-only
>  /*
>   * cs5535-mfd.c - core MFD driver for CS5535/CS5536 southbridges
>   *
> @@ -7,19 +8,6 @@
>   * hardcoded in the CS553x specifications.
>   *
>   * Copyright (c) 2010  Andres Salomon <dilinger@queued.net>
> - *
> - * This program is free software; you can redistribute it and/or modify
> - * it under the terms of the GNU General Public License version 2 as
> - * published by the Free Software Foundation.
> - *
> - * 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, write to the Free Software
> - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
>   */
>
>  #include <linux/kernel.h>
> --- a/drivers/mfd/timberdale.c
> +++ b/drivers/mfd/timberdale.c
> @@ -1,19 +1,7 @@
> +// SPDX-License-Identifier: GPL-2.0-only
>  /*
>   * timberdale.c timberdale FPGA MFD driver
>   * Copyright (c) 2009 Intel Corporation
> - *
> - * This program is free software; you can redistribute it and/or modify
> - * it under the terms of the GNU General Public License version 2 as
> - * published by the Free Software Foundation.
> - *
> - * 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, write to the Free Software
> - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
>   */
>
>  /* Supports:
> --- a/drivers/mfd/timberdale.h
> +++ b/drivers/mfd/timberdale.h
> @@ -1,19 +1,7 @@
> +/* SPDX-License-Identifier: GPL-2.0-only */
>  /*
>   * timberdale.h timberdale FPGA MFD driver defines
>   * Copyright (c) 2009 Intel Corporation
> - *
> - * This program is free software; you can redistribute it and/or modify
> - * it under the terms of the GNU General Public License version 2 as
> - * published by the Free Software Foundation.
> - *
> - * 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, write to the Free Software
> - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
>   */
>
>  /* Supports:
> --- a/drivers/misc/echo/echo.c
> +++ b/drivers/misc/echo/echo.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0-only
>  /*
>   * SpanDSP - a series of DSP components for telephony
>   *
> @@ -14,19 +15,6 @@
>   * cells.
>   *
>   * All rights reserved.
> - *
> - * This program is free software; you can redistribute it and/or modify
> - * it under the terms of the GNU General Public License version 2, as
> - * published by the Free Software Foundation.
> - *
> - * 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, write to the Free Software
> - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
>   */
>
>  /*! \file */
> --- a/drivers/misc/echo/echo.h
> +++ b/drivers/misc/echo/echo.h
> @@ -1,3 +1,4 @@
> +/* SPDX-License-Identifier: GPL-2.0-only */
>  /*
>   * SpanDSP - a series of DSP components for telephony
>   *
> @@ -10,19 +11,6 @@
>   * Copyright (C) 2001 Steve Underwood and 2007 David Rowe
>   *
>   * All rights reserved.
> - *
> - * This program is free software; you can redistribute it and/or modify
> - * it under the terms of the GNU General Public License version 2, as
> - * published by the Free Software Foundation.
> - *
> - * 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, write to the Free Software
> - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
>   */
>
>  #ifndef __ECHO_H
> --- a/drivers/misc/echo/fir.h
> +++ b/drivers/misc/echo/fir.h
> @@ -1,3 +1,4 @@
> +/* SPDX-License-Identifier: GPL-2.0-only */
>  /*
>   * SpanDSP - a series of DSP components for telephony
>   *
> @@ -8,19 +9,6 @@
>   * Copyright (C) 2002 Steve Underwood
>   *
>   * All rights reserved.
> - *
> - * This program is free software; you can redistribute it and/or modify
> - * it under the terms of the GNU General Public License version 2, as
> - * published by the Free Software Foundation.
> - *
> - * 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, write to the Free Software
> - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
>   */
>
>  #if !defined(_FIR_H_)
> --- a/drivers/misc/echo/oslec.h
> +++ b/drivers/misc/echo/oslec.h
> @@ -1,3 +1,4 @@
> +/* SPDX-License-Identifier: GPL-2.0-only */
>  /*
>   *  OSLEC - A line echo canceller.  This code is being developed
>   *          against and partially complies with G168. Using code from SpanDSP
> @@ -8,20 +9,6 @@
>   * Copyright (C) 2001 Steve Underwood and 2007-2008 David Rowe
>   *
>   * All rights reserved.
> - *
> - * This program is free software; you can redistribute it and/or modify
> - * it under the terms of the GNU General Public License version 2, as
> - * published by the Free Software Foundation.
> - *
> - * 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, write to the Free Software
> - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
> - *
>   */
>
>  #ifndef __OSLEC_H
> --- a/drivers/misc/enclosure.c
> +++ b/drivers/misc/enclosure.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0-only
>  /*
>   * Enclosure Services
>   *
> @@ -5,18 +6,6 @@
>   *
>  **-----------------------------------------------------------------------------
>  **
> -**  This program is free software; you can redistribute it and/or
> -**  modify it under the terms of the GNU General Public License
> -**  version 2 as published by the Free Software Foundation.
> -**
> -**  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, write to the Free Software
> -**  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
>  **
>  **-----------------------------------------------------------------------------
>  */
> --- a/drivers/mmc/host/sdhci-dove.c
> +++ b/drivers/mmc/host/sdhci-dove.c
> @@ -1,22 +1,10 @@
> +// SPDX-License-Identifier: GPL-2.0-only
>  /*
>   * sdhci-dove.c Support for SDHCI on Marvell's Dove SoC
>   *
>   * Author: Saeed Bishara <saeed@marvell.com>
>   *        Mike Rapoport <mike@compulab.co.il>
>   * Based on sdhci-cns3xxx.c
> - *
> - * This program is free software; you can redistribute it and/or modify
> - * it under the terms of the GNU General Public License version 2 as
> - * published by the Free Software Foundation.
> - *
> - * 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, write to the Free Software
> - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
>   */
>
>  #include <linux/clk.h>
> --- a/drivers/mmc/host/sdhci-pltfm.c
> +++ b/drivers/mmc/host/sdhci-pltfm.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0-only
>  /*
>   * sdhci-pltfm.c Support for SDHCI platform devices
>   * Copyright (c) 2009 Intel Corporation
> @@ -7,19 +8,6 @@
>   *
>   * Authors: Xiaobo Xie <X.Xie@freescale.com>
>   *         Anton Vorontsov <avorontsov@ru.mvista.com>
> - *
> - * This program is free software; you can redistribute it and/or modify
> - * it under the terms of the GNU General Public License version 2 as
> - * published by the Free Software Foundation.
> - *
> - * 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, write to the Free Software
> - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
>   */
>
>  /* Supports:
> --- a/drivers/net/ethernet/micrel/ks8842.c
> +++ b/drivers/net/ethernet/micrel/ks8842.c
> @@ -1,19 +1,7 @@
> +// SPDX-License-Identifier: GPL-2.0-only
>  /*
>   * ks8842.c timberdale KS8842 ethernet driver
>   * Copyright (c) 2009 Intel Corporation
> - *
> - * This program is free software; you can redistribute it and/or modify
> - * it under the terms of the GNU General Public License version 2 as
> - * published by the Free Software Foundation.
> - *
> - * 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, write to the Free Software
> - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
>   */
>
>  /* Supports:
> --- a/drivers/net/ethernet/micrel/ks8851_mll.c
> +++ b/drivers/net/ethernet/micrel/ks8851_mll.c
> @@ -1,19 +1,7 @@
> +// SPDX-License-Identifier: GPL-2.0-only
>  /**
>   * drivers/net/ethernet/micrel/ks8851_mll.c
>   * Copyright (c) 2009 Micrel Inc.
> - *
> - * This program is free software; you can redistribute it and/or modify
> - * it under the terms of the GNU General Public License version 2 as
> - * published by the Free Software Foundation.
> - *
> - * 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, write to the Free Software
> - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
>   */
>
>  /* Supports:
> --- a/drivers/net/ethernet/toshiba/ps3_gelic_wireless.c
> +++ b/drivers/net/ethernet/toshiba/ps3_gelic_wireless.c
> @@ -1,21 +1,9 @@
> +// SPDX-License-Identifier: GPL-2.0-only
>  /*
>   *  PS3 gelic network driver.
>   *
>   * Copyright (C) 2007 Sony Computer Entertainment Inc.
>   * Copyright 2007 Sony Corporation
> - *
> - * This program is free software; you can redistribute it and/or modify
> - * it under the terms of the GNU General Public License version 2
> - * as published by the Free Software Foundation.
> - *
> - * 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, write to the Free Software
> - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
>   */
>  #undef DEBUG
>
> --- a/drivers/scsi/ses.c
> +++ b/drivers/scsi/ses.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0-only
>  /*
>   * SCSI Enclosure Services
>   *
> @@ -5,18 +6,6 @@
>   *
>  **-----------------------------------------------------------------------------
>  **
> -**  This program is free software; you can redistribute it and/or
> -**  modify it under the terms of the GNU General Public License
> -**  version 2 as published by the Free Software Foundation.
> -**
> -**  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, write to the Free Software
> -**  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
>  **
>  **-----------------------------------------------------------------------------
>  */
> --- a/include/linux/enclosure.h
> +++ b/include/linux/enclosure.h
> @@ -1,3 +1,4 @@
> +/* SPDX-License-Identifier: GPL-2.0-only */
>  /*
>   * Enclosure Services
>   *
> @@ -5,18 +6,6 @@
>   *
>  **-----------------------------------------------------------------------------
>  **
> -**  This program is free software; you can redistribute it and/or
> -**  modify it under the terms of the GNU General Public License
> -**  version 2 as published by the Free Software Foundation.
> -**
> -**  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, write to the Free Software
> -**  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
>  **
>  **-----------------------------------------------------------------------------
>  */
> --- a/include/linux/ks8842.h
> +++ b/include/linux/ks8842.h
> @@ -1,19 +1,7 @@
> +/* SPDX-License-Identifier: GPL-2.0-only */
>  /*
>   * ks8842.h KS8842 platform data struct definition
>   * Copyright (c) 2010 Intel Corporation
> - *
> - * This program is free software; you can redistribute it and/or modify
>
>


-- 
Steve Winslow
Director of Strategic Programs
The Linux Foundation
swinslow@linuxfoundation.org

  parent reply	other threads:[~2019-05-29  2:17 UTC|newest]

Thread overview: 110+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-28 16:57 [Batch 9 patch 00/23] Batch 9 of random GPL notices/references Thomas Gleixner
2019-05-28 16:57 ` [Batch 9 patch 01/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 176 Thomas Gleixner
2019-05-28 18:18   ` Zavras, Alexios
2019-05-28 20:07   ` Allison Randal
2019-05-29  2:17   ` Steve Winslow [this message]
2019-05-28 16:57 ` [Batch 9 patch 02/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 177 Thomas Gleixner
2019-05-28 18:20   ` Zavras, Alexios
2019-05-28 20:08   ` Allison Randal
2019-05-29  2:18   ` Steve Winslow
2019-05-29 15:30   ` Richard Fontana
2019-05-28 16:57 ` [Batch 9 patch 03/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 178 Thomas Gleixner
2019-05-28 18:23   ` Zavras, Alexios
2019-05-28 20:18   ` Allison Randal
2019-05-28 20:58     ` Thomas Gleixner
2019-05-29  2:19   ` Steve Winslow
2019-05-29 15:32   ` Richard Fontana
2019-05-28 16:57 ` [Batch 9 patch 04/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 179 Thomas Gleixner
2019-05-28 18:25   ` Zavras, Alexios
2019-05-28 20:31   ` Allison Randal
2019-05-29  2:20   ` Steve Winslow
2019-05-29 15:33   ` Richard Fontana
2019-05-28 16:57 ` [Batch 9 patch 05/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 180 Thomas Gleixner
2019-05-28 18:01   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-05-28 18:31   ` Zavras, Alexios
2019-05-28 20:48   ` Allison Randal
2019-05-29  2:20   ` Steve Winslow
2019-05-29 15:34   ` Richard Fontana
2019-05-28 16:57 ` [Batch 9 patch 06/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 181 Thomas Gleixner
2019-05-28 18:33   ` Zavras, Alexios
2019-05-28 20:50   ` Allison Randal
2019-05-29  2:23     ` Steve Winslow
2019-05-28 16:57 ` [Batch 9 patch 07/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 182 Thomas Gleixner
2019-05-28 18:36   ` Zavras, Alexios
2019-05-28 20:51   ` Allison Randal
2019-05-29  2:24   ` Steve Winslow
2019-05-29 15:35   ` Richard Fontana
2019-05-28 16:57 ` [Batch 9 patch 08/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 183 Thomas Gleixner
2019-05-28 18:38   ` Zavras, Alexios
2019-05-28 20:52   ` Allison Randal
2019-05-29  2:25   ` Steve Winslow
2019-05-29 15:37   ` Richard Fontana
2019-05-28 16:57 ` [Batch 9 patch 09/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 184 Thomas Gleixner
2019-05-28 18:43   ` Zavras, Alexios
2019-05-28 21:04   ` Allison Randal
2019-05-29  2:35     ` Steve Winslow
2019-05-29 15:37   ` Richard Fontana
2019-05-28 16:57 ` [Batch 9 patch 10/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 185 Thomas Gleixner
2019-05-28 18:47   ` Zavras, Alexios
2019-05-29  2:36   ` Steve Winslow
2019-05-29 15:38   ` Richard Fontana
2019-05-28 16:57 ` [Batch 9 patch 11/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 186 Thomas Gleixner
2019-05-28 18:52   ` Zavras, Alexios
2019-05-28 21:06   ` Allison Randal
2019-05-28 16:57 ` [Batch 9 patch 12/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 188 Thomas Gleixner
2019-05-28 18:54   ` Zavras, Alexios
2019-05-28 21:08   ` Allison Randal
2019-05-29  2:38   ` Steve Winslow
2019-05-29 15:39   ` Richard Fontana
2019-05-28 16:57 ` [Batch 9 patch 13/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 190 Thomas Gleixner
2019-05-28 18:55   ` Zavras, Alexios
2019-05-28 21:09   ` Allison Randal
2019-05-29  2:38   ` Steve Winslow
2019-05-29 15:40   ` Richard Fontana
2019-05-28 16:57 ` [Batch 9 patch 14/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 191 Thomas Gleixner
2019-05-28 18:56   ` Zavras, Alexios
2019-05-28 21:09   ` Allison Randal
2019-05-29  2:39   ` Steve Winslow
2019-05-29 15:41   ` Richard Fontana
2019-05-28 16:57 ` [Batch 9 patch 15/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 192 Thomas Gleixner
2019-05-28 19:02   ` Zavras, Alexios
2019-05-28 21:00   ` Thomas Gleixner
2019-05-29  2:41     ` Steve Winslow
2019-05-28 16:57 ` [Batch 9 patch 16/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 193 Thomas Gleixner
2019-05-28 19:05   ` Zavras, Alexios
2019-05-28 21:43   ` Allison Randal
2019-05-29  2:42   ` Steve Winslow
2019-05-29 15:42   ` Richard Fontana
2019-05-28 16:57 ` [Batch 9 patch 17/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194 Thomas Gleixner
2019-05-28 19:07   ` Zavras, Alexios
2019-05-28 21:44   ` Allison Randal
2019-05-29  2:43   ` Steve Winslow
2019-05-29 17:26   ` Richard Fontana
2019-05-28 16:57 ` [Batch 9 patch 18/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 195 Thomas Gleixner
2019-05-28 19:08   ` Zavras, Alexios
2019-05-28 21:45   ` Allison Randal
2019-05-29  2:43   ` Steve Winslow
2019-05-29 17:27   ` Richard Fontana
2019-05-28 16:57 ` [Batch 9 patch 19/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 196 Thomas Gleixner
2019-05-28 19:09   ` Zavras, Alexios
2019-05-28 21:02   ` Thomas Gleixner
2019-05-28 16:57 ` [Batch 9 patch 20/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 197 Thomas Gleixner
2019-05-28 19:10   ` Zavras, Alexios
2019-05-28 21:46   ` Allison Randal
2019-05-29  2:45   ` Steve Winslow
2019-05-29 17:29   ` Richard Fontana
2019-05-28 16:57 ` [Batch 9 patch 21/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 198 Thomas Gleixner
2019-05-28 19:12   ` Zavras, Alexios
2019-05-28 21:47   ` Allison Randal
2019-05-29  2:46   ` Steve Winslow
2019-05-29 17:29   ` Richard Fontana
2019-05-28 16:57 ` [Batch 9 patch 22/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 199 Thomas Gleixner
2019-05-28 19:13   ` Zavras, Alexios
2019-05-28 21:47   ` Allison Randal
2019-05-29  2:46   ` Steve Winslow
2019-05-29 17:30   ` Richard Fontana
2019-05-28 16:57 ` [Batch 9 patch 23/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 200 Thomas Gleixner
2019-05-28 19:14   ` Zavras, Alexios
2019-05-28 21:49   ` Allison Randal
2019-05-29  2:47   ` Steve Winslow
2019-05-29 17:31   ` Richard Fontana

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=CAL8Xim4URbOYe6vpJotrbJV2M2ZP1yC1TFJ2MuSB7R_z2fSpSQ@mail.gmail.com \
    --to=swinslow@linuxfoundation.org \
    --cc=linux-spdx@vger.kernel.org \
    /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).