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 CE22DC31E46 for ; Wed, 12 Jun 2019 04:24:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9F8A020874 for ; Wed, 12 Jun 2019 04:24:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729532AbfFLEYS (ORCPT ); Wed, 12 Jun 2019 00:24:18 -0400 Received: from mail-ua1-f46.google.com ([209.85.222.46]:36518 "EHLO mail-ua1-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729529AbfFLEYS (ORCPT ); Wed, 12 Jun 2019 00:24:18 -0400 Received: by mail-ua1-f46.google.com with SMTP id 94so5407826uam.3 for ; Tue, 11 Jun 2019 21:24:17 -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=t4nkUYxtXALKny/Lt+wA8Feu7u4UaDtzbPSiesuy/tM=; b=BWb33aAF2mbrY5K5nQelUhvLzzOMOafJOpp+bSEukO7Kivm4DtIaukGT53NcyRHYLh R0PzyshMN0Y7G8nMLzUQSIjuaV2HOzkcqxU7vGaLcU3E8Vq5pyaywGUyF8VbfLJs8PF3 WT/Jm8PwnjojTaXpDvy4B5/u2H46/u8rkn6DuJPEm1to4m0GRW75FRi49xZGfZ1H7EF4 Tn80n44/+o2VyoZGr2m6FzRvklf30ujp1DwhUltro2NDCxqKlv1z4ClWZOAqLHK/4fW9 PQBz0w7svyHDdd1j49bZQpe78lSAyZKUJ6kUFvMKVzVNCeKy9srHuCKVMtd2VLpQawcr +czw== X-Gm-Message-State: APjAAAWxHbVkCD0lWdJERBGCqCBRaXoJ2eu9I6SB25uZIDhjLOn6xDGp Nkk0yXUJ8bmq/yUsEI4HhURM1GAwmfb+iiynJTDlrQ== X-Google-Smtp-Source: APXvYqzXqfyFBCSuUforAAzZYFSeOPx4dz5TrHABS93/2+cz+9mcj+L0yksDc9catATGhRp/VoiHWXsrmUsT+eRadaM= X-Received: by 2002:ab0:69c8:: with SMTP id u8mr3053681uaq.132.1560313457292; Tue, 11 Jun 2019 21:24:17 -0700 (PDT) MIME-Version: 1.0 References: <20190606205526.447558989@linutronix.de> <20190606214946.837154720@linutronix.de> In-Reply-To: <20190606214946.837154720@linutronix.de> From: Richard Fontana Date: Wed, 12 Jun 2019 00:24:06 -0400 Message-ID: Subject: Re: [QLOGIC patch 4/5] net/qlge: 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:23 PM Thomas Gleixner wrote: > > All files related to this driver contain the following notice: > > See LICENSE.qlge for copyright and licensing details. > > LICENSE.qlge 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.qlge file. > > Signed-off-by: Thomas Gleixner Reviewed-by: Richard Fontana