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 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 63E1FC04AAF for ; Tue, 21 May 2019 13:48:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 4013E21019 for ; Tue, 21 May 2019 13:48:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728234AbfEUNsj (ORCPT ); Tue, 21 May 2019 09:48:39 -0400 Received: from mail-vs1-f65.google.com ([209.85.217.65]:33201 "EHLO mail-vs1-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727999AbfEUNsi (ORCPT ); Tue, 21 May 2019 09:48:38 -0400 Received: by mail-vs1-f65.google.com with SMTP id y6so11197167vsb.0 for ; Tue, 21 May 2019 06:48:38 -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=WZmXL1+FQoNJgIyGLO+5oIHbC+o5BQepASQpCpaWRRU=; b=bav4oGeqdP9No+r76IOwQ42gQeGNWGg404e3rsl/rFJuHFaaZ1Tb5pgkAGFLiqsLDn goapMpd5rlAUk9Aq08o0YEsRWn+C+ZgZja86titGRCYAILFIaYgjCvZoLI2W9TTYu5uq /XXkE8ocYcODrnaA3iAge1S2gqly6OMq8+c3OxCO9wrefvJFFyD01ge7kGrP5Bu/+pbl 9sdi0bvvOdsP0POHgcb2/JkrQ2eJCy3fcEILjU8CVXkzzHZFMqp9gzt+WwVgua8w/SnF gpbxdLd6teSGuWbGK5M0VlhdWLT2dxrcjoJasO1GEW4rteiod+Nc90/pV1sZAb6QjO1g fqpA== X-Gm-Message-State: APjAAAV1Gp+WWphCTZ4LJ4djiAkE+AZhApTE0DtKrQPM85k3EJS4PWwK 7DcrSkboiMphG3uZoFEYb2rYXOotLg7PnmzEhKnNoan1goE= X-Google-Smtp-Source: APXvYqzNd7OZ/8vQw/nkSWsGK90hKSSDj/S+HKfYSFgy3IsSIPZpADy5c+bw/E8dYTx2zTypN4hEKMfVJuYzc6+H+Js= X-Received: by 2002:a67:ca9a:: with SMTP id a26mr11657280vsl.92.1558446517729; Tue, 21 May 2019 06:48:37 -0700 (PDT) MIME-Version: 1.0 References: <20190520071851.141112241@linutronix.de> <20190520071859.937199252@linutronix.de> In-Reply-To: <20190520071859.937199252@linutronix.de> From: Richard Fontana Date: Tue, 21 May 2019 09:48:27 -0400 Message-ID: Subject: Re: [patch 24/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 74 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): > > you may copy modify and redistribute this file under the terms 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 3 file(s). > > Signed-off-by: Thomas Gleixner > > --- > https://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-spdx.git/commit/?h=batch3&id=e6277b5ec765 > --- > arch/m68k/math-emu/fp_arith.c | 4 +--- > arch/m68k/math-emu/fp_arith.h | 4 +--- > arch/m68k/math-emu/multi_arith.h | 5 ++--- > 3 files changed, 4 insertions(+), 9 deletions(-) > > --- a/arch/m68k/math-emu/fp_arith.c > +++ b/arch/m68k/math-emu/fp_arith.c > @@ -1,3 +1,4 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* > > fp_arith.c: floating-point math routines for the Linux-m68k > @@ -8,9 +9,6 @@ > Somewhat based on the AlphaLinux floating point emulator, by David > Mosberger-Tang. > > - You may copy, modify, and redistribute this file under the terms of > - the GNU General Public License, version 2, or any later version, at > - your convenience. > */ > > #include "fp_emu.h" > --- a/arch/m68k/math-emu/fp_arith.h > +++ b/arch/m68k/math-emu/fp_arith.h > @@ -1,3 +1,4 @@ > +/* SPDX-License-Identifier: GPL-2.0-or-later */ > /* > > fp_arith.h: floating-point math routines for the Linux-m68k > @@ -8,9 +9,6 @@ > Somewhat based on the AlphaLinux floating point emulator, by David > Mosberger-Tang. > > - You may copy, modify, and redistribute this file under the terms of > - the GNU General Public License, version 2, or any later version, at > - your convenience. > > */ > > --- a/arch/m68k/math-emu/multi_arith.h > +++ b/arch/m68k/math-emu/multi_arith.h > @@ -1,3 +1,4 @@ > +/* SPDX-License-Identifier: GPL-2.0-or-later */ > /* multi_arith.h: multi-precision integer arithmetic functions, needed > to do extended-precision floating point. > > @@ -6,9 +7,7 @@ > Somewhat based on arch/alpha/math-emu/ieee-math.c, which is (c) > David Mosberger-Tang. > > - You may copy, modify, and redistribute this file under the terms of > - the GNU General Public License, version 2, or any later version, at > - your convenience. */ > + */ > > /* Note: > > > -- Richard Fontana Senior Commercial Counsel Red Hat, Inc.