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 009BBC04AB6 for ; Fri, 31 May 2019 18:18:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id CA1262084B for ; Fri, 31 May 2019 18:18:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727029AbfEaSSJ (ORCPT ); Fri, 31 May 2019 14:18:09 -0400 Received: from mail-vk1-f171.google.com ([209.85.221.171]:37517 "EHLO mail-vk1-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726896AbfEaSSJ (ORCPT ); Fri, 31 May 2019 14:18:09 -0400 Received: by mail-vk1-f171.google.com with SMTP id t204so1594785vke.4 for ; Fri, 31 May 2019 11:18:08 -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=AAX9O2liuzJORHzjj7N7EHzYJIt6q5UjXpPP9LS/I/0=; b=LyfRTKACIgY3mZWSeIYTJb9z0RrmmV11Xv9mKdJsARN9uGog2WIC5zUe8TGtmQXYsD 4GC7kHPuKqcQjRa3CyamZIFH6Dj5QvPYiNW6sY+JXF0gTlPXndPEsn9KfSxptu35Y0aV EhQBFqKkVtOuPxngpzxNYuyT0/mFFGR4ZOqMWs8ljDjQM1M8jFpMFLJo3I5zweThtS1G y+paRtFaFuueZPLl3sQcMcs/itrhV9oFI4DPNKhKcys23rLp/Ziyireem+V0MMXpa9zM 6gIVNBGDrAc+0naN+q2QZFTYIlW8LhTDtBi6U7MwLcIWUGnufeQY/pigdSTLZPz8XJ0u Wweg== X-Gm-Message-State: APjAAAUxxqSAGZpsHCTn/j6oGj+8lW+pxMRTrwaMCyRUe2bVsObUxK8f TyFwyHNv8oPLhU9jzARTq1Z1sI+9lKIUlrRGkg7cp7eVKTo= X-Google-Smtp-Source: APXvYqyHIEfRAKvqQSKW12cAHV9AYOiUhYtJyrn00pHb5uCIhmVB+EEJ6wio9ia8cU6eXHzZmXIyxVIEvvJSBT7dUuY= X-Received: by 2002:a1f:9ed1:: with SMTP id h200mr4714825vke.16.1559326687969; Fri, 31 May 2019 11:18:07 -0700 (PDT) MIME-Version: 1.0 References: <20190531080918.723298166@linutronix.de> <20190531081038.107748302@linutronix.de> In-Reply-To: <20190531081038.107748302@linutronix.de> From: Richard Fontana Date: Fri, 31 May 2019 14:17:56 -0400 Message-ID: Subject: Re: [Batch 14 patch 32/40] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 392 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 Fri, May 31, 2019 at 4:12 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 > publicshed 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