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 47E71C04AB3 for ; Mon, 27 May 2019 14:38:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1DD412182B for ; Mon, 27 May 2019 14:38:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726540AbfE0Oir (ORCPT ); Mon, 27 May 2019 10:38:47 -0400 Received: from mail-ua1-f53.google.com ([209.85.222.53]:44083 "EHLO mail-ua1-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726388AbfE0Oir (ORCPT ); Mon, 27 May 2019 10:38:47 -0400 Received: by mail-ua1-f53.google.com with SMTP id i48so5840747uae.11 for ; Mon, 27 May 2019 07:38:47 -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=u82grQjurWnLEgVz3pPzwgTD2c1MXmnY43RuMRblBuk=; b=EdU3sCAtvv78WelHInzXr/cTyp7yqWuuy3MxMSHUWXjskGQasajfrX1oiXadrmZeGx Jp+27jyM2m8pfXEtTw9Ic4D2SlHWUq7wR9YgGFli1i+ShcYAUtehWd8iMLF0HAsw7qi9 2iiEJO4mcCaZKr9sXBs+TOEuEO+xyoPtl4mJ+KDPk/9bGbpeV7JugBGxtmQQkfwk3f0E qad4k77PDE09NYHCDFWR0i8fbXrkiLHmyWc07CATDGcncHksNsXTTeA+2NkKiQsAyAsH BO6IA5yb4Vz8eQz926y/LVhG8rhAfQjv3j/RxumTOjnmeJ9iO2O2J2mh6ph0zPMiHmYP 4kfA== X-Gm-Message-State: APjAAAXkcDvYYMJf7lWH4H2eqp+kSne3gzfbxXZ3oRVc2wYBN+s0OV6i LjUMyu+9WAc9EP3E4r+x++JMhwU7rPjKRGn6U28iJEzy X-Google-Smtp-Source: APXvYqwyU0Mlyf3ycEB7Sqelhpuke2u24LM2pKzJhznGzOqu35CPziDEpABvE2chSMyhUehqsISrhdsONFeEGWGLoXo= X-Received: by 2002:a9f:2b0c:: with SMTP id p12mr61635581uaj.143.1558967926772; Mon, 27 May 2019 07:38:46 -0700 (PDT) MIME-Version: 1.0 References: <20190527062647.980651098@linutronix.de> <20190527063115.513634498@linutronix.de> In-Reply-To: <20190527063115.513634498@linutronix.de> From: Richard Fontana Date: Mon, 27 May 2019 10:38:35 -0400 Message-ID: Subject: Re: [Batch 7 patch 15/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 140 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 Mon, May 27, 2019 at 5:52 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 gnu general public license as published by the > free software foundation either version 2 of the license or at your > option any later version you should have received a copy of the gnu > general public license along with this program if not see http www > gnu org licenses > > extracted by the scancode license scanner the SPDX license identifier > > GPL-2.0-or-later > > has been chosen to replace the boilerplate/reference in 2 file(s). > > Signed-off-by: Thomas Gleixner Reviewed-by: Richard Fontana