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 B4489C31E46 for ; Wed, 12 Jun 2019 05:34:41 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6B9A9206E0 for ; Wed, 12 Jun 2019 05:34:41 +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="K3SyCwB1" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729988AbfFLFel (ORCPT ); Wed, 12 Jun 2019 01:34:41 -0400 Received: from mx1.supremebox.com ([198.23.53.39]:60337 "EHLO mx1.supremebox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726593AbfFLFel (ORCPT ); Wed, 12 Jun 2019 01:34:41 -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=ugd0mXmrZIVHZwlEFbo2lBYf/fWoxtLlnSs0siQyF/Y=; b=K3SyCwB1grwFziHF7jkq4+z/v1 X5SLdE5WEZ3km29Yj2y7+893c2xmE01YOlY8WB4cvAnuc6zYgcOdIei7oISg7KlKmZPK0XKMe2rB2 4+2G2JDcAA9U1B6FMvM5mrgqx8Q2wVjeqo3wQyETbF5d49klapAt++VWztV5sDsl3X2k=; Received: from [67.164.173.226] (helo=[10.0.0.12]) by mx1.supremebox.com with esmtpa (Exim 4.89) (envelope-from ) id 1havu8-0007ht-Sb; Wed, 12 Jun 2019 00:34:37 -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 3/5] net/qlcnic: Convert to SPDX license identifiers From: J Lovejoy In-Reply-To: Date: Tue, 11 Jun 2019 23:34:35 -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: References: <20190606205526.447558989@linutronix.de> <20190606214946.703345881@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:35 PM, Richard Fontana wrote: > > On Tue, Jun 11, 2019 at 3:22 PM Thomas Gleixner wrote: >> >> All files in this driver directory contain the following notice: >> >> See LICENSE.qlcnic for copyright and licensing details. >> >> LICENSE.qlacnic can be found in >> Documentation/networking/device_drivers/qlogic/. 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.qlcnic file. >> >> Signed-off-by: Thomas Gleixner > > Reviewed-by: Richard Fontana Reviewed-by: Jilayne Lovejoy