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 777F9C282E3 for ; Fri, 24 May 2019 13:21:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5943F21773 for ; Fri, 24 May 2019 13:21:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2391604AbfEXNVK (ORCPT ); Fri, 24 May 2019 09:21:10 -0400 Received: from mail-vs1-f66.google.com ([209.85.217.66]:36807 "EHLO mail-vs1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2391124AbfEXNVJ (ORCPT ); Fri, 24 May 2019 09:21:09 -0400 Received: by mail-vs1-f66.google.com with SMTP id l20so5727172vsp.3 for ; Fri, 24 May 2019 06:21:09 -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=NsA3odXeN7HroZPpM8jjnYCOmmYNi6pJfybM0b5GnH4=; b=m98ul3H29rNkpfER+uZINx8aJgk85zOq2VlOWyjxdHwDjv6tPkpdwOuN7UYY6JuSC/ fYfgx5h2SZqnqbYhDPeWRJHLhpGdlmpfdjOd2eXH5yoxuCaskadoEopbSOx+EDNnDOBp XaELDrNjeaho4BF5eRYIdAW0POXHYne6z9IKNLTSt54Hjj78gbx29x6XRC1ett5e4bGj r0czR9FY+7ew12HdsaC+Qe50t5m0Sh7sNO53ETeK4hKHoJUJ84L380G37jzwzON1YWtv BB7Z+coytaFgDCLKhc8oXR2PF4S4UlBBMikmvASIR10NbjxfkgeeWQecC7HRHkp9A3kH ewrQ== X-Gm-Message-State: APjAAAWiPXmT9nxXqm54Bp3VdjMllk6EJeuafNmhQK4f+tzVEuCR9vbK eN1bJHxova/y6jEz/z52mFymsYmPEnrfAxTgTu4JVQ== X-Google-Smtp-Source: APXvYqwKdy3U3FjNiMyTNkt+zD0H76PwLC5UoQphnSiAG4E9FzHfNEIu2UptgoZ+qh6qaPWgxOc0nzytVzx2V4vcBfc= X-Received: by 2002:a67:ea0d:: with SMTP id g13mr4514481vso.137.1558704068957; Fri, 24 May 2019 06:21:08 -0700 (PDT) MIME-Version: 1.0 References: <20190524100345.776412942@linutronix.de> <20190524100843.971812365@linutronix.de> In-Reply-To: <20190524100843.971812365@linutronix.de> From: Richard Fontana Date: Fri, 24 May 2019 09:20:58 -0400 Message-ID: Subject: Re: [Batch 6 - patch 12/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 137 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 Fri, May 24, 2019 at 6:12 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 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 this program is distributed in the hope that it > will be useful but without any warranty without even the implied warranty > of merchantability or fitness for a particular purpose see the gnu > general public license for more details > > 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=batch6&id=4c2923e98524 > --- > drivers/media/i2c/ir-kbd-i2c.c | 12 +----------- > 1 file changed, 1 insertion(+), 11 deletions(-) > > --- a/drivers/media/i2c/ir-kbd-i2c.c > +++ b/drivers/media/i2c/ir-kbd-i2c.c > @@ -1,3 +1,4 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* > * > * keyboard input driver for i2c IR remote controls > @@ -32,17 +33,6 @@ > * Mark Weaver > * Jarod Wilson > * Copyright (C) 2011 Andy Walls > - * > - * 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. > - * > - * This program is distributed in the hope that it will be useful, > - * but WITHOUT ANY WARRANTY; without even the implied warranty of > - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the > - * GNU General Public License for more details. > - * > */ > > #include > > -- Richard Fontana Senior Commercial Counsel Red Hat, Inc.