summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci-mvebu.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/pci-mvebu.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/pci-mvebu.c')
-rw-r--r--drivers/pci/pci-mvebu.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/pci/pci-mvebu.c b/drivers/pci/pci-mvebu.c
index 91e8ca870b..1c20f91544 100644
--- a/drivers/pci/pci-mvebu.c
+++ b/drivers/pci/pci-mvebu.c
@@ -1,11 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0
/*
* PCIe driver for Marvell MVEBU SoCs
*
* Based on Linux drivers/pci/host/pci-mvebu.c
- *
- * This file is licensed under the terms of the GNU General Public
- * License version 2. This program is licensed "as is" without any
- * warranty of any kind, whether express or implied.
*/
#include <common.h>