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 D0E7FC072B5 for ; Fri, 24 May 2019 13:20:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B30FC20851 for ; Fri, 24 May 2019 13:20:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2391594AbfEXNUN (ORCPT ); Fri, 24 May 2019 09:20:13 -0400 Received: from mail-vs1-f67.google.com ([209.85.217.67]:35036 "EHLO mail-vs1-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2391640AbfEXNUN (ORCPT ); Fri, 24 May 2019 09:20:13 -0400 Received: by mail-vs1-f67.google.com with SMTP id q13so5724359vso.2 for ; Fri, 24 May 2019 06:20:12 -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=A5HKTW0NZ7X3HxN3fdR+bkBB4geNC9LhFwTIk4Paw8A=; b=h/Byhqo2CMmqLGVhM5cUrRyJHaNhiM/o5MlanOTMK80xuPB1tnR9eN3BILnX5qRC4+ VY541cF4ej8eBmioDUD+QrhhPUIn3Qqwb/SL56PsHUOE24+vCz9jN80cvrKcXW5LpxtG dsm/irfp4yBQvCkGMLG0QChN2ozkdNqzKoplxSO2Sx6O17nEXR7RBjjKFXKsuBgIkRlE Hvhqh0btbiu7mSugRfWc2PwjGPQ4qgPxjqdbBMK1eWXHMcWcVS/X0z9l8eJ2y7zVyuEo XFjLWFZZSu9zitbAMFuBiRmMfAJ+KVU/WjmQztXchKAiDF7d4bA1+9ImXvMRxOlOJVWC +uIg== X-Gm-Message-State: APjAAAVmhLabP2tHYfhzGoW4S8pOd5aDi75/2DEiv8kKaRAsOBAB+K1t IOBdhts3ojMKbENYsMZIIEMn7vifta6f7QP91WcXPw== X-Google-Smtp-Source: APXvYqxFxqqGyibjuGvdtjn4cpZs1D1O62AL3BnRzSR6Pk/oljh8PCCPC/NsVf2MLwm8ckA1vuUZ6sogZv2XqVBsMsw= X-Received: by 2002:a67:f8cf:: with SMTP id c15mr10462142vsp.174.1558704011957; Fri, 24 May 2019 06:20:11 -0700 (PDT) MIME-Version: 1.0 References: <20190524100345.776412942@linutronix.de> <20190524100844.176622298@linutronix.de> In-Reply-To: <20190524100844.176622298@linutronix.de> From: Richard Fontana Date: Fri, 24 May 2019 09:20:01 -0400 Message-ID: Subject: Re: [Batch 6 - patch 14/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 139 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 code is free software you may copy modify and distribute it > subject to the terms and conditions of the gnu general public > license version 2 or any later version at your convenience > > 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=355ebeb357c0 > --- > drivers/video/fbdev/macfb.c | 5 +---- > 1 file changed, 1 insertion(+), 4 deletions(-) > > --- a/drivers/video/fbdev/macfb.c > +++ b/drivers/video/fbdev/macfb.c > @@ -1,3 +1,4 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* > * macfb.c: Generic framebuffer for Macs whose colourmaps/modes we > * don't know how to set. > @@ -17,10 +18,6 @@ > * > * The VideoToolbox "Bugs" web page at > * http://rajsky.psych.nyu.edu/Tips/VideoBugs.html > - * > - * This code is free software. You may copy, modify, and distribute > - * it subject to the terms and conditions of the GNU General Public > - * License, version 2, or any later version, at your convenience. > */ > > #include > > -- Richard Fontana Senior Commercial Counsel Red Hat, Inc.