summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pcie-designware-host.c
diff options
context:
space:
mode:
authorAndrey Smirnov <andrew.smirnov@gmail.com>2018-12-16 21:19:18 -0800
committerSascha Hauer <s.hauer@pengutronix.de>2019-01-08 16:28:48 +0100
commit9a36a66cb7216165bcb5155c9e2b23c1eb91a90c (patch)
tree27332da0d3cf3484008712fe5d8af1a1301d86a6 /drivers/pci/pcie-designware-host.c
parent5c2c748921d1bdc4e44f0d5312a523ec18fc0065 (diff)
downloadbarebox-9a36a66cb7216165bcb5155c9e2b23c1eb91a90c.tar.gz
barebox-9a36a66cb7216165bcb5155c9e2b23c1eb91a90c.tar.xz
PCI: Add SPDX GPL-2.0 to replace GPL v2 boilerplate
Port of a Linux commit 8cfab3cf63cfe5a53e2e566b3b86b30c187edf3a Add SPDX GPL-2.0 to all PCI files that specified the GPL version 2 license. Remove the boilerplate GPL version 2 language, relying on the assertion in b24413180f56 ("License cleanup: add SPDX GPL-2.0 license identifier to files with no license") that the SPDX identifier may be used instead of the full boilerplate text. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/pci/pcie-designware-host.c')
-rw-r--r--drivers/pci/pcie-designware-host.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/pci/pcie-designware-host.c b/drivers/pci/pcie-designware-host.c
index d4fd58377d..29967fbc5d 100644
--- a/drivers/pci/pcie-designware-host.c
+++ b/drivers/pci/pcie-designware-host.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
/*
* Synopsys DesignWare PCIe host controller driver
*
@@ -5,10 +6,6 @@
* http://www.samsung.com
*
* Author: Jingoo Han <jg1.han@samsung.com>
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
*/