diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2018-02-01 18:40:07 +0100 |
---|---|---|
committer | Bjorn Helgaas <helgaas@kernel.org> | 2018-02-01 18:40:07 +0100 |
commit | ab8c609356fbe8dbcd44df11e884ce8cddf3739e (patch) | |
tree | 09b010dc0c31a66227acff4f2a456a4bf4319705 /drivers/pci/host/pci-versatile.c | |
parent | Merge remote-tracking branch 'lorenzo/pci/xgene' into next (diff) | |
parent | PCI: Add SPDX GPL-2.0+ to replace implicit GPL v2 or later statement (diff) | |
download | linux-ab8c609356fbe8dbcd44df11e884ce8cddf3739e.tar.xz linux-ab8c609356fbe8dbcd44df11e884ce8cddf3739e.zip |
Merge branch 'pci/spdx' into next
* pci/spdx:
PCI: Add SPDX GPL-2.0+ to replace implicit GPL v2 or later statement
PCI: Add SPDX GPL-2.0+ to replace GPL v2 or later boilerplate
PCI: Add SPDX GPL-2.0 to replace COPYING boilerplate
PCI: Add SPDX GPL-2.0 to replace GPL v2 boilerplate
PCI: Add SPDX GPL-2.0 when no license was specified
Diffstat (limited to 'drivers/pci/host/pci-versatile.c')
-rw-r--r-- | drivers/pci/host/pci-versatile.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/drivers/pci/host/pci-versatile.c b/drivers/pci/host/pci-versatile.c index 2a2dfcd68e86..5b3876f5312b 100644 --- a/drivers/pci/host/pci-versatile.c +++ b/drivers/pci/host/pci-versatile.c @@ -1,18 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0 /* * Copyright 2004 Koninklijke Philips Electronics NV * * Conversion to platform driver and DT: * Copyright 2014 Linaro Ltd. * - * This software is licensed under the terms of the GNU General Public - * License version 2, as published by the Free Software Foundation, and - * may be copied, distributed, and modified under those terms. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * * 14/04/2005 Initial version, colin.king@philips.com */ #include <linux/kernel.h> |