Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7328c8f4 authored by Bjorn Helgaas's avatar Bjorn Helgaas
Browse files

PCI: Add SPDX GPL-2.0 when no license was specified



b2441318 ("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: default avatarBjorn Helgaas <bhelgaas@google.com>
Reviewed-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 1291a0d5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0
#
# PCI configuration
#
+1 −0
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0
#include <linux/delay.h>
#include <linux/pci.h>
#include <linux/module.h>
+1 −0
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0
/*
 * drivers/pci/ats.c
 *
+1 −0
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0
/*
 *	drivers/pci/bus.c
 *
+2 −0
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0

menu "DesignWare PCI Core Support"

config PCIE_DW
Loading