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 299DDC04AB3 for ; Mon, 27 May 2019 14:43:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id F00D42070D for ; Mon, 27 May 2019 14:43:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726274AbfE0OnA (ORCPT ); Mon, 27 May 2019 10:43:00 -0400 Received: from mail-ua1-f51.google.com ([209.85.222.51]:33507 "EHLO mail-ua1-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726207AbfE0OnA (ORCPT ); Mon, 27 May 2019 10:43:00 -0400 Received: by mail-ua1-f51.google.com with SMTP id 49so6545778uas.0 for ; Mon, 27 May 2019 07:43: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=/W+48xbjXl8fKhpoYbPSXF6O7G0/hZ7JnDSbPW4K4Y4=; b=Vn3gV5PDc5cTFNeWKQQzfUmeo/BBG1AsRdfoYlUR+MtlMv3PLGPnbitOwgQjqFje9Z kGm14+ExsPkffiqlMQH+yWxoELLP2F6mIIS1S3arq4elx3Kbgmv181gsIso1q5nrDmLq vPqqJSAnDYFR2nBuO55mlvcc/9QS7GZoS43z+ELRm3acN6RYA3QFXb4xwkVladRaoJIP ifdJrOheSbWSgtCRCYaf52b5ybLpcH1BSLKgSvexwtE6kgaGzF72q6zdPXSO1xydoM7X 3UjBDR2FgTswsU+aWdOnAgXLr/NMg2ewLO3Vg1yIxt1wEdixyG/a/hm7KGisJ8KFcoov 3v+A== X-Gm-Message-State: APjAAAUkYoaIlwTIb/Ht7decyyffvKwl1QOggd2CMiwUL9+r4aHx3Lzv nXAxoxnVFBY3hVCfjbALYe+c60Sz9kK6PEH2obc4zLav X-Google-Smtp-Source: APXvYqxzIv26jloIkW/u1PEG7aq5vyyLemkatLQyHVuZRIAXgrIcbU9Il8vtYDD+n78SR6RbtvEHr4w1S4G2KnN9vw0= X-Received: by 2002:ab0:69c8:: with SMTP id u8mr16402813uaq.132.1558968179610; Mon, 27 May 2019 07:42:59 -0700 (PDT) MIME-Version: 1.0 References: <20190527062647.980651098@linutronix.de> <20190527063114.489565842@linutronix.de> In-Reply-To: <20190527063114.489565842@linutronix.de> From: Richard Fontana Date: Mon, 27 May 2019 10:42:48 -0400 Message-ID: Subject: Re: [Batch 7 patch 04/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 129 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:52 AM Thomas Gleixner wrote: > > From: Thomas Gleixner tglx@linutronix.de > > Based on 1 normalized pattern(s): > > this program is free software you can redistribute it and or > modify it under the terms of the gnu general public license as > published by the free software foundation either version 2 or at > your option any later version this program is distributed in the > hope that it will be useful but without any warranty without even > the implied warranty of merchantability or fitness for a particular > purpose see the gnu general public license for more details > > extracted by the scancode license scanner the SPDX license identifier > > GPL-2.0-or-later > > has been chosen to replace the boilerplate/reference in 1 file(s). > > Signed-off-by: Thomas Gleixner Reviewed-by: Richard Fontana