linux-spdx.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Richard Fontana <rfontana@redhat.com>
To: Thomas Gleixner <tglx@linutronix.de>
Cc: linux-spdx@vger.kernel.org
Subject: Re: [Batch 6 - patch 25/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 150
Date: Fri, 24 May 2019 09:16:27 -0400	[thread overview]
Message-ID: <CAC1cPGy6VsTF4rOGGJm57G+zJWpCGVDUr7tWetLpPFt_Y3P84w@mail.gmail.com> (raw)
In-Reply-To: <20190524100845.259718220@linutronix.de>

Reviewed-by: Richard Fontana <rfontana@redhat.com>

On Fri, May 24, 2019 at 6:12 AM 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 as published by
>   the free software foundation either version 2 or at your option any
>   later version this program is distributed in the hope that it will
>   be useful but without any warranty without even the implied warranty
>   of merchantability or fitness for a particular purpose see the gnu
>   general public license for more details you should have received a
>   copy of the gnu general public license along with this program if
>   not write to the free software foundation inc 59 temple place suite
>   330 boston ma 02111 1307 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 42 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=batch6&id=2053c7c32bbd
> ---
>  arch/parisc/kernel/hpmc.S          |   15 +--------------
>  arch/parisc/kernel/pacache.S       |   15 +--------------
>  arch/parisc/lib/lusercopy.S        |   16 +---------------
>  arch/parisc/math-emu/cnv_float.h   |   15 +--------------
>  arch/parisc/math-emu/dbl_float.h   |   15 +--------------
>  arch/parisc/math-emu/decode_exc.c  |   15 +--------------
>  arch/parisc/math-emu/denormal.c    |   15 +--------------
>  arch/parisc/math-emu/dfadd.c       |   15 +--------------
>  arch/parisc/math-emu/dfcmp.c       |   15 +--------------
>  arch/parisc/math-emu/dfdiv.c       |   15 +--------------
>  arch/parisc/math-emu/dfmpy.c       |   15 +--------------
>  arch/parisc/math-emu/dfrem.c       |   15 +--------------
>  arch/parisc/math-emu/dfsqrt.c      |   15 +--------------
>  arch/parisc/math-emu/dfsub.c       |   15 +--------------
>  arch/parisc/math-emu/driver.c      |   15 +--------------
>  arch/parisc/math-emu/fcnvff.c      |   15 +--------------
>  arch/parisc/math-emu/fcnvfu.c      |   15 +--------------
>  arch/parisc/math-emu/fcnvfut.c     |   15 +--------------
>  arch/parisc/math-emu/fcnvfx.c      |   15 +--------------
>  arch/parisc/math-emu/fcnvfxt.c     |   15 +--------------
>  arch/parisc/math-emu/fcnvuf.c      |   15 +--------------
>  arch/parisc/math-emu/fcnvxf.c      |   15 +--------------
>  arch/parisc/math-emu/float.h       |   15 +--------------
>  arch/parisc/math-emu/fmpyfadd.c    |   15 +--------------
>  arch/parisc/math-emu/fpbits.h      |   15 +--------------
>  arch/parisc/math-emu/fpu.h         |   15 +--------------
>  arch/parisc/math-emu/fpudispatch.c |   15 +--------------
>  arch/parisc/math-emu/frnd.c        |   15 +--------------
>  arch/parisc/math-emu/hppa.h        |   15 +--------------
>  arch/parisc/math-emu/math-emu.h    |   15 +--------------
>  arch/parisc/math-emu/sfadd.c       |   15 +--------------
>  arch/parisc/math-emu/sfcmp.c       |   15 +--------------
>  arch/parisc/math-emu/sfdiv.c       |   15 +--------------
>  arch/parisc/math-emu/sfmpy.c       |   15 +--------------
>  arch/parisc/math-emu/sfrem.c       |   15 +--------------
>  arch/parisc/math-emu/sfsqrt.c      |   15 +--------------
>  arch/parisc/math-emu/sfsub.c       |   15 +--------------
>  arch/parisc/math-emu/sgl_float.h   |   15 +--------------
>  drivers/mtd/nand/raw/nandsim.c     |   15 +--------------
>  drivers/pnp/pnpacpi/core.c         |   15 +--------------
>  drivers/pnp/pnpbios/core.c         |   15 +--------------
>  drivers/pnp/pnpbios/pnpbios.h      |   15 +--------------
>  42 files changed, 42 insertions(+), 589 deletions(-)
>
> --- a/arch/parisc/kernel/hpmc.S
> +++ b/arch/parisc/kernel/hpmc.S
> @@ -1,23 +1,10 @@
> +/* SPDX-License-Identifier: GPL-2.0-or-later */
>  /*
>   * HPMC (High Priority Machine Check) handler.
>   *
>   * Copyright (C) 1999 Philipp Rumpf <prumpf@tux.org>
>   * Copyright (C) 1999 Hewlett-Packard (Frank Rowand)
>   * Copyright (C) 2000 Hewlett-Packard (John Marvin)
> - *
> - *    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, or (at your option)
> - *    any later version.
> - *
> - *    This program is distributed in the hope that it will be useful,
> - *    but WITHOUT ANY WARRANTY; without even the implied warranty of
> - *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
> - *    GNU General Public License for more details.
> - *
> - *    You should have received a copy of the GNU General Public License
> - *    along with this program; if not, write to the Free Software
> - *    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
>   */
>
>
> --- a/arch/parisc/kernel/pacache.S
> +++ b/arch/parisc/kernel/pacache.S
> @@ -1,22 +1,9 @@
> +/* SPDX-License-Identifier: GPL-2.0-or-later */
>  /*
>   *  PARISC TLB and cache flushing support
>   *  Copyright (C) 2000-2001 Hewlett-Packard (John Marvin)
>   *  Copyright (C) 2001 Matthew Wilcox (willy at parisc-linux.org)
>   *  Copyright (C) 2002 Richard Hirst (rhirst with 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 as published by
> - *    the Free Software Foundation; either version 2, or (at your option)
> - *    any later version.
> - *
> - *    This program is distributed in the hope that it will be useful,
> - *    but WITHOUT ANY WARRANTY; without even the implied warranty of
> - *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
> - *    GNU General Public License for more details.
> - *
> - *    You should have received a copy of the GNU General Public License
> - *    along with this program; if not, write to the Free Software
> - *    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
>   */
>
>  /*
> --- a/arch/parisc/lib/lusercopy.S
> +++ b/arch/parisc/lib/lusercopy.S
> @@ -1,3 +1,4 @@
> +/* SPDX-License-Identifier: GPL-2.0-or-later */
>  /*
>   *    User Space Access Routines
>   *
> @@ -7,21 +8,6 @@
>   *    Copyright (C) 2003 Randolph Chung <tausq with parisc-linux.org>
>   *    Copyright (C) 2017 Helge Deller <deller@gmx.de>
>   *    Copyright (C) 2017 John David Anglin <dave.anglin@bell.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, or (at your option)
> - *    any later version.
> - *
> - *    This program is distributed in the hope that it will be useful,
> - *    but WITHOUT ANY WARRANTY; without even the implied warranty of
> - *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
> - *    GNU General Public License for more details.
> - *
> - *    You should have received a copy of the GNU General Public License
> - *    along with this program; if not, write to the Free Software
> - *    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
>   */
>
>  /*
> --- a/arch/parisc/math-emu/cnv_float.h
> +++ b/arch/parisc/math-emu/cnv_float.h
> @@ -1,22 +1,9 @@
> +/* SPDX-License-Identifier: GPL-2.0-or-later */
>  /*
>   * Linux/PA-RISC Project (http://www.parisc-linux.org/)
>   *
>   * Floating-point emulation code
>   *  Copyright (C) 2001 Hewlett-Packard (Paul Bame) <bame@debian.org>
> - *
> - *    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, or (at your option)
> - *    any later version.
> - *
> - *    This program is distributed in the hope that it will be useful,
> - *    but WITHOUT ANY WARRANTY; without even the implied warranty of
> - *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
> - *    GNU General Public License for more details.
> - *
> - *    You should have received a copy of the GNU General Public License
> - *    along with this program; if not, write to the Free Software
> - *    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
>   */
>
>  #ifdef __NO_PA_HDRS
> --- a/arch/parisc/math-emu/dbl_float.h
> +++ b/arch/parisc/math-emu/dbl_float.h
> @@ -1,22 +1,9 @@
> +/* SPDX-License-Identifier: GPL-2.0-or-later */
>  /*
>   * Linux/PA-RISC Project (http://www.parisc-linux.org/)
>   *
>   * Floating-point emulation code
>   *  Copyright (C) 2001 Hewlett-Packard (Paul Bame) <bame@debian.org>
> - *
> - *    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, or (at your option)
> - *    any later version.
> - *
> - *    This program is distributed in the hope that it will be useful,
> - *    but WITHOUT ANY WARRANTY; without even the implied warranty of
> - *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
> - *    GNU General Public License for more details.
> - *
> - *    You should have received a copy of the GNU General Public License
> - *    along with this program; if not, write to the Free Software
> - *    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
>   */
>  #ifdef __NO_PA_HDRS
>      PA header file -- do not include this header file for non-PA builds.
> --- a/arch/parisc/math-emu/decode_exc.c
> +++ b/arch/parisc/math-emu/decode_exc.c
> @@ -1,22 +1,9 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
>  /*
>   * Linux/PA-RISC Project (http://www.parisc-linux.org/)
>   *
>   * Floating-point emulation code
>   *  Copyright (C) 2001 Hewlett-Packard (Paul Bame) <bame@debian.org>
> - *
> - *    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, or (at your option)
> - *    any later version.
> - *
> - *    This program is distributed in the hope that it will be useful,
> - *    but WITHOUT ANY WARRANTY; without even the implied warranty of
> - *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
> - *    GNU General Public License for more details.
> - *
> - *    You should have received a copy of the GNU General Public License
> - *    along with this program; if not, write to the Free Software
> - *    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
>   */
>  /*
>   * BEGIN_DESC
> --- a/arch/parisc/math-emu/denormal.c
> +++ b/arch/parisc/math-emu/denormal.c
> @@ -1,22 +1,9 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
>  /*
>   * Linux/PA-RISC Project (http://www.parisc-linux.org/)
>   *
>   * Floating-point emulation code
>   *  Copyright (C) 2001 Hewlett-Packard (Paul Bame) <bame@debian.org>
> - *
> - *    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, or (at your option)
> - *    any later version.
> - *
> - *    This program is distributed in the hope that it will be useful,
> - *    but WITHOUT ANY WARRANTY; without even the implied warranty of
> - *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
> - *    GNU General Public License for more details.
> - *
> - *    You should have received a copy of the GNU General Public License
> - *    along with this program; if not, write to the Free Software
> - *    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
>   */
>  /*
>   * BEGIN_DESC
> --- a/arch/parisc/math-emu/dfadd.c
> +++ b/arch/parisc/math-emu/dfadd.c
> @@ -1,22 +1,9 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
>  /*
>   * Linux/PA-RISC Project (http://www.parisc-linux.org/)
>   *
>   * Floating-point emulation code
>   *  Copyright (C) 2001 Hewlett-Packard (Paul Bame) <bame@debian.org>
> - *
> - *    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, or (at your option)
> - *    any later version.
> - *
> - *    This program is distributed in the hope that it will be useful,
> - *    but WITHOUT ANY WARRANTY; without even the implied warranty of
> - *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
> - *    GNU General Public License for more details.
> - *
> - *    You should have received a copy of the GNU General Public License
> - *    along with this program; if not, write to the Free Software
> - *    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
>   */
>  /*
>   * BEGIN_DESC
> --- a/arch/parisc/math-emu/dfcmp.c
> +++ b/arch/parisc/math-emu/dfcmp.c
> @@ -1,22 +1,9 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
>  /*
>   * Linux/PA-RISC Project (http://www.parisc-linux.org/)
>   *
>   * Floating-point emulation code
>   *  Copyright (C) 2001 Hewlett-Packard (Paul Bame) <bame@debian.org>
> - *
> - *    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, or (at your option)
> - *    any later version.
> - *
> - *    This program is distributed in the hope that it will be useful,
> - *    but WITHOUT ANY WARRANTY; without even the implied warranty of
> - *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
> - *    GNU General Public License for more details.
> - *
> - *    You should have received a copy of the GNU General Public License
> - *    along with this program; if not, write to the Free Software
> - *    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
>   */
>  /*
>   * BEGIN_DESC
> --- a/arch/parisc/math-emu/dfdiv.c
> +++ b/arch/parisc/math-emu/dfdiv.c
> @@ -1,22 +1,9 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
>  /*
>   * Linux/PA-RISC Project (http://www.parisc-linux.org/)
>   *
>   * Floating-point emulation code
>   *  Copyright (C) 2001 Hewlett-Packard (Paul Bame) <bame@debian.org>
> - *
> - *    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, or (at your option)
> - *    any later version.
> - *
> - *    This program is distributed in the hope that it will be useful,
> - *    but WITHOUT ANY WARRANTY; without even the implied warranty of
> - *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
> - *    GNU General Public License for more details.
> - *
> - *    You should have received a copy of the GNU General Public License
> - *    along with this program; if not, write to the Free Software
> - *    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
>   */
>  /*
>   * BEGIN_DESC
> --- a/arch/parisc/math-emu/dfmpy.c
> +++ b/arch/parisc/math-emu/dfmpy.c
> @@ -1,22 +1,9 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
>  /*
>   * Linux/PA-RISC Project (http://www.parisc-linux.org/)
>   *
>   * Floating-point emulation code
>   *  Copyright (C) 2001 Hewlett-Packard (Paul Bame) <bame@debian.org>
> - *
> - *    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, or (at your option)
> - *    any later version.
> - *
> - *    This program is distributed in the hope that it will be useful,
> - *    but WITHOUT ANY WARRANTY; without even the implied warranty of
> - *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
> - *    GNU General Public License for more details.
> - *
> - *    You should have received a copy of the GNU General Public License
> - *    along with this program; if not, write to the Free Software
> - *    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
>   */
>  /*
>   * BEGIN_DESC
> --- a/arch/parisc/math-emu/dfrem.c
> +++ b/arch/parisc/math-emu/dfrem.c
> @@ -1,22 +1,9 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
>  /*
>   * Linux/PA-RISC Project (http://www.parisc-linux.org/)
>   *
>   * Floating-point emulation code
>   *  Copyright (C) 2001 Hewlett-Packard (Paul Bame) <bame@debian.org>
> - *
> - *    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, or (at your option)
> - *    any later version.
> - *
> - *    This program is distributed in the hope that it will be useful,
> - *    but WITHOUT ANY WARRANTY; without even the implied warranty of
> - *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
> - *    GNU General Public License for more details.
> - *
> - *    You should have received a copy of the GNU General Public License
> - *    along with this program; if not, write to the Free Software
> - *    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
>   */
>  /*
>   * BEGIN_DESC
> --- a/arch/parisc/math-emu/dfsqrt.c
> +++ b/arch/parisc/math-emu/dfsqrt.c
> @@ -1,22 +1,9 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
>  /*
>   * Linux/PA-RISC Project (http://www.parisc-linux.org/)
>   *
>   * Floating-point emulation code
>   *  Copyright (C) 2001 Hewlett-Packard (Paul Bame) <bame@debian.org>
> - *
> - *    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, or (at your option)
> - *    any later version.
> - *
> - *    This program is distributed in the hope that it will be useful,
> - *    but WITHOUT ANY WARRANTY; without even the implied warranty of
> - *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
> - *    GNU General Public License for more details.
> - *
> - *    You should have received a copy of the GNU General Public License
> - *    along with this program; if not, write to the Free Software
> - *    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
>   */
>  /*
>   * BEGIN_DESC
> --- a/arch/parisc/math-emu/dfsub.c
> +++ b/arch/parisc/math-emu/dfsub.c
> @@ -1,22 +1,9 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
>  /*
>   * Linux/PA-RISC Project (http://www.parisc-linux.org/)
>   *
>   * Floating-point emulation code
>   *  Copyright (C) 2001 Hewlett-Packard (Paul Bame) <bame@debian.org>
> - *
> - *    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, or (at your option)
> - *    any later version.
> - *
> - *    This program is distributed in the hope that it will be useful,
> - *    but WITHOUT ANY WARRANTY; without even the implied warranty of
> - *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
> - *    GNU General Public License for more details.
> - *
> - *    You should have received a copy of the GNU General Public License
> - *    along with this program; if not, write to the Free Software
> - *    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
>   */
>  /*
>   * BEGIN_DESC
> --- a/arch/parisc/math-emu/driver.c
> +++ b/arch/parisc/math-emu/driver.c
> @@ -1,22 +1,9 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
>  /*
>   * Linux/PA-RISC Project (http://www.parisc-linux.org/)
>   *
>   * Floating-point emulation code
>   *  Copyright (C) 2001 Hewlett-Packard (Paul Bame) <bame@debian.org>
> - *
> - *    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, or (at your option)
> - *    any later version.
> - *
> - *    This program is distributed in the hope that it will be useful,
> - *    but WITHOUT ANY WARRANTY; without even the implied warranty of
> - *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
> - *    GNU General Public License for more details.
> - *
> - *    You should have received a copy of the GNU General Public License
> - *    along with this program; if not, write to the Free Software
> - *    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
>   */
>  /*
>   *  linux/arch/math-emu/driver.c.c
> --- a/arch/parisc/math-emu/fcnvff.c
> +++ b/arch/parisc/math-emu/fcnvff.c
> @@ -1,22 +1,9 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
>  /*
>   * Linux/PA-RISC Project (http://www.parisc-linux.org/)
>   *
>   * Floating-point emulation code
>   *  Copyright (C) 2001 Hewlett-Packard (Paul Bame) <bame@debian.org>
> - *
> - *    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, or (at your option)
> - *    any later version.
> - *
> - *    This program is distributed in the hope that it will be useful,
> - *    but WITHOUT ANY WARRANTY; without even the implied warranty of
> - *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
> - *    GNU General Public License for more details.
> - *
> - *    You should have received a copy of the GNU General Public License
> - *    along with this program; if not, write to the Free Software
> - *    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
>   */
>  /*
>   * BEGIN_DESC
> --- a/arch/parisc/math-emu/fcnvfu.c
> +++ b/arch/parisc/math-emu/fcnvfu.c
> @@ -1,22 +1,9 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
>  /*
>   * Linux/PA-RISC Project (http://www.parisc-linux.org/)
>   *
>   * Floating-point emulation code
>   *  Copyright (C) 2001 Hewlett-Packard (Paul Bame) <bame@debian.org>
> - *
> - *    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, or (at your option)
> - *    any later version.
> - *
> - *    This program is distributed in the hope that it will be useful,
> - *    but WITHOUT ANY WARRANTY; without even the implied warranty of
> - *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
> - *    GNU General Public License for more details.
> - *
> - *    You should have received a copy of the GNU General Public License
> - *    along with this program; if not, write to the Free Software
> - *    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
>   */
>  /*
>   * BEGIN_DESC
> --- a/arch/parisc/math-emu/fcnvfut.c
> +++ b/arch/parisc/math-emu/fcnvfut.c
> @@ -1,22 +1,9 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
>  /*
>   * Linux/PA-RISC Project (http://www.parisc-linux.org/)
>   *
>   * Floating-point emulation code
>   *  Copyright (C) 2001 Hewlett-Packard (Paul Bame) <bame@debian.org>
> - *
> - *    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, or (at your option)
> - *    any later version.
> - *
> - *    This program is distributed in the hope that it will be useful,
> - *    but WITHOUT ANY WARRANTY; without even the implied warranty of
> - *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
> - *    GNU General Public License for more details.
> - *
> - *    You should have received a copy of the GNU General Public License
> - *    along with this program; if not, write to the Free Software
> - *    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
>   */
>  /*
>   * BEGIN_DESC
> --- a/arch/parisc/math-emu/fcnvfx.c
> +++ b/arch/parisc/math-emu/fcnvfx.c
> @@ -1,22 +1,9 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
>  /*
>   * Linux/PA-RISC Project (http://www.parisc-linux.org/)
>   *
>   * Floating-point emulation code
>   *  Copyright (C) 2001 Hewlett-Packard (Paul Bame) <bame@debian.org>
> - *
> - *    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, or (at your option)
> - *    any later version.
> - *
> - *    This program is distributed in the hope that it will be useful,
> - *    but WITHOUT ANY WARRANTY; without even the implied warranty of
> - *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
> - *    GNU General Public License for more details.
> - *
> - *    You should have received a copy of the GNU General Public License
> - *    along with this program; if not, write to the Free Software
> - *    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
>   */
>  /*
>   * BEGIN_DESC
> --- a/arch/parisc/math-emu/fcnvfxt.c
> +++ b/arch/parisc/math-emu/fcnvfxt.c
> @@ -1,22 +1,9 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
>  /*
>   * Linux/PA-RISC Project (http://www.parisc-linux.org/)
>   *
>   * Floating-point emulation code
>   *  Copyright (C) 2001 Hewlett-Packard (Paul Bame) <bame@debian.org>
> - *
> - *    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, or (at your option)
> - *    any later version.
> - *
> - *    This program is distributed in the hope that it will be useful,
> - *    but WITHOUT ANY WARRANTY; without even the implied warranty of
> - *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
> - *    GNU General Public License for more details.
> - *
> - *    You should have received a copy of the GNU General Public License
> - *    along with this program; if not, write to the Free Software
> - *    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
>   */
>  /*
>   * BEGIN_DESC
> --- a/arch/parisc/math-emu/fcnvuf.c
> +++ b/arch/parisc/math-emu/fcnvuf.c
> @@ -1,22 +1,9 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
>  /*
>   * Linux/PA-RISC Project (http://www.parisc-linux.org/)
>   *
>   * Floating-point emulation code
>   *  Copyright (C) 2001 Hewlett-Packard (Paul Bame) <bame@debian.org>
> - *
> - *    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, or (at your option)
> - *    any later version.
> - *
> - *    This program is distributed in the hope that it will be useful,
> - *    but WITHOUT ANY WARRANTY; without even the implied warranty of
> - *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
> - *    GNU General Public License for more details.
> - *
> - *    You should have received a copy of the GNU General Public License
> - *    along with this program; if not, write to the Free Software
> - *    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
>   */
>  /*
>   * BEGIN_DESC
> --- a/arch/parisc/math-emu/fcnvxf.c
> +++ b/arch/parisc/math-emu/fcnvxf.c
> @@ -1,22 +1,9 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
>  /*
>   * Linux/PA-RISC Project (http://www.parisc-linux.org/)
>   *
>   * Floating-point emulation code
>   *  Copyright (C) 2001 Hewlett-Packard (Paul Bame) <bame@debian.org>
> - *
> - *    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, or (at your option)
> - *    any later version.
> - *
> - *    This program is distributed in the hope that it will be useful,
> - *    but WITHOUT ANY WARRANTY; without even the implied warranty of
> - *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
> - *    GNU General Public License for more details.
> - *
> - *    You should have received a copy of the GNU General Public License
> - *    along with this program; if not, write to the Free Software
> - *    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
>   */
>  /*
>   * BEGIN_DESC
> --- a/arch/parisc/math-emu/float.h
> +++ b/arch/parisc/math-emu/float.h
> @@ -1,22 +1,9 @@
> +/* SPDX-License-Identifier: GPL-2.0-or-later */
>  /*
>   * Linux/PA-RISC Project (http://www.parisc-linux.org/)
>   *
>   * Floating-point emulation code
>   *  Copyright (C) 2001 Hewlett-Packard (Paul Bame) <bame@debian.org>
> - *
> - *    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, or (at your option)
> - *    any later version.
> - *
> - *    This program is distributed in the hope that it will be useful,
> - *    but WITHOUT ANY WARRANTY; without even the implied warranty of
> - *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
> - *    GNU General Public License for more details.
> - *
> - *    You should have received a copy of the GNU General Public License
> - *    along with this program; if not, write to the Free Software
> - *    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
>   */
>  /*
>   * BEGIN_DESC
> --- a/arch/parisc/math-emu/fmpyfadd.c
> +++ b/arch/parisc/math-emu/fmpyfadd.c
> @@ -1,22 +1,9 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
>  /*
>   * Linux/PA-RISC Project (http://www.parisc-linux.org/)
>   *
>   * Floating-point emulation code
>   *  Copyright (C) 2001 Hewlett-Packard (Paul Bame) <bame@debian.org>
> - *
> - *    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, or (at your option)
> - *    any later version.
> - *
> - *    This program is distributed in the hope that it will be useful,
> - *    but WITHOUT ANY WARRANTY; without even the implied warranty of
> - *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
> - *    GNU General Public License for more details.
> - *
> - *    You should have received a copy of the GNU General Public License
> - *    along with this program; if not, write to the Free Software
> - *    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
>   */
>  /*
>   * BEGIN_DESC
> --- a/arch/parisc/math-emu/fpbits.h
> +++ b/arch/parisc/math-emu/fpbits.h
> @@ -1,22 +1,9 @@
> +/* SPDX-License-Identifier: GPL-2.0-or-later */
>  /*
>   * Linux/PA-RISC Project (http://www.parisc-linux.org/)
>   *
>   * Floating-point emulation code
>   *  Copyright (C) 2001 Hewlett-Packard (Paul Bame) <bame@debian.org>
> - *
> - *    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, or (at your option)
> - *    any later version.
> - *
> - *    This program is distributed in the hope that it will be useful,
> - *    but WITHOUT ANY WARRANTY; without even the implied warranty of
> - *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
> - *    GNU General Public License for more details.
> - *
> - *    You should have received a copy of the GNU General Public License
> - *    along with this program; if not, write to the Free Software
> - *    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
>   */
>
>  #ifdef __NO_PA_HDRS
> --- a/arch/parisc/math-emu/fpu.h
> +++ b/arch/parisc/math-emu/fpu.h
> @@ -1,22 +1,9 @@
> +/* SPDX-License-Identifier: GPL-2.0-or-later */
>  /*
>   * Linux/PA-RISC Project (http://www.parisc-linux.org/)
>   *
>   * Floating-point emulation code
>   *  Copyright (C) 2001 Hewlett-Packard (Paul Bame) <bame@debian.org>
> - *
> - *    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, or (at your option)
> - *    any later version.
> - *
> - *    This program is distributed in the hope that it will be useful,
> - *    but WITHOUT ANY WARRANTY; without even the implied warranty of
> - *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
> - *    GNU General Public License for more details.
> - *
> - *    You should have received a copy of the GNU General Public License
> - *    along with this program; if not, write to the Free Software
> - *    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
>   */
>  /*
>   * BEGIN_DESC
> --- a/arch/parisc/math-emu/fpudispatch.c
> +++ b/arch/parisc/math-emu/fpudispatch.c
> @@ -1,22 +1,9 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
>  /*
>   * Linux/PA-RISC Project (http://www.parisc-linux.org/)
>   *
>   * Floating-point emulation code
>   *  Copyright (C) 2001 Hewlett-Packard (Paul Bame) <bame@debian.org>
> - *
> - *    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, or (at your option)
> - *    any later version.
> - *
> - *    This program is distributed in the hope that it will be useful,
> - *    but WITHOUT ANY WARRANTY; without even the implied warranty of
> - *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
> - *    GNU General Public License for more details.
> - *
> - *    You should have received a copy of the GNU General Public License
> - *    along with this program; if not, write to the Free Software
> - *    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
>   */
>  /*
>   * BEGIN_DESC
> --- a/arch/parisc/math-emu/frnd.c
> +++ b/arch/parisc/math-emu/frnd.c
> @@ -1,22 +1,9 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
>  /*
>   * Linux/PA-RISC Project (http://www.parisc-linux.org/)
>   *
>   * Floating-point emulation code
>   *  Copyright (C) 2001 Hewlett-Packard (Paul Bame) <bame@debian.org>
> - *
> - *    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, or (at your option)
> - *    any later version.
> - *
> - *    This program is distributed in the hope that it will be useful,
> - *    but WITHOUT ANY WARRANTY; without even the implied warranty of
> - *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
> - *    GNU General Public License for more details.
> - *
> - *    You should have received a copy of the GNU General Public License
> - *    along with this program; if not, write to the Free Software
> - *    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
>   */
>  /*
>   * BEGIN_DESC
> --- a/arch/parisc/math-emu/hppa.h
> +++ b/arch/parisc/math-emu/hppa.h
> @@ -1,22 +1,9 @@
> +/* SPDX-License-Identifier: GPL-2.0-or-later */
>  /*
>   * Linux/PA-RISC Project (http://www.parisc-linux.org/)
>   *
>   * Floating-point emulation code
>   *  Copyright (C) 2001 Hewlett-Packard (Paul Bame) <bame@debian.org>
> - *
> - *    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, or (at your option)
> - *    any later version.
> - *
> - *    This program is distributed in the hope that it will be useful,
> - *    but WITHOUT ANY WARRANTY; without even the implied warranty of
> - *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
> - *    GNU General Public License for more details.
> - *
> - *    You should have received a copy of the GNU General Public License
> - *    along with this program; if not, write to the Free Software
> - *    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
>   */
>
>  #ifdef __NO_PA_HDRS
> --- a/arch/parisc/math-emu/math-emu.h
> +++ b/arch/parisc/math-emu/math-emu.h
> @@ -1,22 +1,9 @@
> +/* SPDX-License-Identifier: GPL-2.0-or-later */
>  /*
>   * Linux/PA-RISC Project (http://www.parisc-linux.org/)
>   *
>   * Floating-point emulation code
>   *  Copyright (C) 2001 Hewlett-Packard (Paul Bame) <bame@debian.org>
> - *
>
>


-- 
Richard Fontana
Senior Commercial Counsel
Red Hat, Inc.

  parent reply	other threads:[~2019-05-24 13:16 UTC|newest]

Thread overview: 105+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-24 10:03 [Batch 6 - patch 00/25] Batch 6 of random GPL notices/references Thomas Gleixner
2019-05-24 10:03 ` [Batch 6 - patch 01/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 126 Thomas Gleixner
2019-05-24 11:10   ` Kate Stewart
2019-05-24 13:36   ` Richard Fontana
2019-05-24 16:33   ` Allison Randal
2019-05-24 10:03 ` [Batch 6 - patch 02/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 127 Thomas Gleixner
2019-05-24 11:11   ` Kate Stewart
2019-05-24 13:33   ` Richard Fontana
2019-05-24 16:33   ` Allison Randal
2019-05-24 10:03 ` [Batch 6 - patch 03/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 128 Thomas Gleixner
2019-05-24 11:11   ` Kate Stewart
2019-05-24 13:33   ` Richard Fontana
2019-05-24 16:35   ` Allison Randal
2019-05-24 10:03 ` [Batch 6 - patch 04/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 129 Thomas Gleixner
2019-05-24 11:12   ` Kate Stewart
2019-05-24 13:32   ` Richard Fontana
2019-05-24 16:37   ` Allison Randal
2019-05-24 10:03 ` [Batch 6 - patch 05/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 130 Thomas Gleixner
2019-05-24 11:15   ` Kate Stewart
2019-05-24 13:22   ` Richard Fontana
2019-05-24 16:38   ` Allison Randal
2019-05-24 10:03 ` [Batch 6 - patch 06/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 131 Thomas Gleixner
2019-05-24 11:13   ` Kate Stewart
2019-05-24 13:32   ` Richard Fontana
2019-05-24 16:41   ` Allison Randal
2019-05-24 10:03 ` [Batch 6 - patch 07/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 132 Thomas Gleixner
2019-05-24 11:14   ` Kate Stewart
2019-05-24 13:31   ` Richard Fontana
2019-05-24 16:41   ` Allison Randal
2019-05-24 10:03 ` [Batch 6 - patch 08/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 133 Thomas Gleixner
2019-05-24 11:14   ` Kate Stewart
2019-05-24 13:30   ` Richard Fontana
2019-05-24 16:02     ` Thomas Gleixner
2019-05-24 16:50       ` Allison Randal
2019-05-24 16:59         ` Greg KH
2019-05-25  1:12         ` Richard Fontana
2019-05-24 10:03 ` [Batch 6 - patch 09/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 134 Thomas Gleixner
2019-05-24 10:42   ` Thomas Gleixner
2019-05-24 11:29     ` Kate Stewart
2019-05-24 10:03 ` [Batch 6 - patch 10/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 135 Thomas Gleixner
2019-05-24 11:15   ` Kate Stewart
2019-05-24 13:21   ` Richard Fontana
2019-05-24 16:55   ` Allison Randal
2019-05-24 17:09     ` Greg KH
2019-05-24 10:03 ` [Batch 6 - patch 11/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 136 Thomas Gleixner
2019-05-24 11:16   ` Kate Stewart
2019-05-24 13:21   ` Richard Fontana
2019-05-24 16:57   ` Allison Randal
2019-05-24 10:03 ` [Batch 6 - patch 12/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 137 Thomas Gleixner
2019-05-24 11:16   ` Kate Stewart
2019-05-24 13:20   ` Richard Fontana
2019-05-24 16:58   ` Allison Randal
2019-05-24 10:03 ` [Batch 6 - patch 13/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 138 Thomas Gleixner
2019-05-24 11:17   ` Kate Stewart
2019-05-24 13:20   ` Richard Fontana
2019-05-24 16:59   ` Allison Randal
2019-05-24 10:03 ` [Batch 6 - patch 14/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 139 Thomas Gleixner
2019-05-24 11:17   ` Kate Stewart
2019-05-24 13:20   ` Richard Fontana
2019-05-24 17:10   ` Allison Randal
2019-05-24 10:04 ` [Batch 6 - patch 15/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 140 Thomas Gleixner
2019-05-24 11:18   ` Kate Stewart
2019-05-24 13:19   ` Richard Fontana
2019-05-24 17:12   ` Allison Randal
2019-05-24 10:04 ` [Batch 6 - patch 16/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 141 Thomas Gleixner
2019-05-24 10:43   ` Thomas Gleixner
2019-05-24 11:29     ` Kate Stewart
2019-05-24 10:04 ` [Batch 6 - patch 17/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 142 Thomas Gleixner
2019-05-24 11:18   ` Kate Stewart
2019-05-24 13:19   ` Richard Fontana
2019-05-24 19:07   ` Allison Randal
2019-05-24 10:04 ` [Batch 6 - patch 18/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 143 Thomas Gleixner
2019-05-24 11:18   ` Kate Stewart
2019-05-24 13:18   ` Richard Fontana
2019-05-24 19:13   ` Allison Randal
2019-05-24 10:04 ` [Batch 6 - patch 19/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 144 Thomas Gleixner
2019-05-24 11:19   ` Kate Stewart
2019-05-24 13:18   ` Richard Fontana
2019-05-24 19:19   ` Allison Randal
2019-05-24 10:04 ` [Batch 6 - patch 20/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145 Thomas Gleixner
2019-05-24 11:23   ` Kate Stewart
2019-05-24 13:17   ` Richard Fontana
2019-05-24 19:31   ` Allison Randal
2019-05-24 10:04 ` [Batch 6 - patch 21/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 146 Thomas Gleixner
2019-05-24 10:45   ` Thomas Gleixner
2019-05-24 11:32     ` Kate Stewart
2019-05-24 10:04 ` [Batch 6 - patch 22/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 147 Thomas Gleixner
2019-05-24 11:22   ` Kate Stewart
2019-05-24 11:41     ` Thomas Gleixner
2019-05-29 14:55       ` Evgeniy Polyakov
2019-06-02 17:47         ` J Lovejoy
2019-05-24 13:13   ` Richard Fontana
2019-05-24 19:35   ` Allison Randal
2019-05-24 10:04 ` [Batch 6 - patch 23/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 148 Thomas Gleixner
2019-05-24 11:23   ` Kate Stewart
2019-05-24 13:17   ` Richard Fontana
2019-05-24 19:36   ` Allison Randal
2019-05-24 10:04 ` [Batch 6 - patch 24/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 149 Thomas Gleixner
2019-05-24 11:25   ` Kate Stewart
2019-05-24 13:15     ` Richard Fontana
2019-05-24 19:38   ` Allison Randal
2019-05-24 10:04 ` [Batch 6 - patch 25/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 150 Thomas Gleixner
2019-05-24 11:24   ` Kate Stewart
2019-05-24 13:16   ` Richard Fontana [this message]
2019-05-24 19:42   ` Allison Randal

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=CAC1cPGy6VsTF4rOGGJm57G+zJWpCGVDUr7tWetLpPFt_Y3P84w@mail.gmail.com \
    --to=rfontana@redhat.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).