Reviewed-by: Kate Stewart <kstewart@xxxxxxxxxxxxxxxxxxx> On Fri, May 24, 2019 at 5:12 AM Thomas Gleixner <tglx@xxxxxxxxxxxxx> wrote: > > From: Thomas Gleixner tglx@xxxxxxxxxxxxx > > 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 > > extracted by the scancode license scanner the SPDX license identifier > > GPL-2.0-or-later > > has been chosen to replace the boilerplate/reference in 2 file(s). > > Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx> > > --- > https://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-spdx.git/commit/?h=batch6&id=239493710ab3 > --- > drivers/media/dvb-frontends/bcm3510.h | 11 +---------- > drivers/media/dvb-frontends/bcm3510_priv.h | 11 +---------- > 2 files changed, 2 insertions(+), 20 deletions(-) > > --- a/drivers/media/dvb-frontends/bcm3510.h > +++ b/drivers/media/dvb-frontends/bcm3510.h > @@ -1,19 +1,10 @@ > +/* SPDX-License-Identifier: GPL-2.0-or-later */ > /* > * Support for the Broadcom BCM3510 ATSC demodulator (1st generation Air2PC) > * > * Copyright (C) 2001-5, B2C2 inc. > * > * GPL/Linux driver written by Patrick Boettcher <patrick.boettcher@xxxxxxxxx> > - * > - * 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. > */ > #ifndef BCM3510_H > #define BCM3510_H > --- a/drivers/media/dvb-frontends/bcm3510_priv.h > +++ b/drivers/media/dvb-frontends/bcm3510_priv.h > @@ -1,19 +1,10 @@ > +/* SPDX-License-Identifier: GPL-2.0-or-later */ > /* > * Support for the Broadcom BCM3510 ATSC demodulator (1st generation Air2PC) > * > * Copyright (C) 2001-5, B2C2 inc. > * > * GPL/Linux driver written by Patrick Boettcher <patrick.boettcher@xxxxxxxxx> > - * > - * 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. > */ > #ifndef __BCM3510_PRIV_H__ > #define __BCM3510_PRIV_H__ > >