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 859F8C282CE for ; Wed, 22 May 2019 13:06:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 51B6620851 for ; Wed, 22 May 2019 13:06:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729071AbfEVNGm (ORCPT ); Wed, 22 May 2019 09:06:42 -0400 Received: from mail-vs1-f68.google.com ([209.85.217.68]:33460 "EHLO mail-vs1-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729023AbfEVNGm (ORCPT ); Wed, 22 May 2019 09:06:42 -0400 Received: by mail-vs1-f68.google.com with SMTP id y6so1362736vsb.0 for ; Wed, 22 May 2019 06:06:41 -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=KAVfHNWClpnH1rEk6JZbBtXef1XHiukYuySqe9iRg9o=; b=WXuAb+OnHwe+QGABXjpnbev+ApMFCiP0zwQS6jr9wBCOaz0Am13sW+g4oNFTDvFLdC AssP33iTU8Bsm7WPYd/Z2CWIfiRnrONGaPG9LHFBxduEQLEM9csfAuG3OPEadvFjIgZe lxD62cnVbrh/swEpAiWCfaAH7aF5RuKGtM9E0xy2wqstlivUm81ooDijAsuGJMUjvNtJ cVrSRpA6/o8Fk9dW76hsDgSTHFRHTDiBmUtwE+zkTdAkWaU7TyydAbLNpGsKtM0VGsWm lxvTKudgzV+5EzXL1CMQWFD8+xLtaQBbAnwofG2rLOssjEGgu6riCkclin/MJivpWfVi xrEw== X-Gm-Message-State: APjAAAWOx81W1/s4r+/AnyiBmWPqkeacfz/Ir2nxKTg+uPXZYdMhMtsE R1M9oMimGMib0/tOiNNOaFrK3ct0WgN+vV+Rg6bSgfvS X-Google-Smtp-Source: APXvYqzz5SbMiQxB8sknDzuj8S7AiSwV3FTi16c0meFtNXkihZFLlRoF+ZHYxi3QKmVlahhpYn4I+XBPmO5wt5baioc= X-Received: by 2002:a67:ca9a:: with SMTP id a26mr15223229vsl.92.1558530400871; Wed, 22 May 2019 06:06:40 -0700 (PDT) MIME-Version: 1.0 References: <20190520075121.768803433@linutronix.de> <20190520075212.713472955@linutronix.de> In-Reply-To: <20190520075212.713472955@linutronix.de> From: Richard Fontana Date: Wed, 22 May 2019 09:06:30 -0400 Message-ID: Subject: Re: [patch 23/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 98 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 Wed, May 22, 2019 at 8:05 AM Thomas Gleixner wrote: > > 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 optional any later version of the license > > 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=batch4&id=24eb93ccafe6 > --- > arch/powerpc/kvm/book3s.h | 7 +------ > include/linux/dma-contiguous.h | 6 +----- > mm/cma.c | 6 +----- > 3 files changed, 3 insertions(+), 16 deletions(-) > > --- a/arch/powerpc/kvm/book3s.h > +++ b/arch/powerpc/kvm/book3s.h > @@ -1,12 +1,7 @@ > +/* SPDX-License-Identifier: GPL-2.0-or-later */ > /* > * Copyright IBM Corporation, 2013 > * Author Aneesh Kumar K.V > - * > - * 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 optional) any later version of the license. > - * > */ > > #ifndef __POWERPC_KVM_BOOK3S_H__ > --- a/include/linux/dma-contiguous.h > +++ b/include/linux/dma-contiguous.h > @@ -1,3 +1,4 @@ > +/* SPDX-License-Identifier: GPL-2.0-or-later */ > #ifndef __LINUX_CMA_H > #define __LINUX_CMA_H > > @@ -7,11 +8,6 @@ > * Written by: > * Marek Szyprowski > * Michal Nazarewicz > - * > - * 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 optional) any later version of the license. > */ > > /* > --- a/mm/cma.c > +++ b/mm/cma.c > @@ -1,3 +1,4 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* > * Contiguous Memory Allocator > * > @@ -9,11 +10,6 @@ > * Michal Nazarewicz > * Aneesh Kumar K.V > * Joonsoo Kim > - * > - * 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 optional) any later version of the license. > */ > > #define pr_fmt(fmt) "cma: " fmt > > -- Richard Fontana Senior Commercial Counsel Red Hat, Inc.