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=-9.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,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 B12F9C282DD for ; Thu, 23 May 2019 12:43:46 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 88CD721019 for ; Thu, 23 May 2019 12:43:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729863AbfEWMnq (ORCPT ); Thu, 23 May 2019 08:43:46 -0400 Received: from mail-ua1-f66.google.com ([209.85.222.66]:40199 "EHLO mail-ua1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729361AbfEWMnq (ORCPT ); Thu, 23 May 2019 08:43:46 -0400 Received: by mail-ua1-f66.google.com with SMTP id d4so2114484uaj.7 for ; Thu, 23 May 2019 05:43:45 -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=nL/C3CVv2/mAsQoEqRofLFbEhKiOZnaGiwgc03BYPHA=; b=Ouvx9isB6i8URhNKVg9CdbKFghzqJkGQm/yX0JCbAfOVuCg0Rj/E9OFMdrBNyx7mdy M058IJ7x1YjjbtEJb2IXC1sYvD8sgRAcsTp+qboSP7UGqOhqY6hZxARwZ9O+ETfj+wFX jDv7RQubyMR0ethoaNaU5kukhgtCn7KYp0FSN0PpZ063BbtRzKBhTMIiWEU0LuDnKTEP jotylGDdT1+EyMwtMDt7LzcKA72pK0Hu3/Nm6no8cLBT63dkgM41dOLuJsMrKxXmjaay 1M9i18IOfYrZJyqccpGciZRyiEQhpPGN4qjz2ZaT66Q+8Su03mIpTpJMMC0a3Z02hzbj JC3w== X-Gm-Message-State: APjAAAWAyZ6NkSE6OyerZYfnXM86GaTRJY9BNvmHpgP88bVBWOFD1xkf Jl+eFBZDYQpTAW3IEatZaQ/u0ahCQcct7n/iSTirEWGC X-Google-Smtp-Source: APXvYqwP3FbVpK5iT/ZfVHOUTFYDVI5iSgBCE7gLoUvgV1obEAL5TtD+pfoBk6gC/FILBHXUy2hAQ+YtSKBHxaeuSrM= X-Received: by 2002:a9f:2b0c:: with SMTP id p12mr40262802uaj.143.1558615425176; Thu, 23 May 2019 05:43:45 -0700 (PDT) MIME-Version: 1.0 References: <20190523091437.334232837@linutronix.de> <20190523091650.375638818@linutronix.de> In-Reply-To: <20190523091650.375638818@linutronix.de> From: Richard Fontana Date: Thu, 23 May 2019 08:43:34 -0400 Message-ID: Subject: Re: [Batch 5 - patch 11/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 111 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 Reviewed-by: Richard Fontana On Thu, May 23, 2019 at 5:29 AM Thomas Gleixner wrote: > > Based on 1 normalized pattern(s): > > this program is free software you can redistribute it and or modify > i t under the terms of the gnu general public license as published > by th e free software foundation either version 2 of the license or > at you r 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 > --- > https://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-spdx.git/commit/?h=batch5&id=1fd80a115d4e > --- > drivers/gpio/gpio-tps65218.c | 6 +----- > 1 file changed, 1 insertion(+), 5 deletions(-) > > --- a/drivers/gpio/gpio-tps65218.c > +++ b/drivers/gpio/gpio-tps65218.c > @@ -1,13 +1,9 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* > * Copyright 2015 Verifone Int. > * > * Author: Nicolas Saenz Julienne > * > - * This program is free software; you can redistribute it and/or modify i t > - * under the terms of the GNU General Public License as published by th e > - * Free Software Foundation; either version 2 of the License, or (at you r > - * option) any later version. > - * > * This driver is based on the gpio-tps65912 implementation. > */ > > > -- Richard Fontana Senior Commercial Counsel Red Hat, Inc.