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 9EEE4C31E46 for ; Wed, 12 Jun 2019 04:32:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 80DAE20874 for ; Wed, 12 Jun 2019 04:32:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729529AbfFLEcs (ORCPT ); Wed, 12 Jun 2019 00:32:48 -0400 Received: from mail-ua1-f46.google.com ([209.85.222.46]:38318 "EHLO mail-ua1-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729517AbfFLEcr (ORCPT ); Wed, 12 Jun 2019 00:32:47 -0400 Received: by mail-ua1-f46.google.com with SMTP id j2so5412302uaq.5 for ; Tue, 11 Jun 2019 21:32:47 -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=ZnCpGArNSYp1EYVWuiFwgvCRv9dIZp1OnFwVGsa/S+w=; b=QRlEZSM0/hA1LyWH9crXzlsKppor+7JVYzmLf8p259KWk5xrui+DtMxpOLBHJPMjsk e6eUPRVegCaojMBqi9z4tbfwP5lS1MCPfvjckQKJbyB8oXvusvJtzpwQbRBK6J9Jc0Wy gB57f3O5xgbbSNjWD5AUWnpiPDE+b1qpXvKaYjQvktJI4QV2spfC0ulnp7aiI345srP2 YJUjhUw7rTRMWO/BSMNJ691ciy1d3f7QzNpHHe1XdGnVS0RbJTqNNoEiPfPbrZ33bh/p k1jz46ucvY82on7xxaQOqn0iR5yTyXTWAAEDPS5CTDcQ4xDdQ6c7p3P0lBFOjawP8szq Ka3Q== X-Gm-Message-State: APjAAAXlTU1xuprRjZKMnZGY//t5T+IIBoEIMLvOM77pvE687XXE+i0Q 4phzIghNMk3U1rm++dmf1pUxozljce9j3l+TcX9ZKw== X-Google-Smtp-Source: APXvYqxfxUZNyleEo2MlvoRK6SCKh9GmT0GjKMTJ1C8dKh53+DjvTdXuhUzVB8qmI3q/CQUGmFCRwJFnwGJMW8164as= X-Received: by 2002:ab0:4001:: with SMTP id h1mr20949063uad.94.1560313966526; Tue, 11 Jun 2019 21:32:46 -0700 (PDT) MIME-Version: 1.0 References: <20190606205526.447558989@linutronix.de> <20190606214946.585740352@linutronix.de> In-Reply-To: <20190606214946.585740352@linutronix.de> From: Richard Fontana Date: Wed, 12 Jun 2019 00:32:35 -0400 Message-ID: Subject: Re: [QLOGIC patch 2/5] scsi/qla2xxx: 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 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