On Mon, May 27, 2019 at 4:53 AM Thomas Gleixner <tglx@xxxxxxxxxxxxx> wrote: > > From: Thomas Gleixner tglx@xxxxxxxxxxxxx > > Based on 3 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 > > 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 [author] [kishon] [vijay] [abraham] > [i] [kishon]@[ti] [com] 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 > > 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 [author] [graeme] [gregory] > [gg]@[slimlogic] [co] [uk] [author] [kishon] [vijay] [abraham] [i] > [kishon]@[ti] [com] [based] [on] [twl6030]_[usb] [c] [author] [hema] > [hk] [hemahk]@[ti] [com] 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 1105 file(s). > > Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx> > > --- > https://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-spdx.git/commit/?h=batch8&id=97ac83b3e35c Please adjust patch to remove header & footer or applying it will result in a lot of: * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Most of the files spotted are in /drivers/acpi/... diff --git a/drivers/acpi/acpi_ipmi.c b/drivers/acpi/acpi_ipmi.c diff --git a/drivers/acpi/acpi_video.c b/drivers/acpi/acpi_video.c diff --git a/drivers/acpi/battery.c b/drivers/acpi/battery.c diff --git a/drivers/acpi/blacklist.c b/drivers/acpi/blacklist.c diff --git a/drivers/acpi/bus.c b/drivers/acpi/bus.c diff --git a/drivers/acpi/button.c b/drivers/acpi/button.c diff --git a/drivers/acpi/cm_sbs.c b/drivers/acpi/cm_sbs.c diff --git a/drivers/acpi/container.c b/drivers/acpi/container.c diff --git a/drivers/acpi/dock.c b/drivers/acpi/dock.c iff --git a/drivers/acpi/ec.c b/drivers/acpi/ec.c diff --git a/drivers/acpi/fan.c b/drivers/acpi/fan.c diff --git a/drivers/acpi/numa.c b/drivers/acpi/numa.c diff --git a/drivers/acpi/osi.c b/drivers/acpi/osi.c diff --git a/drivers/acpi/osl.c b/drivers/acpi/osl.c diff --git a/drivers/acpi/pci_irq.c b/drivers/acpi/pci_irq.c diff --git a/drivers/acpi/pci_link.c b/drivers/acpi/pci_link.c diff --git a/drivers/acpi/pci_root.c b/drivers/acpi/pci_root.c diff --git a/drivers/acpi/power.c b/drivers/acpi/power.c diff --git a/drivers/acpi/processor_driver.c b/drivers/acpi/processor_driver.c diff --git a/drivers/acpi/processor_idle.c b/drivers/acpi/processor_idle.c diff --git a/drivers/acpi/processor_perflib.c b/drivers/acpi/processor_perflib.c diff --git a/drivers/acpi/processor_thermal.c b/drivers/acpi/processor_thermal.c diff --git a/drivers/acpi/processor_throttling.c b/drivers/acpi/processor_throttling.c diff --git a/drivers/acpi/sbs.c b/drivers/acpi/sbs.c diff --git a/drivers/acpi/tables.c b/drivers/acpi/tables.c diff --git a/drivers/acpi/thermal.c b/drivers/acpi/thermal.c diff --git a/drivers/acpi/utils.c b/drivers/acpi/utils.c Rest of them look fine, and all match the GPL-2.0-or-later tag. Reviewed-by: Kate Stewart <kstewart@xxxxxxxxxxxxxxxxxxx>