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 58D6CC04AB3 for ; Mon, 27 May 2019 14:52:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 30629206BA for ; Mon, 27 May 2019 14:52:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726733AbfE0Owd (ORCPT ); Mon, 27 May 2019 10:52:33 -0400 Received: from mail-ua1-f46.google.com ([209.85.222.46]:40676 "EHLO mail-ua1-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726545AbfE0Owc (ORCPT ); Mon, 27 May 2019 10:52:32 -0400 Received: by mail-ua1-f46.google.com with SMTP id d4so6538543uaj.7 for ; Mon, 27 May 2019 07:52:32 -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=2WQX7k7FyMr7b8/ie5kQ/VZcWJs19Dgtro6B4b9cJAo=; b=s/0tY3OFkpCyXMmuRGpFTFBLWbgwaH0MxpFWWyPxTNUBUqEoywVrtcTuPPah/ST2it 7UxZYdZP7HC1xLPWXveHMWKe3pAQ8ozQN3Q6AG3XU36TnIhAP5INtLK1fWS6UuM1g7Fk vHekjPF2+PiN+oG73l6z5mjLwlwxh1tNVN9JodxkG4UCB3CMnF4Tugz06KsIWYfOetkm le4tsvJlM0ssib+eCSq+4Zn7BGFP4Aq2k8vefjYB/Wja4ooyQQHfBx9TrpWiKyjNC4OR 4OxSsnz5BhWEIdNDgZbEbv7VEUCaSvJbkmuKt+HCOb8xNaMdPIxCHzyk88eumcCr+4Ok HFuw== X-Gm-Message-State: APjAAAVSsKBNZxu2ATaFWIpagLU8+zQ3YEaAMSJHWWsQaDQ+2Cik3jC2 zVwZNYlDB78a0bwTFB3cOrMOz7CnX/+9Sb42EVVlqw== X-Google-Smtp-Source: APXvYqxIliFi98UWaIrcYIt/DLzgAZlvAfCMJFZNBN3GAaSJAIOLHIsRU2JS9Idhd0EjWVKT0E/P/xi05YWOIUJXJ48= X-Received: by 2002:a9f:270a:: with SMTP id a10mr7253618uaa.94.1558968751884; Mon, 27 May 2019 07:52:31 -0700 (PDT) MIME-Version: 1.0 References: <20190527062647.980651098@linutronix.de> <20190527063115.332975018@linutronix.de> In-Reply-To: <20190527063115.332975018@linutronix.de> From: Richard Fontana Date: Mon, 27 May 2019 10:52:21 -0400 Message-ID: Subject: Re: [Batch 7 patch 13/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 138 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 of the license or any > later version > > 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