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 DB95FC31E46 for ; Wed, 12 Jun 2019 04:38:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B3F6020896 for ; Wed, 12 Jun 2019 04:38:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729876AbfFLEi3 (ORCPT ); Wed, 12 Jun 2019 00:38:29 -0400 Received: from mail-vk1-f182.google.com ([209.85.221.182]:41065 "EHLO mail-vk1-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729868AbfFLEi3 (ORCPT ); Wed, 12 Jun 2019 00:38:29 -0400 Received: by mail-vk1-f182.google.com with SMTP id l73so2979637vkl.8 for ; Tue, 11 Jun 2019 21:38:28 -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=sZhhKDFtLVGhjf/9PVOibfzC66oshh8JR40SM2ZM+tw=; b=nQ21WzdzIEA+UpH1igPmyprtimDeJDgUAmmbe2XbmW2mN2BXJRbnx5n3w7NYI8aEa2 UJxMHTSpKA22RlqyYvHPDTX0hp4YI2DFWRKL8H/GStXG57Tnave+CEtLKhNI5b7dP8qm iOZ167efvzqxPlDojiIVqXnhXCbvOWUVQ9tuM5PeJEvmG6lP1WEUw9mMp07bA/jaWFym Moglx0gKtzK5QsIkv6OfzkrIFUfx7tpSYRb2Uo+G9u4RfbOmy4GECfYoTDMxR0adkXq7 uHTzUqiDG06wczCWzh5heOkp8lx1+yo0y/OgA7uKmWzBGzkVgP0qiYtfBKIvmmKbqFg1 XmOQ== X-Gm-Message-State: APjAAAXBJyXyGvemvAyB6kb8kgAamKC0OPFg0qMiasCaat5NdFTiigRe zcSHQlDjKFhEnc8Weskow3p3gSXW0L820hzbXWOPmA== X-Google-Smtp-Source: APXvYqwNgFL3r52sUZtv08Z1qzZeuA1IkmA1lrB6qhMROIyzuMrkM2aG4V/j5edsF4B0EvW5gzOCQAcJPziAUObHkfQ= X-Received: by 2002:a1f:200b:: with SMTP id g11mr2356202vkg.26.1560314308261; Tue, 11 Jun 2019 21:38:28 -0700 (PDT) MIME-Version: 1.0 References: <20190606205526.447558989@linutronix.de> <20190606214946.452446121@linutronix.de> In-Reply-To: <20190606214946.452446121@linutronix.de> From: Richard Fontana Date: Wed, 12 Jun 2019 00:38:17 -0400 Message-ID: Subject: Re: [QLOGIC patch 1/5] scsi/qla4xxx: 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.qla4xxx for copyright and licensing details. > > LICENSE.qla4xxx 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). > > - The full GPLv2 license text > > 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.qla4xxx file. > > Signed-off-by: Thomas Gleixner Reviewed-by: Richard Fontana