From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Google-Smtp-Source: AH8x226pSRIW2mFSG1W3AL6faSI3tP2WTW20zXQHH39ExkTnnM5JCwZEb0856zMjBYfiVMoa8Ctr ARC-Seal: i=1; a=rsa-sha256; t=1517272855; cv=none; d=google.com; s=arc-20160816; b=NwJbvDey4g0HLHL74v67mxcpTKWLLb+FFNH9s2xwm06ljrScuawNkw3gzuC6duQzS/ QcZElNmdABJb/eK7zR2K2bQVD91DwF35OUjkNvaCne1Ft3ThwjB7PQrGKb0ukKnGy897 sIlFg6F+b/e8nylhIFttJ5YHFrUk6nU5IL0lswFXlBe4E+ROpPWIYESlLPBwfcpn9FnX cntpc1BCd6gYJhkPKDHjPHn57FrOK12qM8wGAM+ncmBfHWevlanS8ysDgkErpqFiXOlG f5pMBthiSY4mcxcTfsidKGloi4cHZLRpMAYJmLr2rvcGxffBM7neulP8EBErdAh0+Z15 pNlg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:mime-version:user-agent:references :in-reply-to:message-id:date:cc:to:from:subject:dmarc-filter :arc-authentication-results; bh=o6OJB6kiljYYXiMOa12aymowXqEtjLGezdSC+PZyW7U=; b=Yd0he23taYx2m1CdsntA7qgUR0BjLJJmvXN205rTOS01Mmdeh9jjP8ppDkYyIvta10 7omw93miz0ZL5nz/ruLrgP7s4DNRi3yDd/1cdd5RIRQSdKceSAGuzXIluxRjG08VHqCo d+pVvbpbU6WC/pjA7xbe5KcXjGiKeEhhdjwZ+Tysf9tuvyWs5WGiISQsC4Wu9qaNOW/e 9dt1oTvKQKyoQ7EwKaohKosazglEq23XCRvonGec9AMLh9o6BeNLeP9eSFRK9h53owXs BFsnZjrgbUPhmRJyZM8FAHW2MsgWwgH8PMPBiyjqWqMKfksHlqfSLejYndLYYhpwKdRs pSYQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of helgaas@kernel.org designates 198.145.29.99 as permitted sender) smtp.mailfrom=helgaas@kernel.org Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of helgaas@kernel.org designates 198.145.29.99 as permitted sender) smtp.mailfrom=helgaas@kernel.org DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 3235721789 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=helgaas@kernel.org Subject: [PATCH] PCI: Add SPDX GPL-2.0+ to replace implicit GPL v2 or later statement From: Bjorn Helgaas To: Greg Kroah-Hartman Cc: Kate Stewart , linux-s390@vger.kernel.org, linux-pci@vger.kernel.org, Sebastian Ott , linux-kernel@vger.kernel.org, Philippe Ombredanne , Thomas Gleixner , Gerald Schaefer Date: Mon, 29 Jan 2018 18:40:52 -0600 Message-ID: <20180130004051.15416.78620.stgit@bhelgaas-glaptop.roam.corp.google.com> In-Reply-To: <20180130003559.15416.18047.stgit@bhelgaas-glaptop.roam.corp.google.com> References: <20180130003559.15416.18047.stgit@bhelgaas-glaptop.roam.corp.google.com> User-Agent: StGit/0.17.1-dirty MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-getmail-retrieved-from-mailbox: INBOX X-GMAIL-THRID: =?utf-8?q?1590975901365034097?= X-GMAIL-MSGID: =?utf-8?q?1590975901365034097?= X-Mailing-List: linux-kernel@vger.kernel.org List-ID: From: Bjorn Helgaas 7441b0627e22 ("s390/pci: PCI hotplug support via SCLP") added s390_pci_hpc.c, which included this license information: +MODULE_LICENSE("GPL"); Based on "git show 7441b0627e22:include/linux/module.h", that "GPL" string means "GPL v2 or later": * "GPL" [GNU Public License v2 or later] 0729dcf24832 ("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 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 --- drivers/pci/hotplug/s390_pci_hpc.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/pci/hotplug/s390_pci_hpc.c b/drivers/pci/hotplug/s390_pci_hpc.c index 530d0e49f2ed..ffdc2977395d 100644 --- a/drivers/pci/hotplug/s390_pci_hpc.c +++ b/drivers/pci/hotplug/s390_pci_hpc.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * PCI Hot Plug Controller Driver for System z * @@ -5,8 +6,6 @@ * * Author(s): * Jan Glauber - * - * License: GPL */ #define KMSG_COMPONENT "zpci"