From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.5 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D7A8FC31E46 for ; Wed, 12 Jun 2019 05:42:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9EBE620866 for ; Wed, 12 Jun 2019 05:42:45 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="key not found in DNS" (0-bit key) header.d=jilayne.com header.i=@jilayne.com header.b="WwCv40HI" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730615AbfFLFmp (ORCPT ); Wed, 12 Jun 2019 01:42:45 -0400 Received: from mx1.supremebox.com ([198.23.53.39]:48159 "EHLO mx1.supremebox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726593AbfFLFmp (ORCPT ); Wed, 12 Jun 2019 01:42:45 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=jilayne.com ; s=default; h=To:References:Message-Id:Content-Transfer-Encoding:Cc:Date: In-Reply-To:From:Subject:Mime-Version:Content-Type:Sender:Reply-To:Content-ID :Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To: Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe :List-Post:List-Owner:List-Archive; bh=lha03x3eeU6JzVOpC8CIpr//GMeDITaEJDtKSDA9o+4=; b=WwCv40HIpv0glChywojbjQ7DRH r3HyCau9P6VLE79OY4KDOMmSzPy3ETOPwEMADY6jH/Di7wH6v3H0EFbPvtqtGX6wk0tvA4xl9gvl1 CszwBMm0wia2hNjTaDPiiPq9RfpL7LB/qnIRYQCXnb9hujEBkJWMzISCDhCWeNn8r+IY=; Received: from [67.164.173.226] (helo=[10.0.0.12]) by mx1.supremebox.com with esmtpa (Exim 4.89) (envelope-from ) id 1haw1z-0006me-CH; Wed, 12 Jun 2019 00:42:43 -0500 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.11\)) Subject: Re: [QLOGIC patch 2/5] scsi/qla2xxx: Convert to SPDX license identifiers From: J Lovejoy In-Reply-To: Date: Tue, 11 Jun 2019 23:42:40 -0600 Cc: Thomas Gleixner , linux-spdx@vger.kernel.org, qla2xxx-upstream@qlogic.com, QLogic-Storage-Upstream@qlogic.com, GR-Linux-NIC-Dev@marvell.com Content-Transfer-Encoding: 7bit Message-Id: <0B13E6A5-9D3F-47D1-B133-7DA4C8F3CAD9@jilayne.com> References: <20190606205526.447558989@linutronix.de> <20190606214946.585740352@linutronix.de> To: Richard Fontana X-Mailer: Apple Mail (2.3445.104.11) X-Sender-Ident-agJab5osgicCis: opensource@jilayne.com Sender: linux-spdx-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-spdx@vger.kernel.org > On Jun 11, 2019, at 10:32 PM, Richard Fontana wrote: > > On Tue, Jun 11, 2019 at 3:23 PM Thomas Gleixner wrote: >> >> All files in this driver directory contain the following notice: >> >> See LICENSE.qla2xxx for copyright and licensing details. >> >> LICENSE.qla2xxx can be found in Documentation/scsi/. The file contains: >> >> - A copyright notice >> >> This copyright notice is redundant as all files contain the same >> copyright notice already >> >> - A license notice >> >> You may modify and redistribute the device driver code under the >> GNU General Public License (a copy of which is attached hereto as >> Exhibit A) published by the Free Software Foundation (version 2). >> >> This can be replaced with the corresponding SPDX license identifier >> (GPL-2.0-only) in the source files which reference this license >> file. >> >> - The full GPLv2 license text >> >> A redundant copy of LICENSES/preferred/GPL-2.0 >> >> Remove the notices and add the SPDX license identifier GPL-2.0-only to the >> source files. >> >> Finally remove the now redundant LICENSE.qla2xxx file. >> >> Signed-off-by: Thomas Gleixner > > Reviewed-by: Richard Fontana Reviewed-by: Jilayne Lovejoy