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,URIBL_BLOCKED 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 0F821C28CC0 for ; Wed, 29 May 2019 15:31:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D77202183F for ; Wed, 29 May 2019 15:31:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726112AbfE2PbA (ORCPT ); Wed, 29 May 2019 11:31:00 -0400 Received: from mail-ua1-f54.google.com ([209.85.222.54]:46272 "EHLO mail-ua1-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726062AbfE2PbA (ORCPT ); Wed, 29 May 2019 11:31:00 -0400 Received: by mail-ua1-f54.google.com with SMTP id a95so1109565uaa.13 for ; Wed, 29 May 2019 08:31:00 -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=79676fPt7Gxhk2WG4n+MEZv4S931KlZ1yKCwhBmHB8s=; b=CpPfzzBoxQww8IDgNBeSZ7ybTLprD/4eIqUEVGw+XUWPU0rBLIVhCCPPQvB/JpZKWt W7+6l3ejlE4l209gSiUXpzey77Jz6GB5zbvD4jwBbn0hKNFbPfRybNl/Ikyi55lFVv7B lphHty8WQR77/t7ZTY9p+oFNNf4ESYgSCd2J7dll/NoPcvmUYYv0M5d///X8On68xkOM 32qu+PUVjKgv36dLookgI3Kq4iPGks3Pd/sNve48z+EBmo8MZ66XXvObLy2RtDZyOXIr kBG2zcUknpoQRUwxEebAgvjcEp+CPGm4wZamb6gzQxoikU+bSAt6wTP3UP3qmcCXHq5o OWkg== X-Gm-Message-State: APjAAAVlLtny+lg7aZdAoGj+zhj6m8PCuQi4Kv9wgbuK9aTgwKCSy6ek nBmom7U5Ws0m6zxH/bjETjnOFnYGccWxx5LE1eGU5xNE X-Google-Smtp-Source: APXvYqwwlpfY/c2C59Q4pFg0OE3iFDvSHzIDUC2JbQsXEOTeD/C6t2VkoK33BTA96QiquG+gpnUE0JDVFQUfQt8o+uo= X-Received: by 2002:ab0:1586:: with SMTP id i6mr45588998uae.69.1559143859371; Wed, 29 May 2019 08:30:59 -0700 (PDT) MIME-Version: 1.0 References: <20190528165704.089944150@linutronix.de> <20190528170026.071193225@linutronix.de> In-Reply-To: <20190528170026.071193225@linutronix.de> From: Richard Fontana Date: Wed, 29 May 2019 11:30:48 -0400 Message-ID: Subject: Re: [Batch 9 patch 02/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 177 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 Tue, May 28, 2019 at 1:16 PM Thomas Gleixner wrote: > > From: Thomas Gleixner tglx@linutronix.de > > Based on 1 normalized pattern(s): > > licensed under the gpl 2 > > extracted by the scancode license scanner the SPDX license identifier > > GPL-2.0-only > > has been chosen to replace the boilerplate/reference in 135 file(s). > > Signed-off-by: Thomas Gleixner Reviewed-by: Richard Fontana