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, 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 67C17C04AB4 for ; Tue, 21 May 2019 13:47:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 487D621019 for ; Tue, 21 May 2019 13:47:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728202AbfEUNrz (ORCPT ); Tue, 21 May 2019 09:47:55 -0400 Received: from mail-ua1-f68.google.com ([209.85.222.68]:43821 "EHLO mail-ua1-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726995AbfEUNry (ORCPT ); Tue, 21 May 2019 09:47:54 -0400 Received: by mail-ua1-f68.google.com with SMTP id u4so6618998uau.10 for ; Tue, 21 May 2019 06:47:54 -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=q9wG0GkW4XvFx7AcK7VTLbAHzBIBc9f5jhXCj/8mXQA=; b=gF1gwluYvV4jkcsv3P9VOK4AdCkZrWtJlbmd7dU6JB3fpMXkcgNEPQlshyjTkWXYYV spoLMnfM4mgodENrlsIZ5r2OHyvnQRKwzYKrO3mVvAIFrAX9hDh2mSvtI8QQaEvB86SC pmYU2W5m5nfpWusnWX/ikmIdd+LRPO6FUKvZ6IBAA4qjheqYehQElg5LQlaFOLfekoJS 6QwWa9otCpvjJY7wfo9e4XEIYAAKanCVsNO0iC7Qct5KnTDqpLoqWlu5ovoB9I47/0dw hlqbiMJW0CzXKpl3KmhgA15o0EGNYbm8tF/78WE1v8bGOv7ygke0buDPK/XPOn4hHlpr EIHg== X-Gm-Message-State: APjAAAWNYHKSu7EwentcOUKnEoTdclrixcjo7KHucAV/oQv2X8ZLNs33 xouKEVO3ZrlDX/hPM5dGR37fJ6kA0TxsZKn7OK3/oQC1aWM= X-Google-Smtp-Source: APXvYqz8DNIPzsnesaHyTajTWPXaZlAzzYnTk6jjD5xhtyPx97QZuZEf+SUPwsB/fHbQerBZGjxxgDTytSCksvH5n6M= X-Received: by 2002:ab0:2c15:: with SMTP id l21mr681935uar.139.1558446473480; Tue, 21 May 2019 06:47:53 -0700 (PDT) MIME-Version: 1.0 References: <20190520071851.141112241@linutronix.de> <20190520071859.849348737@linutronix.de> In-Reply-To: <20190520071859.849348737@linutronix.de> From: Richard Fontana Date: Tue, 21 May 2019 09:47:41 -0400 Message-ID: Subject: Re: [patch 23/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 73 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 Tue, May 21, 2019 at 3:45 AM Thomas Gleixner wrote: > > 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 or > any later version as published by the free software foundation > > 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 > > --- > https://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-spdx.git/commit/?h=batch3&id=15c6c5f8acac > --- > drivers/video/backlight/jornada720_bl.c | 6 +----- > drivers/video/backlight/jornada720_lcd.c | 6 +----- > 2 files changed, 2 insertions(+), 10 deletions(-) > > --- a/drivers/video/backlight/jornada720_bl.c > +++ b/drivers/video/backlight/jornada720_bl.c > @@ -1,12 +1,8 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* > * > * Backlight driver for HP Jornada 700 series (710/720/728) > * Copyright (C) 2006-2009 Kristoffer Ericson > - * > - * This program is free software; you can redistribute it and/or > - * modify it under the terms of the GNU General Public License version > - * 2 or any later version as published by the Free Software Foundation. > - * > */ > > #include > --- a/drivers/video/backlight/jornada720_lcd.c > +++ b/drivers/video/backlight/jornada720_lcd.c > @@ -1,12 +1,8 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* > * > * LCD driver for HP Jornada 700 series (710/720/728) > * Copyright (C) 2006-2009 Kristoffer Ericson > - * > - * This program is free software; you can redistribute it and/or > - * modify it under the terms of the GNU General Public License version > - * 2 or any later version as published by the Free Software Foundation. > - * > */ > > #include > > -- Richard Fontana Senior Commercial Counsel Red Hat, Inc.