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 8A21EC04AB3 for ; Mon, 27 May 2019 14:52:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 64B0D2182B for ; Mon, 27 May 2019 14:52:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726207AbfE0OwL (ORCPT ); Mon, 27 May 2019 10:52:11 -0400 Received: from mail-vs1-f48.google.com ([209.85.217.48]:43875 "EHLO mail-vs1-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726884AbfE0Ovu (ORCPT ); Mon, 27 May 2019 10:51:50 -0400 Received: by mail-vs1-f48.google.com with SMTP id d128so10691171vsc.10 for ; Mon, 27 May 2019 07:51:50 -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=bnn7e+LOxmTNI1DtI25uX+3VqLOtfgUKheVrpoz8e6o=; b=GYJZt2qsRGuhDeSHIPiN2faJCDdj7MXO8rFr4yismR5n9dJtmG1gxTG5MPpSn0VfFR Mqo891zPVOBpwNZWqwxUb6sby4J6SB7B8pKa+JhDdVrTXgfXp18t+W9q6loZYCJhVoGR s7etFpAfgX21QEtathP9/oJ7GH90K8G/qRFO0lJgyPxNSiEy7nO9GmVcmTH5TNo/9ErI wlawRFu77Efqk4jnep0pil8+pn5Rpz9+Bvh6vZvcfMSC9SJCbHzGtM0ihfhTow8L91gR ddvra4Met8mkgtlvqWmD+gWhRLJ15P6kh8vI3v4E49RjGWenFGVDqW4zSt4ALQRV1uRy 5/4Q== X-Gm-Message-State: APjAAAX3JQIVeA7hUP5KJ8jXdUdhVPvmhn4YdFJzxBrPVftVDuKFFGGo ZkFS0kPtz1bV/0oy3vMSsO76JUYkg1OqR+SFdoL22N1e X-Google-Smtp-Source: APXvYqw/Tx2aYQR3oujya0SCAnlHSztOHY4oooCq0bJBr689VPQEqQXxXjrQeJgW8vDCN1XcjtMMM/xr4+15M9tkMWM= X-Received: by 2002:a67:f8cf:: with SMTP id c15mr27404196vsp.174.1558968709672; Mon, 27 May 2019 07:51:49 -0700 (PDT) MIME-Version: 1.0 References: <20190527062647.980651098@linutronix.de> <20190527063115.151128922@linutronix.de> In-Reply-To: <20190527063115.151128922@linutronix.de> From: Richard Fontana Date: Mon, 27 May 2019 10:51:38 -0400 Message-ID: Subject: Re: [Batch 7 patch 11/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 136 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): > > and is available under the gpl v2 or later this program is free > software you can redistribute it and or modify it under the terms of > the gnu general public license as published by the free software > foundation either version 2 of the license or at your option any > later version > > extracted by the scancode license scanner the SPDX license identifier > > GPL-2.0-or-later > > has been chosen to replace the boilerplate/reference in 1 file(s). > > Signed-off-by: Thomas Gleixner Reviewed-by: Richard Fontana