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 9AA0AC28CC2 for ; Wed, 29 May 2019 15:34:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 70F4523959 for ; Wed, 29 May 2019 15:34:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725914AbfE2Pej (ORCPT ); Wed, 29 May 2019 11:34:39 -0400 Received: from mail-ua1-f49.google.com ([209.85.222.49]:42448 "EHLO mail-ua1-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726240AbfE2Pei (ORCPT ); Wed, 29 May 2019 11:34:38 -0400 Received: by mail-ua1-f49.google.com with SMTP id e9so1126150uar.9 for ; Wed, 29 May 2019 08:34:38 -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=H7JL6TPKJ9jK+poOjruvbG6TlOIY90+tdnMREw99Zis=; b=b6RzqzBLASFTs7y3SMEtMgy9RtXEL1PidL3/YrwhGbTgz8Eq+95slE+cETFX0YtvvD Rm4UFDb05AvBMEZ5YipngolWVNOeyayB5hItNqqDolySs51t8cs//lECMv92v2Q087tS ds3svOvje8AGguGGQv6/uNRy7F75P1ExJj07WtBj4NJaOXTOC0jqnGTNZJdAUGZbjRTb 86ZV1/GeCEJPi//H+ESrwROP8wr4F4zCOuhyqeBpydggwNJiYLyT3/trp+ZpV8NNfVB8 rXnoYp/W49Zl/d+ZyGguen8GkPg9YIwxcUfDdSipO1Y8xwgziIxiQ2WNlPeIiU/89WCL CBkg== X-Gm-Message-State: APjAAAUK+39+O/bfI9FRVWSPS+10MOMx6IzYbmJ5x3Rnivpt2HE7286M 2WE8Wynk6+bFElRpSmX6vhEjwT+kGgW9PL57x9xIuA== X-Google-Smtp-Source: APXvYqxbQxFq7y+N0OZYbliWzdtFHf1f55LpGl3PnUgZpm26AbfxokLWiWkAjmxrxNkxWoqIFgwnXudS+Yc9oAUDKFU= X-Received: by 2002:a9f:2b0c:: with SMTP id p12mr74282590uaj.143.1559144077375; Wed, 29 May 2019 08:34:37 -0700 (PDT) MIME-Version: 1.0 References: <20190528165704.089944150@linutronix.de> <20190528170026.343113277@linutronix.de> In-Reply-To: <20190528170026.343113277@linutronix.de> From: Richard Fontana Date: Wed, 29 May 2019 11:34:26 -0400 Message-ID: Subject: Re: [Batch 9 patch 05/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 180 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): > > subject to the gnu general public license version 2 > > extracted by the scancode license scanner the SPDX license identifier > > GPL-2.0-only > > has been chosen to replace the boilerplate/reference in 4 file(s). > > Signed-off-by: Thomas Gleixner Reviewed-by: Richard Fontana