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=-4.0 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 4B1E4C28CC0 for ; Wed, 29 May 2019 18:15:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 2140E24049 for ; Wed, 29 May 2019 18:15:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725990AbfE2SPX (ORCPT ); Wed, 29 May 2019 14:15:23 -0400 Received: from mail-ua1-f54.google.com ([209.85.222.54]:41854 "EHLO mail-ua1-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725917AbfE2SPW (ORCPT ); Wed, 29 May 2019 14:15:22 -0400 Received: by mail-ua1-f54.google.com with SMTP id n2so1381055uad.8 for ; Wed, 29 May 2019 11:15:22 -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=JIDlWv+2oqLK1ssTNhXmsXYplhp7EqPBnZy3p78b9wQ=; b=hDfrCU1l0oa0ZcEuTFFV0v9BOMAuosjBsPq2b72dlZxM4psr9tCAIRz97D8nJDIHfu k4y9Pk6cRiao5LLX3oPWzSDryHuEF7a9oTKtWn1vpLjil4NHELtLifAP1AZQ+X+BdcRv RvlzcmIqurLZ36wtB1GYJkgMADFVfIleVPLALoQQHbCmMcm0f8qIBmKfYKGE2n03QPxn qZpKCydJI5UKf2EfU6E12N2+g1mox3vE2NDC+MQyzRXR9bn9ly9mYTcrZnwlyUMPK+qS XWha0oE7TRhClB/MyhBo8qX+Qkqjkee+zZw3b7WLj+GmHRPtIJqTOdHSqs87s4od/P35 g4Kw== X-Gm-Message-State: APjAAAV1Lx9EzK8Zn+uVtPDJzj3OwAWIEnBMqyNea/4Td1YDX3uE7B7K twbsP1n8v+y1tvEbtLb5z5/P/BZqraTVBTvjtXka0Br8S0c= X-Google-Smtp-Source: APXvYqw8IDAgyvMyI2jfxjlOwm3/axrmLrszUtsNvQpZ03MpxBftfz85QNs/9EYBhlnls7hIHXG6H1yy+lYLiA4CFKM= X-Received: by 2002:ab0:1586:: with SMTP id i6mr46434645uae.69.1559153721845; Wed, 29 May 2019 11:15:21 -0700 (PDT) MIME-Version: 1.0 References: <20190529141224.009795289@linutronix.de> <20190529141333.861653206@linutronix.de> In-Reply-To: <20190529141333.861653206@linutronix.de> From: Richard Fontana Date: Wed, 29 May 2019 14:15:10 -0400 Message-ID: Subject: Re: [Batch 11 patch 15/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 265 To: Thomas Gleixner Cc: linux-spdx@vger.kernel.org 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 Wed, May 29, 2019 at 10:22 AM Thomas Gleixner wrote: > > From: Thomas Gleixner tglx@linutronix.de > > Based on 1 normalized pattern(s): > > this program is free software you can redistribute it and or modify > it under the terms of the gnu general public license as published by > the free software foundation version 2 of the license this driver is > distributed in the hope that it will be useful but without any > warranty without even the implied warranty of merchantability or > fitness for a particular purpose see the gnu general public license > for more details you should have received a copy of the gnu general > public license along with this software if not see http www gnu org > licenses > > extracted by the scancode license scanner the SPDX license identifier > > GPL-2.0-only > > has been chosen to replace the boilerplate/reference in 8 file(s). > > Signed-off-by: Thomas Gleixner Reviewed-by: Richard Fontana