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 4A7EEC28CC0 for ; Wed, 29 May 2019 17:57:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1E6FB2400B for ; Wed, 29 May 2019 17:57:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725990AbfE2R5T (ORCPT ); Wed, 29 May 2019 13:57:19 -0400 Received: from mail-vs1-f46.google.com ([209.85.217.46]:46855 "EHLO mail-vs1-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725917AbfE2R5T (ORCPT ); Wed, 29 May 2019 13:57:19 -0400 Received: by mail-vs1-f46.google.com with SMTP id l125so2478373vsl.13 for ; Wed, 29 May 2019 10:57:19 -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=nnjvgejhpq/e9cMpZltgQMvwIqqx2h6fFZwVRZpQk68=; b=lAsjllbPj/DmeRbfEAx2nDo/YJMeMyPuZ8SRe60Wd82zGNBA+GcF9zowdpXtJ3r5hK PZGwxxrlFIC9MmXH89Cc0PCv2t1jqBsDkVT2GmK6lOl3q6M64jNspbDXQpsolhTCks0s jwsU3miEjT1Vy/dKg1EhwBJ0DODE29963bG/xBz+ZLZ/VGm78aI24NcdGRSveMSNwpiq AZKt33s/SC025ChnMoQi2gVXorW3teqs8H9olypcOjulOqKW5eBshz8eihUkTeNv82ep hYkjdpreFZgK8OLk+zuqVg622Z4VjyKJJ0ZuLKsM0vUwRdIV7d7QpiKIYLgbdOaXwWw1 bBIA== X-Gm-Message-State: APjAAAVd0sG8R2dxrbGc1FQLOCbom/yhM3AGAQ29/X6jqUGFMoV/ON+Y aBFqm8PPxfFQ2b+LsR4Wlctz88BbAnUFvjJa7rZziw== X-Google-Smtp-Source: APXvYqwE7Il6V6pE0o8xeNzCwt/LSpeMovB6JjBvA40Cd9huVw6Lz0nYzPr7vKqOabVkltojV8/CnrGwn2ipoCLexF8= X-Received: by 2002:a67:ea0d:: with SMTP id g13mr32620449vso.137.1559152638793; Wed, 29 May 2019 10:57:18 -0700 (PDT) MIME-Version: 1.0 References: <20190529141749.401283947@linutronix.de> <20190529141902.078500636@linutronix.de> In-Reply-To: <20190529141902.078500636@linutronix.de> From: Richard Fontana Date: Wed, 29 May 2019 13:57:08 -0400 Message-ID: Subject: Re: [Batch 12 patch 22/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 297 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 Wed, May 29, 2019 at 10:24 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 and conditions of the gnu general public license > version 2 as published by the free software foundation 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 st fifth floor boston ma 02110 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 2 file(s). > > Signed-off-by: Thomas Gleixner Reviewed-by: Richard Fontana