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 499E1C282DD for ; Thu, 23 May 2019 12:43:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 2142A21019 for ; Thu, 23 May 2019 12:43:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729863AbfEWMnS (ORCPT ); Thu, 23 May 2019 08:43:18 -0400 Received: from mail-vs1-f65.google.com ([209.85.217.65]:46198 "EHLO mail-vs1-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729361AbfEWMnR (ORCPT ); Thu, 23 May 2019 08:43:17 -0400 Received: by mail-vs1-f65.google.com with SMTP id x8so3458929vsx.13 for ; Thu, 23 May 2019 05:43: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=3taSMdMZOY+NFc5sRltVqyaRfs9XIQGDlpRLbGhYc78=; b=JzPXfNmGydvk3NrzER4orbj56gHUEuD8Fii3yDRpZfniwMnElgVipXsDFpzQWdeGMR hFpe/I+fYV4I9lb5VFKfQKMdcjsgKH12HMrzJvln2/9p+EKJvBjHi01W6jA5TpsdbPZ8 xjcStNwhlDN/xnnxENsGhz4IAxOGo5GbriEIXYpFTT/LOO7p2ptBlmXvjYEqlMauluDY 2dP1jeRgBZq7NNBSJvT9Vst1Ky31Il5Xi13IRIa/u5pjpu81jK/I0yhZOcMwQntVTO3h WLLBLkZZ8rQtu8jVsZeRkLsswQRXjLbdFL5uZtKXF3v46z3ZGbF5NgnGCut+PDjGBNdr T1Jw== X-Gm-Message-State: APjAAAWdeWfkeSJyOsy/hrBak0xaN9KHm4OQM4S0Fu/9pihv3KH5ANAY 4TFpgrNNp/YQ7cqQ6Sy7LHIu9mD5jxZBywJGuvu/1Q== X-Google-Smtp-Source: APXvYqym1Ah1I2Vh8Oqd2ujiX3xXf6rv67dvYEssad8FwLaLz8a9RLS7I8Npu9KM234kWg0nweHQkYaWZeAsj4irh8o= X-Received: by 2002:a67:ea0d:: with SMTP id g13mr836308vso.137.1558615396595; Thu, 23 May 2019 05:43:16 -0700 (PDT) MIME-Version: 1.0 References: <20190523091437.334232837@linutronix.de> <20190523091650.480557885@linutronix.de> In-Reply-To: <20190523091650.480557885@linutronix.de> From: Richard Fontana Date: Thu, 23 May 2019 08:43:05 -0400 Message-ID: Subject: Re: [Batch 5 - patch 12/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 112 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 Thu, May 23, 2019 at 5:29 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 > 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 4 file(s). > > Signed-off-by: Thomas Gleixner > --- > https://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-spdx.git/commit/?h=batch5&id=aa67c1e6bfcc > --- > arch/powerpc/include/asm/imc-pmu.h | 6 +----- > arch/powerpc/perf/imc-pmu.c | 6 +----- > arch/powerpc/perf/power9-pmu.c | 6 +----- > arch/powerpc/platforms/powernv/opal-imc.c | 6 +----- > 4 files changed, 4 insertions(+), 20 deletions(-) > > --- a/arch/powerpc/include/asm/imc-pmu.h > +++ b/arch/powerpc/include/asm/imc-pmu.h > @@ -1,3 +1,4 @@ > +/* SPDX-License-Identifier: GPL-2.0-or-later */ > #ifndef __ASM_POWERPC_IMC_PMU_H > #define __ASM_POWERPC_IMC_PMU_H > > @@ -7,11 +8,6 @@ > * Copyright (C) 2017 Madhavan Srinivasan, IBM Corporation. > * (C) 2017 Anju T Sudhakar, IBM Corporation. > * (C) 2017 Hemant K Shaw, IBM Corporation. > - * > - * 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 later version. > */ > > #include > --- a/arch/powerpc/perf/imc-pmu.c > +++ b/arch/powerpc/perf/imc-pmu.c > @@ -1,14 +1,10 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* > * In-Memory Collection (IMC) Performance Monitor counter support. > * > * Copyright (C) 2017 Madhavan Srinivasan, IBM Corporation. > * (C) 2017 Anju T Sudhakar, IBM Corporation. > * (C) 2017 Hemant K Shaw, IBM Corporation. > - * > - * 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 later version. > */ > #include > #include > --- a/arch/powerpc/perf/power9-pmu.c > +++ b/arch/powerpc/perf/power9-pmu.c > @@ -1,14 +1,10 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* > * Performance counter support for POWER9 processors. > * > * Copyright 2009 Paul Mackerras, IBM Corporation. > * Copyright 2013 Michael Ellerman, IBM Corporation. > * Copyright 2016 Madhavan Srinivasan, IBM Corporation. > - * > - * 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 later version. > */ > > #define pr_fmt(fmt) "power9-pmu: " fmt > --- a/arch/powerpc/platforms/powernv/opal-imc.c > +++ b/arch/powerpc/platforms/powernv/opal-imc.c > @@ -1,3 +1,4 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* > * OPAL IMC interface detection driver > * Supported on POWERNV platform > @@ -5,11 +6,6 @@ > * Copyright (C) 2017 Madhavan Srinivasan, IBM Corporation. > * (C) 2017 Anju T Sudhakar, IBM Corporation. > * (C) 2017 Hemant K Shaw, IBM Corporation. > - * > - * 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 later version. > */ > #include > #include > > -- Richard Fontana Senior Commercial Counsel Red Hat, Inc.