All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kate Stewart <kstewart@linuxfoundation.org>
To: Thomas Gleixner <tglx@linutronix.de>
Cc: linux-spdx@vger.kernel.org
Subject: Re: [Batch 5 - patch 13/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 113
Date: Thu, 23 May 2019 20:15:32 -0500	[thread overview]
Message-ID: <CAG_66ZThXn6N6CcnN8vgVk=LNxCtSDNaFCDLHh9mVFqc0SLZzA@mail.gmail.com> (raw)
In-Reply-To: <20190523091650.572604764@linutronix.de>

Reviewed-by: Kate Stewart <kstewart@linuxfoundation.org>

On Thu, May 23, 2019 at 4:29 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 to
>   obtain the license point your browser to http www gnu org copyleft
>   gpl html
>
> extracted by the scancode license scanner the SPDX license identifier
>
>   GPL-2.0-or-later
>
> has been chosen to replace the boilerplate/reference in 26 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=batch5&id=e8184d1df92a
> ---
>  drivers/media/dvb-core/dvb_ca_en50221.c  |   13 +------------
>  drivers/media/dvb-core/dvb_frontend.c    |   14 +-------------
>  drivers/media/dvb-core/dvb_net.c         |   13 +------------
>  drivers/media/dvb-frontends/bsbe1-d01a.h |   16 +---------------
>  drivers/media/dvb-frontends/bsbe1.h      |   16 +---------------
>  drivers/media/dvb-frontends/bsru6.h      |   16 +---------------
>  drivers/media/dvb-frontends/isl6405.c    |   16 +---------------
>  drivers/media/dvb-frontends/isl6405.h    |   16 +---------------
>  drivers/media/dvb-frontends/isl6421.c    |   16 +---------------
>  drivers/media/dvb-frontends/isl6421.h    |   16 +---------------
>  drivers/media/dvb-frontends/lnbp21.c     |   16 +---------------
>  drivers/media/dvb-frontends/lnbp21.h     |   16 +---------------
>  drivers/media/dvb-frontends/lnbp22.c     |   16 +---------------
>  drivers/media/dvb-frontends/lnbp22.h     |   16 +---------------
>  drivers/media/dvb-frontends/tdhd1.h      |   15 +--------------
>  drivers/media/pci/ttpci/av7110.c         |   16 +---------------
>  drivers/media/pci/ttpci/av7110_av.c      |   16 +---------------
>  drivers/media/pci/ttpci/av7110_ca.c      |   16 +---------------
>  drivers/media/pci/ttpci/av7110_hw.c      |   13 +------------
>  drivers/media/pci/ttpci/av7110_ir.c      |   14 +-------------
>  drivers/media/pci/ttpci/av7110_v4l.c     |   13 +------------
>  drivers/media/pci/ttpci/budget-av.c      |   16 +---------------
>  drivers/media/pci/ttpci/budget-ci.c      |   16 +---------------
>  drivers/media/pci/ttpci/budget-core.c    |   16 +---------------
>  drivers/media/pci/ttpci/budget-patch.c   |   16 +---------------
>  drivers/media/pci/ttpci/budget.c         |   16 +---------------
>  26 files changed, 26 insertions(+), 373 deletions(-)
>
> --- a/drivers/media/dvb-core/dvb_ca_en50221.c
> +++ b/drivers/media/dvb-core/dvb_ca_en50221.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
>  /*
>   * dvb_ca.c: generic DVB functions for EN50221 CAM interfaces
>   *
> @@ -11,18 +12,6 @@
>   *
>   * Copyright (C) 1999-2002 Ralph  Metzler
>   *                       & Marcus Metzler for convergence integrated media GmbH
> - *
> - * 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.
> - * To obtain the license, point your browser to
> - * http://www.gnu.org/copyleft/gpl.html
>   */
>
>  #define pr_fmt(fmt) "dvb_ca_en50221: " fmt
> --- a/drivers/media/dvb-core/dvb_frontend.c
> +++ b/drivers/media/dvb-core/dvb_frontend.c
> @@ -1,25 +1,13 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
>  /*
>   * dvb_frontend.c: DVB frontend tuning interface/thread
>   *
> - *
>   * Copyright (C) 1999-2001 Ralph  Metzler
>   *                        Marcus Metzler
>   *                        Holger Waechtler
>   *                                   for convergence integrated media GmbH
>   *
>   * Copyright (C) 2004 Andrew de Quincey (tuning thread cleanup)
> - *
> - * 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.
> - * To obtain the license, point your browser to
> - * http://www.gnu.org/copyleft/gpl.html
>   */
>
>  /* Enables DVBv3 compatibility bits at the headers */
> --- a/drivers/media/dvb-core/dvb_net.c
> +++ b/drivers/media/dvb-core/dvb_net.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
>  /*
>   * dvb_net.c
>   *
> @@ -13,18 +14,6 @@
>   *                      and Wolfram Stering <wstering@cosy.sbg.ac.at>
>   *
>   * ULE Decaps according to RFC 4326.
> - *
> - * 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.
> - * To obtain the license, point your browser to
> - * http://www.gnu.org/copyleft/gpl.html
>   */
>
>  /*
> --- a/drivers/media/dvb-frontends/bsbe1-d01a.h
> +++ b/drivers/media/dvb-frontends/bsbe1-d01a.h
> @@ -1,23 +1,9 @@
> +/* SPDX-License-Identifier: GPL-2.0-or-later */
>  /*
>   * bsbe1-d01a.h - ALPS BSBE1-D01A tuner support
>   *
>   * Copyright (C) 2011 Oliver Endriss <o.endriss@gmx.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.
> - *
> - * To obtain the license, point your browser to
> - * http://www.gnu.org/copyleft/gpl.html
> - *
> - *
>   * the project's page is at https://linuxtv.org
>   */
>
> --- a/drivers/media/dvb-frontends/bsbe1.h
> +++ b/drivers/media/dvb-frontends/bsbe1.h
> @@ -1,21 +1,7 @@
> +/* SPDX-License-Identifier: GPL-2.0-or-later */
>  /*
>   * bsbe1.h - ALPS BSBE1 tuner support
>   *
> - * 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.
> - *
> - * To obtain the license, point your browser to
> - * http://www.gnu.org/copyleft/gpl.html
> - *
> - *
>   * the project's page is at https://linuxtv.org
>   */
>
> --- a/drivers/media/dvb-frontends/bsru6.h
> +++ b/drivers/media/dvb-frontends/bsru6.h
> @@ -1,21 +1,7 @@
> +/* SPDX-License-Identifier: GPL-2.0-or-later */
>  /*
>   * bsru6.h - ALPS BSRU6 tuner support (moved from budget-ci.c)
>   *
> - * 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.
> - *
> - * To obtain the license, point your browser to
> - * http://www.gnu.org/copyleft/gpl.html
> - *
> - *
>   * the project's page is at https://linuxtv.org
>   */
>
> --- a/drivers/media/dvb-frontends/isl6405.c
> +++ b/drivers/media/dvb-frontends/isl6405.c
> @@ -1,24 +1,10 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
>  /*
>   * isl6405.c - driver for dual lnb supply and control ic ISL6405
>   *
>   * Copyright (C) 2008 Hartmut Hackmann
>   * Copyright (C) 2006 Oliver Endriss
>   *
> - * 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.
> - *
> - * To obtain the license, point your browser to
> - * http://www.gnu.org/copyleft/gpl.html
> - *
> - *
>   * the project's page is at https://linuxtv.org
>   */
>  #include <linux/delay.h>
> --- a/drivers/media/dvb-frontends/isl6405.h
> +++ b/drivers/media/dvb-frontends/isl6405.h
> @@ -1,24 +1,10 @@
> +/* SPDX-License-Identifier: GPL-2.0-or-later */
>  /*
>   * isl6405.h - driver for dual lnb supply and control ic ISL6405
>   *
>   * Copyright (C) 2008 Hartmut Hackmann
>   * Copyright (C) 2006 Oliver Endriss
>   *
> - * 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.
> - *
> - * To obtain the license, point your browser to
> - * http://www.gnu.org/copyleft/gpl.html
> - *
> - *
>   * the project's page is at https://linuxtv.org
>   */
>
> --- a/drivers/media/dvb-frontends/isl6421.c
> +++ b/drivers/media/dvb-frontends/isl6421.c
> @@ -1,24 +1,10 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
>  /*
>   * isl6421.h - driver for lnb supply and control ic ISL6421
>   *
>   * Copyright (C) 2006 Andrew de Quincey
>   * Copyright (C) 2006 Oliver Endriss
>   *
> - * 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.
> - *
> - * To obtain the license, point your browser to
> - * http://www.gnu.org/copyleft/gpl.html
> - *
> - *
>   * the project's page is at https://linuxtv.org
>   */
>  #include <linux/delay.h>
> --- a/drivers/media/dvb-frontends/isl6421.h
> +++ b/drivers/media/dvb-frontends/isl6421.h
> @@ -1,24 +1,10 @@
> +/* SPDX-License-Identifier: GPL-2.0-or-later */
>  /*
>   * isl6421.h - driver for lnb supply and control ic ISL6421
>   *
>   * Copyright (C) 2006 Andrew de Quincey
>   * Copyright (C) 2006 Oliver Endriss
>   *
> - * 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.
> - *
> - * To obtain the license, point your browser to
> - * http://www.gnu.org/copyleft/gpl.html
> - *
> - *
>   * the project's page is at https://linuxtv.org
>   */
>
> --- a/drivers/media/dvb-frontends/lnbp21.c
> +++ b/drivers/media/dvb-frontends/lnbp21.c
> @@ -1,24 +1,10 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
>  /*
>   * lnbp21.c - driver for lnb supply and control ic lnbp21
>   *
>   * Copyright (C) 2006, 2009 Oliver Endriss <o.endriss@gmx.de>
>   * Copyright (C) 2009 Igor M. Liplianin <liplianin@netup.ru>
>   *
> - * 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.
> - *
> - * To obtain the license, point your browser to
> - * http://www.gnu.org/copyleft/gpl.html
> - *
> - *
>   * the project's page is at https://linuxtv.org
>   */
>  #include <linux/delay.h>
> --- a/drivers/media/dvb-frontends/lnbp21.h
> +++ b/drivers/media/dvb-frontends/lnbp21.h
> @@ -1,23 +1,9 @@
> +/* SPDX-License-Identifier: GPL-2.0-or-later */
>  /*
>   * lnbp21.h - driver for lnb supply and control ic lnbp21
>   *
>   * Copyright (C) 2006 Oliver Endriss
>   *
> - * 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.
> - *
> - * To obtain the license, point your browser to
> - * http://www.gnu.org/copyleft/gpl.html
> - *
> - *
>   * the project's page is at https://linuxtv.org
>   */
>
> --- a/drivers/media/dvb-frontends/lnbp22.c
> +++ b/drivers/media/dvb-frontends/lnbp22.c
> @@ -1,24 +1,10 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
>  /*
>   * lnbp22.h - driver for lnb supply and control ic lnbp22
>   *
>   * Copyright (C) 2006 Dominik Kuhlen
>   * Based on lnbp21 driver
>   *
> - * 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.
> - *
> - * To obtain the license, point your browser to
> - * http://www.gnu.org/copyleft/gpl.html
> - *
> - *
>   * the project's page is at https://linuxtv.org
>   */
>  #include <linux/delay.h>
> --- a/drivers/media/dvb-frontends/lnbp22.h
> +++ b/drivers/media/dvb-frontends/lnbp22.h
> @@ -1,24 +1,10 @@
> +/* SPDX-License-Identifier: GPL-2.0-or-later */
>  /*
>   * lnbp22.h - driver for lnb supply and control ic lnbp22
>   *
>   * Copyright (C) 2006 Dominik Kuhlen
>   * Based on lnbp21.h
>   *
> - * 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.
> - *
> - * To obtain the license, point your browser to
> - * http://www.gnu.org/copyleft/gpl.html
> - *
> - *
>   * the project's page is at https://linuxtv.org
>   */
>
> --- a/drivers/media/dvb-frontends/tdhd1.h
> +++ b/drivers/media/dvb-frontends/tdhd1.h
> @@ -1,22 +1,9 @@
> +/* SPDX-License-Identifier: GPL-2.0-or-later */
>  /*
>   * tdhd1.h - ALPS TDHD1-204A tuner support
>   *
>   * Copyright (C) 2008 Oliver Endriss <o.endriss@gmx.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.
> - * To obtain the license, point your browser to
> - * http://www.gnu.org/copyleft/gpl.html
> - *
> - *
>   * The project's page is at https://linuxtv.org
>   */
>
> --- a/drivers/media/pci/ttpci/av7110.c
> +++ b/drivers/media/pci/ttpci/av7110.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
>  /*
>   * driver for the SAA7146 based AV110 cards (like the Fujitsu-Siemens DVB)
>   * av7110.c: initialization and demux stuff
> @@ -8,21 +9,6 @@
>   * originally based on code by:
>   * Copyright (C) 1998,1999 Christian Theiss <mistert@rz.fh-augsburg.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.
> - *
> - * To obtain the license, point your browser to
> - * http://www.gnu.org/copyleft/gpl.html
> - *
> - *
>   * the project's page is at https://linuxtv.org
>   */
>
> --- a/drivers/media/pci/ttpci/av7110_av.c
> +++ b/drivers/media/pci/ttpci/av7110_av.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
>  /*
>   * av7110_av.c: audio and video MPEG decoder stuff
>   *
> @@ -7,21 +8,6 @@
>   * originally based on code by:
>   * Copyright (C) 1998,1999 Christian Theiss <mistert@rz.fh-augsburg.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.
> - *
> - * To obtain the license, point your browser to
> - * http://www.gnu.org/copyleft/gpl.html
> - *
> - *
>   * the project's page is at https://linuxtv.org
>   */
>
> --- a/drivers/media/pci/ttpci/av7110_ca.c
> +++ b/drivers/media/pci/ttpci/av7110_ca.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
>  /*
>   * av7110_ca.c: CA and CI stuff
>   *
> @@ -7,21 +8,6 @@
>   * originally based on code by:
>   * Copyright (C) 1998,1999 Christian Theiss <mistert@rz.fh-augsburg.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.
> - *
> - * To obtain the license, point your browser to
> - * http://www.gnu.org/copyleft/gpl.html
> - *
> - *
>   * the project's page is at https://linuxtv.org
>   */
>
> --- a/drivers/media/pci/ttpci/av7110_hw.c
> +++ b/drivers/media/pci/ttpci/av7110_hw.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
>  /*
>   * av7110_hw.c: av7110 low level hardware access and firmware interface
>   *
> @@ -7,18 +8,6 @@
>   * originally based on code by:
>   * Copyright (C) 1998,1999 Christian Theiss <mistert@rz.fh-augsburg.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.
> - * To obtain the license, point your browser to
> - * http://www.gnu.org/copyleft/gpl.html
> - *
>   * the project's page is at https://linuxtv.org
>   */
>
> --- a/drivers/media/pci/ttpci/av7110_ir.c
> +++ b/drivers/media/pci/ttpci/av7110_ir.c
> @@ -1,21 +1,9 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
>  /*
>   * Driver for the remote control of SAA7146 based AV7110 cards
>   *
>   * Copyright (C) 1999-2003 Holger Waechtler <holger@convergence.de>
>   * Copyright (C) 2003-2007 Oliver Endriss <o.endriss@gmx.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.
> - * To obtain the license, point your browser to
> - * http://www.gnu.org/copyleft/gpl.html
> - *
>   */
>
>
> --- a/drivers/media/pci/ttpci/av7110_v4l.c
> +++ b/drivers/media/pci/ttpci/av7110_v4l.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
>  /*
>   * av7110_v4l.c: av7110 video4linux interface for DVB and Siemens DVB-C analog module
>   *
> @@ -7,18 +8,6 @@
>   * originally based on code by:
>   * Copyright (C) 1998,1999 Christian Theiss <mistert@rz.fh-augsburg.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.
> - * To obtain the license, point your browser to
> - * http://www.gnu.org/copyleft/gpl.html
> - *
>   * the project's page is at https://linuxtv.org
>   */
>
> --- a/drivers/media/pci/ttpci/budget-av.c
> +++ b/drivers/media/pci/ttpci/budget-av.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
>  /*
>   * budget-av.c: driver for the SAA7146 based Budget DVB cards
>   *              with analog video in
> @@ -12,21 +13,6 @@
>   * Copyright (C) 1999-2002 Ralph  Metzler
>   *                       & Marcus Metzler for convergence integrated media GmbH
>   *
> - * 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.
> - *
> - * To obtain the license, point your browser to
> - * http://www.gnu.org/copyleft/gpl.html
> - *
> - *
>   * the project's page is at https://linuxtv.org
>   */
>
> --- a/drivers/media/pci/ttpci/budget-ci.c
> +++ b/drivers/media/pci/ttpci/budget-ci.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
>  /*
>   * budget-ci.c: driver for the SAA7146 based Budget DVB cards
>   *
> @@ -8,21 +9,6 @@
>   *
>   * CI interface support (c) 2004 Andrew de Quincey <adq_dvb@lidskialf.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.
> - *
> - * To obtain the license, point your browser to
> - * http://www.gnu.org/copyleft/gpl.html
> - *
> - *
>   * the project's page is at https://linuxtv.org
>   */
>
> --- a/drivers/media/pci/ttpci/budget-core.c
> +++ b/drivers/media/pci/ttpci/budget-core.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
>  /*
>   * budget-core.c: driver for the SAA7146 based Budget DVB cards
>   *
> @@ -13,21 +14,6 @@
>   *          Oliver Endriss <o.endriss@gmx.de>,
>   *          Andreas 'randy' Weinberger
>   *
> - * 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.
> - *
> - * To obtain the license, point your browser to
> - * http://www.gnu.org/copyleft/gpl.html
> - *
> - *
>   * the project's page is at https://linuxtv.org
>   */
>
> --- a/drivers/media/pci/ttpci/budget-patch.c
> +++ b/drivers/media/pci/ttpci/budget-patch.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
>  /*
>   * budget-patch.c: driver for Budget Patch,
>   * hardware modification of DVB-S cards enabling full TS
> @@ -9,21 +10,6 @@
>   * Special thanks to Holger Waechtler, Michael Hunold, Marian Durkovic
>   * and Metzlerbros
>   *
> - * 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.
> - *
> - * To obtain the license, point your browser to
> - * http://www.gnu.org/copyleft/gpl.html
> - *
> - *
>   * the project's page is at https://linuxtv.org
>   */
>
> --- a/drivers/media/pci/ttpci/budget.c
> +++ b/drivers/media/pci/ttpci/budget.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
>  /*
>   * budget.c: driver for the SAA7146 based Budget DVB cards
>   *
> @@ -13,21 +14,6 @@
>   *           Oliver Endriss <o.endriss@gmx.de> and
>   *           Andreas 'randy' Weinberger
>   *
> - * 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.
> - *
> - * To obtain the license, point your browser to
> - * http://www.gnu.org/copyleft/gpl.html
> - *
> - *
>   * the project's page is at https://linuxtv.org
>   */
>
>
>

  parent reply	other threads:[~2019-05-24  1:15 UTC|newest]

Thread overview: 101+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-23  9:14 [Batch 5 - patch 00/25] Batch 5 of random GPL notices/references Thomas Gleixner
2019-05-23  9:14 ` [Batch 5 - patch 01/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 101 Thomas Gleixner
2019-05-23 12:44   ` Richard Fontana
2019-05-23 22:18   ` Allison Randal
2019-05-24  1:10   ` Kate Stewart
2019-05-23  9:14 ` [Batch 5 - patch 02/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 102 Thomas Gleixner
2019-05-23 12:08   ` Richard Fontana
2019-05-23 22:18   ` Allison Randal
2019-05-24  1:10   ` Kate Stewart
2019-05-23  9:14 ` [Batch 5 - patch 03/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 103 Thomas Gleixner
2019-05-23 12:52   ` Richard Fontana
2019-05-23 22:19   ` Allison Randal
2019-05-24  1:11   ` Kate Stewart
2019-05-23  9:14 ` [Batch 5 - patch 04/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104 Thomas Gleixner
2019-05-23 12:41   ` Richard Fontana
2019-05-23 22:20   ` Allison Randal
2019-05-24  1:12   ` Kate Stewart
2019-05-23  9:14 ` [Batch 5 - patch 05/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 105 Thomas Gleixner
2019-05-23 11:44   ` Richard Fontana
2019-05-23 22:21   ` Allison Randal
2019-05-24  1:12   ` Kate Stewart
2019-05-23  9:14 ` [Batch 5 - patch 06/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 106 Thomas Gleixner
2019-05-23 11:45   ` Richard Fontana
2019-05-23 22:21   ` Allison Randal
2019-05-24  1:13   ` Kate Stewart
2019-05-23  9:14 ` [Batch 5 - patch 07/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 107 Thomas Gleixner
2019-05-23  9:45   ` Thomas Gleixner
2019-05-23  9:14 ` [Batch 5 - patch 08/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 108 Thomas Gleixner
2019-05-23 11:54   ` Richard Fontana
2019-05-23 12:36     ` Thomas Gleixner
2019-05-23 13:06       ` Thomas Gleixner
2019-05-23  9:14 ` [Batch 5 - patch 09/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 109 Thomas Gleixner
2019-05-23  9:46   ` Thomas Gleixner
2019-05-23  9:14 ` [Batch 5 - patch 10/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 110 Thomas Gleixner
2019-05-23 12:43   ` Richard Fontana
2019-05-23 22:26   ` Allison Randal
2019-05-24  1:13   ` Kate Stewart
2019-05-23  9:14 ` [Batch 5 - patch 11/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 111 Thomas Gleixner
2019-05-23 12:43   ` Richard Fontana
2019-05-23 22:26   ` Allison Randal
2019-05-24  1:14   ` Kate Stewart
2019-05-23  9:14 ` [Batch 5 - patch 12/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 112 Thomas Gleixner
2019-05-23 12:43   ` Richard Fontana
2019-05-23 22:27   ` Allison Randal
2019-05-24  1:14   ` Kate Stewart
2019-05-23  9:14 ` [Batch 5 - patch 13/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 113 Thomas Gleixner
2019-05-23 12:07   ` Richard Fontana
2019-05-23 22:27   ` Allison Randal
2019-05-24  1:15   ` Kate Stewart [this message]
2019-05-23  9:14 ` [Batch 5 - patch 14/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 114 Thomas Gleixner
2019-05-23 12:38   ` Richard Fontana
2019-05-23 22:28   ` Allison Randal
2019-05-24 10:51   ` Kate Stewart
2019-05-23  9:14 ` [Batch 5 - patch 15/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 115 Thomas Gleixner
2019-05-23 12:42   ` Richard Fontana
2019-05-23  9:14 ` [Batch 5 - patch 16/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 116 Thomas Gleixner
2019-05-23 12:39   ` Richard Fontana
2019-05-23 22:30   ` Allison Randal
2019-05-23  9:14 ` [Batch 5 - patch 17/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 117 Thomas Gleixner
2019-05-23  9:51   ` Thomas Gleixner
2019-05-23 12:02   ` Richard Fontana
2019-05-23 12:24     ` Thomas Gleixner
2019-05-23  9:14 ` [Batch 5 - patch 18/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 118 Thomas Gleixner
2019-05-23 12:06   ` Richard Fontana
2019-05-23 22:32   ` Allison Randal
2019-05-24 10:55   ` Kate Stewart
2019-05-23  9:14 ` [Batch 5 - patch 19/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 119 Thomas Gleixner
2019-05-23 12:38   ` Richard Fontana
2019-05-23 22:33   ` Allison Randal
2019-05-24 10:56   ` Kate Stewart
2019-05-23  9:14 ` [Batch 5 - patch 20/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 120 Thomas Gleixner
2019-05-23 12:37   ` Richard Fontana
2019-05-23 22:33   ` Allison Randal
2019-05-24 10:57   ` Kate Stewart
2019-05-23  9:14 ` [Batch 5 - patch 21/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 121 Thomas Gleixner
2019-05-23 12:10   ` Richard Fontana
2019-05-23 22:34   ` Allison Randal
2019-05-24 10:58   ` Kate Stewart
2019-05-23  9:14 ` [Batch 5 - patch 22/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 122 Thomas Gleixner
2019-05-23 12:09   ` Richard Fontana
2019-05-23 22:35   ` Allison Randal
2019-05-24 10:59   ` Kate Stewart
2019-05-23  9:15 ` [Batch 5 - patch 23/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 123 Thomas Gleixner
2019-05-23 12:08   ` Richard Fontana
2019-05-23 22:36   ` Allison Randal
2019-05-24 11:00   ` Kate Stewart
2019-05-23  9:15 ` [Batch 5 - patch 24/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 124 Thomas Gleixner
2019-05-23  9:52   ` Thomas Gleixner
2019-05-23 22:42     ` Allison Randal
2019-05-24  5:50       ` Thomas Gleixner
2019-05-24 12:00         ` Kate Stewart
2019-05-24 12:33           ` Thomas Gleixner
2019-05-24 15:09             ` Allison Randal
2019-05-24 16:16               ` Thomas Gleixner
2019-05-24 17:15                 ` Allison Randal
2019-06-02 18:06             ` J Lovejoy
2019-05-23 12:51   ` Richard Fontana
2019-05-23  9:15 ` [Batch 5 - patch 25/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 125 Thomas Gleixner
2019-05-23 12:10   ` Richard Fontana
2019-05-23 22:41   ` Allison Randal
2019-05-24 11:00   ` Kate Stewart

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='CAG_66ZThXn6N6CcnN8vgVk=LNxCtSDNaFCDLHh9mVFqc0SLZzA@mail.gmail.com' \
    --to=kstewart@linuxfoundation.org \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.