PCI: Add SPDX GPL-2.0 when no license was specified
authorBjorn Helgaas <bhelgaas@google.com>
Fri, 26 Jan 2018 17:45:16 +0000 (11:45 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 26 Jan 2018 17:45:16 +0000 (11:45 -0600)
commit7328c8f48d1895b3fec98b0b319cfb856b4c4fa1
tree7cb9334d7f5f2c7416f50da121edd23a6eaaa4e8
parent1291a0d5049dbc06baaaf66a9ff3f53db493b19b
PCI: Add SPDX GPL-2.0 when no license was specified

b24413180f56 ("License cleanup: add SPDX GPL-2.0 license identifier to
files with no license") added SPDX GPL-2.0 to several PCI files that
previously contained no license information.

Add SPDX GPL-2.0 to all other PCI files that did not contain any license
information and hence were under the default GPL version 2 license of the
kernel.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
33 files changed:
drivers/pci/Kconfig
drivers/pci/access.c
drivers/pci/ats.c
drivers/pci/bus.c
drivers/pci/dwc/Kconfig
drivers/pci/endpoint/Kconfig
drivers/pci/endpoint/Makefile
drivers/pci/endpoint/functions/Kconfig
drivers/pci/endpoint/functions/Makefile
drivers/pci/host-bridge.c
drivers/pci/host/Kconfig
drivers/pci/host/pci-v3-semi.c
drivers/pci/hotplug/Kconfig
drivers/pci/iov.c
drivers/pci/msi.c
drivers/pci/pci-acpi.c
drivers/pci/pci.c
drivers/pci/pcie/Kconfig
drivers/pci/pcie/aer/Kconfig
drivers/pci/pcie/aer/Kconfig.debug
drivers/pci/pcie/portdrv_bus.c
drivers/pci/probe.c
drivers/pci/remove.c
drivers/pci/rom.c
drivers/pci/search.c
drivers/pci/setup-bus.c
drivers/pci/setup-irq.c
drivers/pci/slot.c
drivers/pci/switch/Kconfig
drivers/pci/switch/Makefile
drivers/pci/vpd.c
drivers/pci/xen-pcifront.c
lib/pci_iomap.c