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 0B743C072B5 for ; Fri, 24 May 2019 13:33:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id DD8F8217F9 for ; Fri, 24 May 2019 13:33:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2391470AbfEXNdR (ORCPT ); Fri, 24 May 2019 09:33:17 -0400 Received: from mail-vs1-f66.google.com ([209.85.217.66]:36821 "EHLO mail-vs1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2391124AbfEXNdR (ORCPT ); Fri, 24 May 2019 09:33:17 -0400 Received: by mail-vs1-f66.google.com with SMTP id l20so5758562vsp.3 for ; Fri, 24 May 2019 06:33:17 -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=9Sxx2Rh0/3NkOFWAIlQaZ+gZ6chIfl9hCzjN5BF0UEI=; b=NzRpfkRANnbh3ih7Tw0+rcJwTs5H6jtx9Q7Z7mTl9aNxBpWxWEY4Qk7Pv+tIkdB6nt Z9NObjwfOMbXv8XUYlGzXJ3h1/qeYzuHqnIehxfqvuerOAeTUZIe+0W2Vbeknb0vRGhB bAlMzch6RmTHZD4s8b0FkYC/B1Utk134tzcGuDcUdrLo3oEdPSY57X2oMtdt6kN5MbAY 4sT28GO34MzByjD2smA4s7Eo7Ibq7nDcwnfsvAiMp2aht16tXhpuZE3xRUy5nZ27PWqC IgnT/bV7Y2jDAf85LjLqOXcdyS4YMRSWNZooHM9D545Td3t8Et8ZHMhWxk6Supv+4U90 qHow== X-Gm-Message-State: APjAAAW5ZqBLSRL+mn2zVTax4R82niMghwIlUjc9lkrzhSwiwUXjLpjh cL31PgKhOVudjw12XyhCjlV1dIXz+3e1cFgEfj5cQorr X-Google-Smtp-Source: APXvYqw5PpW5h51M0fSI3eklQd6WV7evVpMSfHyiSyZtM4/cVBr1iBNU7dFTfUFXoixzucHkCAyXl3kO0IOMtSwADHo= X-Received: by 2002:a67:f047:: with SMTP id q7mr17569608vsm.122.1558704796505; Fri, 24 May 2019 06:33:16 -0700 (PDT) MIME-Version: 1.0 References: <20190524100345.776412942@linutronix.de> <20190524100843.113522467@linutronix.de> In-Reply-To: <20190524100843.113522467@linutronix.de> From: Richard Fontana Date: Fri, 24 May 2019 09:33:05 -0400 Message-ID: Subject: Re: [Batch 6 - patch 03/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 128 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 > > 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=a0ed6ec4086b > --- > drivers/net/hippi/rrunner.c | 6 +----- > 1 file changed, 1 insertion(+), 5 deletions(-) > > --- a/drivers/net/hippi/rrunner.c > +++ b/drivers/net/hippi/rrunner.c > @@ -1,3 +1,4 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* > * rrunner.c: Linux driver for the Essential RoadRunner HIPPI board. > * > @@ -9,11 +10,6 @@ > * for sorting out the legal issues, with the NDA, allowing the code to > * be released under the GPL. > * > - * 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. > - * > * Thanks to Jayaram Bhat from ODS/Essential for fixing some of the > * stupid bugs in my code. > * > > -- Richard Fontana Senior Commercial Counsel Red Hat, Inc.