diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2018-01-26 18:45:16 +0100 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2018-01-26 18:45:16 +0100 |
commit | 7328c8f48d1895b3fec98b0b319cfb856b4c4fa1 (patch) | |
tree | 7cb9334d7f5f2c7416f50da121edd23a6eaaa4e8 /drivers/pci/switch | |
parent | Linux 4.15-rc4 (diff) | |
download | linux-7328c8f48d1895b3fec98b0b319cfb856b4c4fa1.tar.xz linux-7328c8f48d1895b3fec98b0b319cfb856b4c4fa1.zip |
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>
Diffstat (limited to 'drivers/pci/switch')
-rw-r--r-- | drivers/pci/switch/Kconfig | 2 | ||||
-rw-r--r-- | drivers/pci/switch/Makefile | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/drivers/pci/switch/Kconfig b/drivers/pci/switch/Kconfig index 4c49648e0646..aee28a5bb98f 100644 --- a/drivers/pci/switch/Kconfig +++ b/drivers/pci/switch/Kconfig @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: GPL-2.0 + menu "PCI switch controller drivers" depends on PCI diff --git a/drivers/pci/switch/Makefile b/drivers/pci/switch/Makefile index 37d8cfb03f3f..acd56d3b4a35 100644 --- a/drivers/pci/switch/Makefile +++ b/drivers/pci/switch/Makefile @@ -1 +1,2 @@ +# SPDX-License-Identifier: GPL-2.0 obj-$(CONFIG_PCI_SW_SWITCHTEC) += switchtec.o |