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 5D5DCC04AB3 for ; Mon, 27 May 2019 13:45:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 299B82081C for ; Mon, 27 May 2019 13:45:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726115AbfE0Npw (ORCPT ); Mon, 27 May 2019 09:45:52 -0400 Received: from mail-vs1-f44.google.com ([209.85.217.44]:44984 "EHLO mail-vs1-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726108AbfE0Npv (ORCPT ); Mon, 27 May 2019 09:45:51 -0400 Received: by mail-vs1-f44.google.com with SMTP id w124so10530711vsb.11 for ; Mon, 27 May 2019 06:45:51 -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=XnXjiUa6WHcALNJFZHdr6sDQ/iqIcHrxyeRcMB9PJ2A=; b=lyEeiv9wkadjcrFWwIi8VahVU5mC6WqFDkiMpkJnQ29h+c+Cbd5j9y/V02WMKQiGia 4DYOTYEIkCPvEIYbjLCg3holTqQlbNr3JqWhDn/K4hOWdTPRJoWNljftxyPL643IC1eb rAOxnVe1u3lpqstsS+oNsvXW2UcpAh1AY7dMXGksvr5rtY0562bY5dMVoTVrx97xIywI 1uBc+vhTdIFfACZGRRRArbSAMkWDddImvhiVbt8vSk5WN+3ZCs5K1tIsi7jBVh2Bslil NWaADvgO35OM3CRBsXGxgDVS7rXSpc4z466slgjKjXhFZQglItvFtPpqN2Ua76ImsEA5 7eEA== X-Gm-Message-State: APjAAAWtn9oAKEnkGgY9R6+oA6OVAH1AwKYAK4zkJ30sdVZeurPStY8F Z5no3elxqOZXz9yuHrhM1u2TisXjO1CDg/5xM1ejxlyP X-Google-Smtp-Source: APXvYqx+Rj600tFNszBsTG+z3HCCIbFIsOIfKApByfD+7jk4AGSMmZ9fIV5aXwRnF/Lcp19HNrtgyr5T1MpZ6y/78LU= X-Received: by 2002:a67:eb13:: with SMTP id a19mr58469499vso.233.1558964750778; Mon, 27 May 2019 06:45:50 -0700 (PDT) MIME-Version: 1.0 References: <20190527065459.647681500@linutronix.de> <20190527070034.216732358@linutronix.de> In-Reply-To: <20190527070034.216732358@linutronix.de> From: Richard Fontana Date: Mon, 27 May 2019 09:45:39 -0400 Message-ID: Subject: Re: [Batch 8 patch 18/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 170 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 Mon, May 27, 2019 at 5:53 AM Thomas Gleixner wrote: > > From: Thomas Gleixner tglx@linutronix.de > > Based on 1 normalized pattern(s): > > this file is release under the gplv2 > > extracted by the scancode license scanner the SPDX license identifier > > GPL-2.0-only > > has been chosen to replace the boilerplate/reference in 1 file(s). > > Signed-off-by: Thomas Gleixner Reviewed-by: Richard Fontana