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 D57B3C28CC0 for ; Wed, 29 May 2019 15:39:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id A23F523AB3 for ; Wed, 29 May 2019 15:39:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726330AbfE2Pjp (ORCPT ); Wed, 29 May 2019 11:39:45 -0400 Received: from mail-vs1-f46.google.com ([209.85.217.46]:39864 "EHLO mail-vs1-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726062AbfE2Pjp (ORCPT ); Wed, 29 May 2019 11:39:45 -0400 Received: by mail-vs1-f46.google.com with SMTP id m1so2159644vsr.6 for ; Wed, 29 May 2019 08:39:44 -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=Pj+b1KH5494DhLmTQI93dS1rSEGbeWv18RSzT8MSuq0=; b=qfIs8gy/rCEzZEGsQ6y5DpdIHaXeZQOrpMjcEi6MrR34t4lvX93LvPiwOslREJBo1Y P4kprJtE2XZa6vlWkvofX03LnYVpPYoH00Em/ZwhCids8KU6O0kRU1fs+l4MQu0bqimA x8tDwuZVVs/zKWyoSUUi/+mdxzzuZd4DYAMgdsti2IA0/8w1ECnGmWkSISKFMcYG+dgN vZQtvN6+eT/AWGmdl92sKgcVIucoG1wTrn8QiFq6EG9NYI3QLKz4KUuIAgLjj8H3hve/ zEKeTOb3bgiGGZx9b3d3lbT78sxb3HDK1+Bzrcg/xI8nqDp9N8z7H3+ERgSKCEP6s4wq XNGw== X-Gm-Message-State: APjAAAWV9ChvDXAZUreIAJHyvUmXuwz8ZOLXFiDsdpbMggmezVF5m8sn QH9HZBD42KsC0ToO7v1UGYc1dicIQIOE84inAOrUU9Zv X-Google-Smtp-Source: APXvYqxhhoIMCGLjXPTCa+FERN1y+Yo7y2HImlqvuo/K9JHN5fj/u0P/AMKg9a/82rL5zI/BoHRSfm+Us0juXCVymQ4= X-Received: by 2002:a67:e416:: with SMTP id d22mr10756513vsf.59.1559144384174; Wed, 29 May 2019 08:39:44 -0700 (PDT) MIME-Version: 1.0 References: <20190528165704.089944150@linutronix.de> <20190528170026.981318839@linutronix.de> In-Reply-To: <20190528170026.981318839@linutronix.de> From: Richard Fontana Date: Wed, 29 May 2019 11:39:33 -0400 Message-ID: Subject: Re: [Batch 9 patch 12/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 188 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): > > 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 free software > foundation 51 franklin street fifth floor boston ma 02111 1301 usa > > extracted by the scancode license scanner the SPDX license identifier > > GPL-2.0-only > > has been chosen to replace the boilerplate/reference in 27 file(s). > > Signed-off-by: Thomas Gleixner Reviewed-by: Richard Fontana