Received: by 10.223.176.5 with SMTP id f5csp3636451wra; Mon, 29 Jan 2018 16:41:25 -0800 (PST) X-Google-Smtp-Source: AH8x224f9tvVAcBvb1CYgECT6gc2czriKEC1E/3sEqNm9agsKtndWBVcV4BvqMu+ochJnwsxqUxZ X-Received: by 10.98.80.20 with SMTP id e20mr28261094pfb.148.1517272885017; Mon, 29 Jan 2018 16:41:25 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1517272884; cv=none; d=google.com; s=arc-20160816; b=ISTaS48A3S87BYdh5ueee97LEbwgoAfLpDWNxBps1M4ayQSH9zKRQCz8hdHsaFOj4Y VMSJd35OAPZ1LscNzrArCfATrAO4ZUPscHIP34I5PSc9qxxP5t5u8jowwebwJcn3Lgj7 uQSL/kSJSzE/Xe8NPJRKs1FJMdyt+5PesHQ/k30dbbbzzD1QQ69LaYC8+q2Lpwk5FFXF zNd/qJ6YGYO6EvfkKZCna7EbxOL+MqaDROYFEHo6wjKyhVxMbQcOE3T7b6lynJ9rdlih OrL/ZTKCNXnYhm/YCQfyyGY5SbxXRGIgvHip+nmzVrs8OcF9hZXOEYI06Iqv35OnmQeG GRyA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:message-id:date:cc:to:from:subject:dmarc-filter :arc-authentication-results; bh=d9Pvz+ITSkQCqVMF9xjpewiqP8IiqWu7Rgq5h+j1XC4=; b=UafpGot6stbWpk1h45odAq3irvw41xri56aEGvbWJ72BJh4ETjn8XybOHW97pb8C9E SESI/v8I/SmqoOBh9xvW2+AqJ5BKFQp91N4ZJhzjC+Ys2jtZ7IGPJ2G4j3DQe6dORPdj EHUitFuitvTwMG0CN6ZbbeHEyz2MxTzo01X9lDBF8nEwap1bfy6qPITdChUsOPSOCE6N kJOJX34JCHFyqAkRsG+75v4g9TfQOxU2g356SrPQ5Kz/WdXgPaaZw3FDEITSlR8cRffT wIMTib29zIkXdblQeChlx0RpK8qjKyTlokSsu+u5lOwMojtdfRHOenzjz5X/BVN+e3mf KdzA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id b14si8194415pgv.310.2018.01.29.16.41.09; Mon, 29 Jan 2018 16:41:24 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752242AbeA3Aks (ORCPT + 99 others); Mon, 29 Jan 2018 19:40:48 -0500 Received: from mail.kernel.org ([198.145.29.99]:37690 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751683AbeA3Akr (ORCPT ); Mon, 29 Jan 2018 19:40:47 -0500 Received: from localhost (unknown [69.71.4.159]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 0A60F21780; Tue, 30 Jan 2018 00:40:45 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 0A60F21780 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 tag for s390_pci_hpc.c 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:42 -0600 Message-ID: <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 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org I previously posted patches [1] to add SPDX tags to all drivers/pci files except drivers/pci/hotplug/s390_pci_hpc.c. I omitted that one because it contained only a "License: GPL" comment, which I thought was ambiguous. However, I think it is actually unambiguous because the file was added with a 'MODULE_LICENSE("GPL")', and include/linux/module.h shows that means "GPL v2 or later". So this patch adds the GPL-2.0+ tag to the file. I plan to include this for v4.16 unless somebody objects. [1] https://lkml.kernel.org/r/20180126212536.31503.43805.stgit@bhelgaas-glaptop.roam.corp.google.com --- Bjorn Helgaas (1): PCI: Add SPDX GPL-2.0+ to replace implicit GPL v2 or later statement drivers/pci/hotplug/s390_pci_hpc.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)