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 68F1FC04AB3 for ; Mon, 27 May 2019 15:07:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 39CEA217F4 for ; Mon, 27 May 2019 15:07:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726297AbfE0PHg (ORCPT ); Mon, 27 May 2019 11:07:36 -0400 Received: from mail-vk1-f170.google.com ([209.85.221.170]:34691 "EHLO mail-vk1-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726115AbfE0PHf (ORCPT ); Mon, 27 May 2019 11:07:35 -0400 Received: by mail-vk1-f170.google.com with SMTP id d7so3916371vkf.1 for ; Mon, 27 May 2019 08:07:35 -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=xMGwcErkj2iQBd3h8JLb1cFwGCd8GNKq9RsYIYGI/So=; b=E7hWZpAL1Un5aQwn3zVvcGo+k9s1GN73l6Hlk42PKfBM9LHvNyLagKqFcPwILou2Kg O6dc0FBNVhznP5fnNVSpZ6CAa9CRTVPEiL84JV9PZoS83Id9h4eP1RZu9Opz0InTGK6r OFN9qzsHGREwawX0HVCTF9DN156tAkckYdpJaUx2+ifzYP3N26g8XIiOX+rLwHXsfBME WWLEoxlvKAYgFSr4O7fYoVApo5zItQBkg4x9x1ZE+r+F8ZliUZDtXV+nlMek8zJx2bav TbaCZMDnjIsENcpyamA/bY+9Uxjyxj1FaWnDf4G+V0NBnI5ixmaNOicqVX8CbGnZzTDu rVrA== X-Gm-Message-State: APjAAAWeIKdeS+CDkxmQpLPJwNx83UsTQU6kKlduOZa0OOXC7/azpzUN IAge5+HbgKBv1JJu3BRz9s7+VjOx7Aik+202vE81Cnd8 X-Google-Smtp-Source: APXvYqy/It5mi0i3WEZvpJfthYRvwgQ2qREZidYxvqUeISHe2gem/g7OvPvN24iR/J3akA0TUd+QoqV6zO12DJJNGps= X-Received: by 2002:a1f:bd13:: with SMTP id n19mr3934965vkf.17.1558969654912; Mon, 27 May 2019 08:07:34 -0700 (PDT) MIME-Version: 1.0 References: <20190527065459.647681500@linutronix.de> <20190527070034.575739538@linutronix.de> In-Reply-To: <20190527070034.575739538@linutronix.de> From: Richard Fontana Date: Mon, 27 May 2019 11:07:24 -0400 Message-ID: Subject: Re: [Batch 8 patch 22/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174 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 > > extracted by the scancode license scanner the SPDX license identifier > > GPL-2.0-only > > has been chosen to replace the boilerplate/reference in 655 file(s). > > Signed-off-by: Thomas Gleixner Reviewed-by: Richard Fontana