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 1041CC28CC0 for ; Wed, 29 May 2019 15:37:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D7CFA23A57 for ; Wed, 29 May 2019 15:37:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725914AbfE2PhS (ORCPT ); Wed, 29 May 2019 11:37:18 -0400 Received: from mail-ua1-f45.google.com ([209.85.222.45]:36271 "EHLO mail-ua1-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726162AbfE2PhS (ORCPT ); Wed, 29 May 2019 11:37:18 -0400 Received: by mail-ua1-f45.google.com with SMTP id 94so1146907uam.3 for ; Wed, 29 May 2019 08:37:17 -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=2trHApqmULsldOQoMhBySSBGXJ7idfXqZCwZxa+MX+4=; b=Dsq+jqlxm1HiZi03Az2kmTtFC8JGBe7xDs/fkIE42IXJNGWAygbwxDoOJhIhtGh/TL +gyqayGbByDE13rWuur5Z+qyAThRMS/BTZsfXbxrDzaPHGj+FqoAjtzRTYvftEk5uPD1 jNpoJMUKjHPFZz/okMi8AuXwLNoHMiItIdIrelou1U6O4Xx/qNKcgApqPF8XEIUX7CIc EieIRvNAunkN+OCLqrhUafzQQEWCcJXuUSSeuEXaDrlX3LpEcl6bh277NM4M79CY2WGh mcokqtyyJGFapLzOwT7/urc9GBgDvbbU91CbeK+kXG5isvyQGxxniNibpVAS+x25bO0/ LzWQ== X-Gm-Message-State: APjAAAU0YrdJUJHdtFO5Q89KZn7k0JIrZxdrwi5RV7pU3V3FYvgg+Y2L eT8bnBGIz1DhoOAPWRt3pFOP7og9lRs48TYDGhzYBn8G X-Google-Smtp-Source: APXvYqzRTEfy7XU0+hF4e07+G3tQPUImBYiqthMUdfLi1b7597cJ1psB60KFUuDSz4qLUrzbS7verXsTmh0JE6KPV5c= X-Received: by 2002:ab0:2c15:: with SMTP id l21mr25209122uar.139.1559144237215; Wed, 29 May 2019 08:37:17 -0700 (PDT) MIME-Version: 1.0 References: <20190528165704.089944150@linutronix.de> <20190528170026.622254531@linutronix.de> In-Reply-To: <20190528170026.622254531@linutronix.de> From: Richard Fontana Date: Wed, 29 May 2019 11:37:06 -0400 Message-ID: Subject: Re: [Batch 9 patch 08/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 183 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 Tue, May 28, 2019 at 1:16 PM Thomas Gleixner wrote: > > From: Thomas Gleixner tglx@linutronix.de > > Based on 1 normalized pattern(s): > > gpl license summary [copyright] [c] [2008] [2011] [intel] > [corporation] [all] [rights] [reserved] 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 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 51 franklin > street fifth floor boston ma 02110 usa the full gnu general public > license is included in this distribution in the file called license > gpl > > extracted by the scancode license scanner the SPDX license identifier > > GPL-2.0-only > > has been chosen to replace the boilerplate/reference in 5 file(s). > > Signed-off-by: Thomas Gleixner Reviewed-by: Richard Fontana