From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Return-Path: Date: Tue, 30 Jan 2018 08:13:02 +0100 From: Greg Kroah-Hartman Subject: Re: [PATCH] PCI: Add SPDX GPL-2.0+ to replace implicit GPL v2 or later statement Message-ID: <20180130071302.GA19444@kroah.com> References: <20180130003559.15416.18047.stgit@bhelgaas-glaptop.roam.corp.google.com> <20180130004051.15416.78620.stgit@bhelgaas-glaptop.roam.corp.google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20180130004051.15416.78620.stgit@bhelgaas-glaptop.roam.corp.google.com> List-Archive: List-Post: To: Bjorn Helgaas 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 List-ID: On Mon, Jan 29, 2018 at 06:40:52PM -0600, Bjorn Helgaas wrote: > 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 Reviewed-by: Greg Kroah-Hartman