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 A5687C04AB3 for ; Mon, 27 May 2019 14:26:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 861642182B for ; Mon, 27 May 2019 14:26:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726206AbfE0O03 (ORCPT ); Mon, 27 May 2019 10:26:29 -0400 Received: from mail-vs1-f42.google.com ([209.85.217.42]:33745 "EHLO mail-vs1-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726115AbfE0O03 (ORCPT ); Mon, 27 May 2019 10:26:29 -0400 Received: by mail-vs1-f42.google.com with SMTP id y6so10661938vsb.0 for ; Mon, 27 May 2019 07:26:28 -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=LkQbAIAv5JLEszkqezs+5zrbezKeYdjrYJLUtf7dMHM=; b=IuR+qjVEygYLyWd8HSSt9Ml7usgyOtvypdVmdAmog0FnGFsY8mWVoWi1udCjmstOIb L4T1LLADOgPcibL7hLR69S7aVY5Q/dAkjU//KIvjLKKQ4GbGpP93NKMxdKtaW32f2tt2 0xV2VRA/QAou5DGX0CVmkkGVbbVCIKKUXg6U8gnf65NySWwI6M69eDCzqYC6uA63uSrT eEU7pDmxJOKSKS2niJ3ebNSFAoW1sSFUwvvg+czFaEb5Auw/g6i26AahlA+6MPGhZ42O eTMh54FZT0qJP2sS/Drk9RL8qHhJ5JEGKNIIa8Ehm3YJ9P1TiL0NkcTjt3t+syyNe7Ad I3qw== X-Gm-Message-State: APjAAAW2qjSTJ8g+tiGq6DOG3w6YadQHUo9WdaBgPdTTmpzMJEsUs/BV l4Vjh7MI0aQ2KSmdceo0lDhaUGhyfcw96gh2WseqMYuX X-Google-Smtp-Source: APXvYqwds5Z7TY9RAxdCw9HZbjGY+q4EK6EKLecJzs/s7w3+unp6R1qD0To/Z/ygKBC203tddDjBWshaopn0fDcJPR8= X-Received: by 2002:a67:f8cf:: with SMTP id c15mr27224808vsp.174.1558967188184; Mon, 27 May 2019 07:26:28 -0700 (PDT) MIME-Version: 1.0 References: <20190527062647.980651098@linutronix.de> <20190527063116.325431220@linutronix.de> In-Reply-To: <20190527063116.325431220@linutronix.de> From: Richard Fontana Date: Mon, 27 May 2019 10:26:17 -0400 Message-ID: Subject: Re: [Batch 7 patch 24/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 149 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 the gpl 2 or later > > extracted by the scancode license scanner the SPDX license identifier > > GPL-2.0-or-later > > has been chosen to replace the boilerplate/reference in 82 file(s). > > Signed-off-by: Thomas Gleixner Reviewed-by: Richard Fontana