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 6A42BC072B5 for ; Fri, 24 May 2019 13:32:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 497FF2184B for ; Fri, 24 May 2019 13:32:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2391395AbfEXNcU (ORCPT ); Fri, 24 May 2019 09:32:20 -0400 Received: from mail-vs1-f68.google.com ([209.85.217.68]:45196 "EHLO mail-vs1-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2391124AbfEXNcU (ORCPT ); Fri, 24 May 2019 09:32:20 -0400 Received: by mail-vs1-f68.google.com with SMTP id k187so5726702vsk.12 for ; Fri, 24 May 2019 06:32:19 -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=UJ9tGqJ4FdFrqmsv5BGezlqZDm+mwEkEAx9yNmpMVy4=; b=Eo3aRrT/E6DkH1pIZhD+ETZ2v0h1Twy7cm5lEyLQLBNpx9s48IH4uiY0PIo5NZ4Vf/ PjUvB3bPJRE81zDM0u4P8UCGkFTq4/fiASyR9a4m4ufj9D8N5mI0414PnCJ2Fgkxbbgi powRKlvmCiJ5qgmOM8ai69YXYwm/3q4zjmeou8Y1FZOHoDII/jL719vAMnr8kdPTduWA Wxe9ORJsr9h9O5xgVX8USBblQxI8X5KsOCaCpD6OpG9MKpCszo2UTaceT0prZ7/Kx03j 2reveHc8GZzqH4pkWYJDHaWaLthrgETEov8R+dma9uabhIVNVoZI/uB05hhPMkrJGmrJ qC4A== X-Gm-Message-State: APjAAAXnZPneX1g7ksIq7v/sNuAGuO0z0yidsc/Ih3jnfnfQAjEb8pl/ bH2yOXmM2E3IwKDC4x0kj6XosCCoQnsGsQOt9Csa/7p/ X-Google-Smtp-Source: APXvYqyVwmR2ei2+C3nSBBu1Gv4vmwKWLnuP3v2r0A54Q6Tc0gg44PKjAinKJE8XqGxoIyh46qgJLsdfCpcbiuBNSYU= X-Received: by 2002:a67:eb13:: with SMTP id a19mr41577115vso.233.1558704739151; Fri, 24 May 2019 06:32:19 -0700 (PDT) MIME-Version: 1.0 References: <20190524100345.776412942@linutronix.de> <20190524100843.397682032@linutronix.de> In-Reply-To: <20190524100843.397682032@linutronix.de> From: Richard Fontana Date: Fri, 24 May 2019 09:32:08 -0400 Message-ID: Subject: Re: [Batch 6 - patch 06/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 131 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 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=3b621f8e5f9a > --- > drivers/media/usb/gspca/etoms.c | 11 +---------- > 1 file changed, 1 insertion(+), 10 deletions(-) > > --- a/drivers/media/usb/gspca/etoms.c > +++ b/drivers/media/usb/gspca/etoms.c > @@ -1,17 +1,8 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* > * Etoms Et61x151 GPL Linux driver by Michel Xhaard (09/09/2004) > * > * V4L2 by Jean-Francois Moine > - * > - * 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 > - * 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. > */ > > #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt > > -- Richard Fontana Senior Commercial Counsel Red Hat, Inc.