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.8 required=3.0 tests=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 6CD71C31E48 for ; Wed, 12 Jun 2019 04:35:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5384C208CB for ; Wed, 12 Jun 2019 04:35:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729856AbfFLEfP (ORCPT ); Wed, 12 Jun 2019 00:35:15 -0400 Received: from mail-vs1-f45.google.com ([209.85.217.45]:35500 "EHLO mail-vs1-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725613AbfFLEfP (ORCPT ); Wed, 12 Jun 2019 00:35:15 -0400 Received: by mail-vs1-f45.google.com with SMTP id u124so9421295vsu.2 for ; Tue, 11 Jun 2019 21:35:14 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=wLMCJS2+kAUo9KtjZ92htUxQouCcWwg3yydhBnzscPQ=; b=q6DepOzl0LWRpM0S6xNL7HEswyvW0fF1OGOOKeH3E7R84dNhSk1prNgRaqjgbha5YL JBHhNonyr7YVFZmZBoah2PCQDKTZpvOSu9g8ZeygVQCfX7gjRULSlNtFOarwzLeNPbDQ 1aMrGmg3EADPmU9z7IDZmgsyIDkLoj8FXEgq3AIGkKsmv/kH/C2PLj/mckM0BZcyncpY meiuduRPdE/ub8KcwUVSAhG5vs7+zEqrORssXrNyJerNfc3u8eSeBuVwOgIl5AidUVqR GX9r4PErGD1HjkhNl9Ni/VamOgSxBSLOOwj492mMhI8lblBJLrnn3SnfQrFRoZfq8KZC CARg== X-Gm-Message-State: APjAAAXN73A6R/m5imM/gehncAUkHdl8a4vw7GQdcPrzymyta1Y/OmJm 5ZhaWbhNoDbWxoplwweeL3EkmhAZGWWiSkp0Z4Qo8YTN X-Google-Smtp-Source: APXvYqz7tvA0/vd6TVy1HPggEHDFU/Lt17nGTyc5f/FqDhvtIny80xkzBCuE2mBeMw5fr5X1UlVOWtL1/EvIa/RhthU= X-Received: by 2002:a67:8c84:: with SMTP id o126mr14882781vsd.122.1560314114358; Tue, 11 Jun 2019 21:35:14 -0700 (PDT) MIME-Version: 1.0 References: <20190606205526.447558989@linutronix.de> <20190606214946.703345881@linutronix.de> In-Reply-To: <20190606214946.703345881@linutronix.de> From: Richard Fontana Date: Wed, 12 Jun 2019 00:35:03 -0400 Message-ID: Subject: Re: [QLOGIC patch 3/5] net/qlcnic: Convert to SPDX license identifiers To: Thomas Gleixner Cc: linux-spdx@vger.kernel.org, qla2xxx-upstream@qlogic.com, QLogic-Storage-Upstream@qlogic.com, GR-Linux-NIC-Dev@marvell.com Content-Type: text/plain; charset="UTF-8" Sender: linux-spdx-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-spdx@vger.kernel.org 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