提交 36b07274 编写于 作者: B Bjorn Helgaas 提交者: Bjorn Helgaas

PCI: Add SPDX GPL-2.0+ to replace implicit GPL v2 or later statement

7441b062 ("s390/pci: PCI hotplug support via SCLP") added
s390_pci_hpc.c, which included this license information:

  +MODULE_LICENSE("GPL");

Based on "git show 7441b062:include/linux/module.h", that "GPL" string
means "GPL v2 or later":

   *      "GPL"                           [GNU Public License v2 or later]

0729dcf2 ("s390: hotplug: make pci_hpc explicitly non-modular")
subsequently replaced the MODULE_LICENSE() with a "License: GPL" comment.

Add SPDX GPL-2.0+ and remove the "License: GPL" comment, relying on the
assertion in b2441318 ("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: NBjorn Helgaas <bhelgaas@google.com>
Reviewed-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Acked-by: NSebastian Ott <sebott@linux.vnet.ibm.com>
上级 736759ef
// SPDX-License-Identifier: GPL-2.0+
/* /*
* PCI Hot Plug Controller Driver for System z * PCI Hot Plug Controller Driver for System z
* *
...@@ -5,8 +6,6 @@ ...@@ -5,8 +6,6 @@
* *
* Author(s): * Author(s):
* Jan Glauber <jang@linux.vnet.ibm.com> * Jan Glauber <jang@linux.vnet.ibm.com>
*
* License: GPL
*/ */
#define KMSG_COMPONENT "zpci" #define KMSG_COMPONENT "zpci"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册