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.1 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,T_DKIMWL_WL_HIGH,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 1B02CC28CC0 for ; Thu, 30 May 2019 13:07:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D5DDA258EC for ; Thu, 30 May 2019 13:07:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1559221641; bh=8EXc2xk0nhRseeMG46HyacrzC83XQn+YBIx0KgXtKvU=; h=References:In-Reply-To:From:Date:Subject:To:Cc:List-ID:From; b=Hjucbeesk6SFobbnEzZ16se3H44cHQd2VLiSqL2tDx2Y9RNZpvavMDJp2GPPhnqm6 t1799L8x660Q80FC2QYWksiKRhuDGHocirHNUNHZ2yaZ1aDCtyDNf8nhQ+ubfigpln E4HnmJDBAvOBvXJ/z/PWfHORiwR21HQ8DRdkCuME= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726079AbfE3NHV (ORCPT ); Thu, 30 May 2019 09:07:21 -0400 Received: from mail-lf1-f49.google.com ([209.85.167.49]:34632 "EHLO mail-lf1-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726031AbfE3NHV (ORCPT ); Thu, 30 May 2019 09:07:21 -0400 Received: by mail-lf1-f49.google.com with SMTP id v18so4984009lfi.1 for ; Thu, 30 May 2019 06:07:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=Tzq5uMrtOq8ncVDHxrtjfPKiOkWUOavp4VLMVQ9cf9w=; b=hnmHXWyEviTGgAv6uokR/WDru2JtjxvGyfo8+1qW3Heqve3xKJNLMdJj0cM8CSTcrW DUZDqzzguH9dqEbka05B44L/KSZUkT5p6Zu1Q+MXP2T9HKemrZ+xDroVXNpIr3o70Q3l TvfAMrrJ+aWboXFFdHgmAMT9i9ROa1xk4unBU= 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=Tzq5uMrtOq8ncVDHxrtjfPKiOkWUOavp4VLMVQ9cf9w=; b=jcUC50jki+LZZDHYe+1wTEry/PpPS9OS8xZrs0z4FDKq01OC+unlAz7yrh0AyAmnDO CBYGNeglFfUFqyO5GwR7xcfa6QQaTRlvi51OVPuc1QfzfxKvJdtxHwFhvM33nyhekz8J ZrWbcCNE/zBfUxJ5PyMWyX+bC0k4T3iATPmdXwYgAG3Z6Iryz463B4jR011FfPP7cVBE rvteNBqcn2A9tEnPzxBOB5XrwfZcpjlArQrKhvIs6JvL5hG67BGuVq0gqtygFl2u3jHX Sw57QZIub1jePfGUaYoGnxy0LgN4gDmhUpxLepWeBPrnsmlhLuLIpVu9c1lyvT5NCGsF fZkg== X-Gm-Message-State: APjAAAWrpaJlnNkBc+/SQbPU6Ka5gm2yfPRs+Y3dtIZGTFQzNloRF6bK IlQml/K/AN01qd9qwXqOjrmBEF8t+NB5kPD1oyHMCg== X-Google-Smtp-Source: APXvYqwmqk/Ewsy+NUdsO9Cz7AHu2V2B0ZVvblTWb5V8mRSOx6CUtCfF7UMe+xgREsGejRB3hbUeCykPsYa2CjmjeFI= X-Received: by 2002:a19:740b:: with SMTP id v11mr2067489lfe.103.1559221639363; Thu, 30 May 2019 06:07:19 -0700 (PDT) MIME-Version: 1.0 References: <20190529235716.581218785@linutronix.de> <20190530000435.636161379@linutronix.de> In-Reply-To: <20190530000435.636161379@linutronix.de> From: Kate Stewart Date: Thu, 30 May 2019 08:07:07 -0500 Message-ID: Subject: Re: [Batch 13 patch 23/48] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 324 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 Thu, May 30, 2019 at 6:40 AM Thomas Gleixner wrote: > > From: Thomas Gleixner tglx@linutronix.de > > Based on 1 normalized pattern(s): > > this file is provided under the gplv2 license gpl license summary > [copyright] [c] [2015] [intel] [deutschland] [gmbh] this program is > free software you can redistribute it and or modify it under the > terms of version 2 of the gnu general public license 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 the full > gnu general public license is included in this distribution in the > file called copying > > 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: Kate Stewart