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 C7BE8C04AB3 for ; Mon, 27 May 2019 13:58:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 85D1620717 for ; Mon, 27 May 2019 13:58:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726114AbfE0N6T (ORCPT ); Mon, 27 May 2019 09:58:19 -0400 Received: from mail-vs1-f42.google.com ([209.85.217.42]:36569 "EHLO mail-vs1-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726071AbfE0N6T (ORCPT ); Mon, 27 May 2019 09:58:19 -0400 Received: by mail-vs1-f42.google.com with SMTP id l20so10596582vsp.3 for ; Mon, 27 May 2019 06:58: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=yeQiayUm048qDjmPtVH/PMH+kzcm3DDTzanAeVdpKU0=; b=BbvPpWstVSIteXy5pVtlXyEq+eYmw0Er4HO8naONXAZ9qCzM5l3bnlo5H7aOr5VqSH POVziTi+cIcMMUq8TRlezmqzLuuM+lbkVAVgL7l2ZIlOBajZMsshfXo8SzAxyPN3hzoF LMMhygw9d8MaLUTJJctDDlWpmqa7x93KqVIDrT8sDIS5wEdh5SBe7Au4ECA7Xe9yb13v P1nRZTqRofDQ2gZlyM0xcnEB+LOCgwRf7tW9uP94cMIHEPcsIvDTtQuwM/nRhNO5TYw+ lpNci+R93fz3JnO6mhs8czq4WfkA2qKN/ALQWhBEj6p7TXltLzN1Caar16iVyS3kszx0 R/KQ== X-Gm-Message-State: APjAAAVwUBK3DX+Rd48GLPjZPteTzqbIGBFcJcDmrc6PFnmp0MxCzJsk 48nGbkStH64eK38xBwcsivsPdESpLe0CcF7x7/QRvQ== X-Google-Smtp-Source: APXvYqyWMIcZAj5PeTQMneZIX/bFxgyhC8R47Fo91qxUQWXHBvdCvZ9ur3dLUzOOlMZkU8Ez9swL0yfUtqHVC/EsAtg= X-Received: by 2002:a67:eb13:: with SMTP id a19mr58559163vso.233.1558965498144; Mon, 27 May 2019 06:58:18 -0700 (PDT) MIME-Version: 1.0 References: <20190527065459.647681500@linutronix.de> <20190527070034.307127850@linutronix.de> In-Reply-To: <20190527070034.307127850@linutronix.de> From: Richard Fontana Date: Mon, 27 May 2019 09:58:07 -0400 Message-ID: Subject: Re: [Batch 8 patch 19/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 171 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): > > this program is free software you can redistribute it and or > modify it under the terms of the gnu general public license version > 2 as published by the free software foundation 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 you should have received a copy of the gnu general > public license along with this program if not write to the free > software foundation inc 59 temple place suite 330 boston ma 02111 > 1307 usa > > extracted by the scancode license scanner the SPDX license identifier > > GPL-2.0-only > > has been chosen to replace the boilerplate/reference in 1 file(s). > > Signed-off-by: Thomas Gleixner Reviewed-by: Richard Fontana