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 492DFC04AB3 for ; Mon, 27 May 2019 15:05:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1FD1A2182B for ; Mon, 27 May 2019 15:05:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726115AbfE0PFS (ORCPT ); Mon, 27 May 2019 11:05:18 -0400 Received: from mail-ua1-f49.google.com ([209.85.222.49]:42422 "EHLO mail-ua1-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726094AbfE0PFS (ORCPT ); Mon, 27 May 2019 11:05:18 -0400 Received: by mail-ua1-f49.google.com with SMTP id e9so6547017uar.9 for ; Mon, 27 May 2019 08:05:18 -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=Wi0dfotiexGxIPN8ZgiOdMpb3gqFsg9Zd9PbDrtFI+s=; b=PlhR053opVJ9G2+U/D8lKVW272I/ZXd1owmaUYIQmDCCE1Xg0VvO9LuCROOXzU3B7r k1O4fo/xkTAM88QE7O/RsgMxDN91gIBKEVhy/36njaoj651ruCzrEhSB1sbxePCbqsYX ILVhaFfLnqDfmm+7m0Z1XZ5imI/3px2XD7EFyesyG4ROOzonRN8oqrZ3rkTv6HRrgnXP 3OHPUwl4JVy/+i4OaE8Wmkgc/hIavvLqRuJ0bWRRmrXeo8pfHOKoY57CRtqEuxdL8hSw GVq0sTNjJfYPsrm9/4EdujR82q7VarUMusRrTPr3OJnivbHWNslktLh8XaSMEV1dfZnE LCiA== X-Gm-Message-State: APjAAAXD8334Nq8590+lT4lUiCzD0x2ySIoFJzobnvvEjrLTDTOvhu2e 5RZOvj7n8aRqsDY74+c/0uhMkFJOtSUrYmREXYtRTIVj X-Google-Smtp-Source: APXvYqzFANfY+eqKsQWyVU5VOYVOu8WitjfayB7nH2F03nr99e47NBN/CDuNVN7EEFFc/Vf3daYJGarNd9/zohvZcLU= X-Received: by 2002:ab0:69c8:: with SMTP id u8mr16556865uaq.132.1558969517823; Mon, 27 May 2019 08:05:17 -0700 (PDT) MIME-Version: 1.0 References: <20190527065459.647681500@linutronix.de> <20190527070033.838202816@linutronix.de> In-Reply-To: <20190527070033.838202816@linutronix.de> From: Richard Fontana Date: Mon, 27 May 2019 11:05:06 -0400 Message-ID: Subject: Re: [Batch 8 patch 14/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 165 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): > > licensed under gpl version 2 only > > extracted by the scancode license scanner the SPDX license identifier > > GPL-2.0-only > > has been chosen to replace the boilerplate/reference in 3 file(s). > > Signed-off-by: Thomas Gleixner Reviewed-by: Richard Fontana