Reviewed-by: Kate Stewart <kstewart@xxxxxxxxxxxxxxxxxxx> On Mon, May 20, 2019 at 12:10 PM Thomas Gleixner <tglx@xxxxxxxxxxxxx> wrote: > > Based on 1 normalized pattern(s): > > this driver 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 > > extracted by the scancode license scanner the SPDX license identifier > > GPL-2.0-or-later > > has been chosen to replace the boilerplate/reference in 5 file(s). > > Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx> > Cc: linux-spdx@xxxxxxxxxxxxxxx > > --- > https://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-spdx.git/commit/?h=batch2&id=1fc8e3659661 > --- > sound/pci/hda/hda_auto_parser.c | 6 +----- > sound/pci/hda/hda_auto_parser.h | 6 +----- > sound/pci/hda/hda_generic.h | 6 +----- > sound/pci/hda/hda_jack.c | 6 +----- > sound/pci/hda/hda_jack.h | 6 +----- > 5 files changed, 5 insertions(+), 25 deletions(-) > > --- a/sound/pci/hda/hda_auto_parser.c > +++ b/sound/pci/hda/hda_auto_parser.c > @@ -1,12 +1,8 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* > * BIOS auto-parser helper functions for HD-audio > * > * Copyright (c) 2012 Takashi Iwai <tiwai@xxxxxxx> > - * > - * This driver 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. > */ > > #include <linux/slab.h> > --- a/sound/pci/hda/hda_auto_parser.h > +++ b/sound/pci/hda/hda_auto_parser.h > @@ -1,12 +1,8 @@ > +/* SPDX-License-Identifier: GPL-2.0-or-later */ > /* > * BIOS auto-parser helper functions for HD-audio > * > * Copyright (c) 2012 Takashi Iwai <tiwai@xxxxxxx> > - * > - * This driver 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. > */ > > #ifndef __SOUND_HDA_AUTO_PARSER_H > --- a/sound/pci/hda/hda_generic.h > +++ b/sound/pci/hda/hda_generic.h > @@ -1,12 +1,8 @@ > +/* SPDX-License-Identifier: GPL-2.0-or-later */ > /* > * Generic BIOS auto-parser helper functions for HD-audio > * > * Copyright (c) 2012 Takashi Iwai <tiwai@xxxxxxx> > - * > - * This driver 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. > */ > > #ifndef __SOUND_HDA_GENERIC_H > --- a/sound/pci/hda/hda_jack.c > +++ b/sound/pci/hda/hda_jack.c > @@ -1,12 +1,8 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* > * Jack-detection handling for HD-audio > * > * Copyright (c) 2011 Takashi Iwai <tiwai@xxxxxxx> > - * > - * This driver 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. > */ > > #include <linux/init.h> > --- a/sound/pci/hda/hda_jack.h > +++ b/sound/pci/hda/hda_jack.h > @@ -1,12 +1,8 @@ > +/* SPDX-License-Identifier: GPL-2.0-or-later */ > /* > * Jack-detection handling for HD-audio > * > * Copyright (c) 2011 Takashi Iwai <tiwai@xxxxxxx> > - * > - * This driver 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. > */ > > #ifndef __SOUND_HDA_JACK_H > > > >