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 7870FC28CC7 for ; Mon, 3 Jun 2019 06:12:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5245F25B4A for ; Mon, 3 Jun 2019 06:12:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726713AbfFCGMj (ORCPT ); Mon, 3 Jun 2019 02:12:39 -0400 Received: from Galois.linutronix.de ([146.0.238.70]:35507 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726603AbfFCGMi (ORCPT ); Mon, 3 Jun 2019 02:12:38 -0400 Received: from localhost ([127.0.0.1] helo=nanos.tec.linutronix.de) by Galois.linutronix.de with esmtp (Exim 4.80) (envelope-from ) id 1hXgCv-0007n8-Ef for linux-spdx@vger.kernel.org; Mon, 03 Jun 2019 08:12:33 +0200 Message-Id: <20190602204653.357582964@linutronix.de> User-Agent: quilt/0.65 Date: Mon, 03 Jun 2019 07:44:45 +0200 From: Thomas Gleixner To: linux-spdx@vger.kernel.org Subject: [Batch 16 patch 04/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 229 References: <20190602204441.312079455@linutronix.de> MIME-Version: 1.0 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 From: Thomas Gleixner tglx@linutronix.de Based on 1 normalized pattern(s): oprofile authors @remark read the file copying extracted by the scancode license scanner the SPDX license identifier GPL-2.0-only has been chosen to replace the boilerplate/reference in 32 file(s). Signed-off-by: Thomas Gleixner --- https://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-spdx.git/commit/?h=batch16&id=f434c6c242c0 --- arch/alpha/oprofile/common.c | 2 +- arch/alpha/oprofile/op_impl.h | 2 +- arch/alpha/oprofile/op_model_ev4.c | 2 +- arch/alpha/oprofile/op_model_ev5.c | 2 +- arch/alpha/oprofile/op_model_ev6.c | 2 +- arch/alpha/oprofile/op_model_ev67.c | 2 +- arch/ia64/oprofile/init.c | 2 +- arch/ia64/oprofile/perfmon.c | 2 +- arch/mips/oprofile/op_impl.h | 2 +- arch/parisc/oprofile/init.c | 2 +- arch/sparc/oprofile/init.c | 2 +- arch/x86/oprofile/backtrace.c | 2 +- arch/x86/oprofile/init.c | 2 +- arch/x86/oprofile/nmi_int.c | 2 +- arch/x86/oprofile/op_counter.h | 2 +- arch/x86/oprofile/op_model_amd.c | 2 +- arch/x86/oprofile/op_model_p4.c | 2 +- arch/x86/oprofile/op_x86_model.h | 2 +- drivers/oprofile/buffer_sync.c | 2 +- drivers/oprofile/buffer_sync.h | 2 +- drivers/oprofile/cpu_buffer.c | 2 +- drivers/oprofile/cpu_buffer.h | 2 +- drivers/oprofile/event_buffer.c | 2 +- drivers/oprofile/event_buffer.h | 2 +- drivers/oprofile/oprof.c | 2 +- drivers/oprofile/oprof.h | 2 +- drivers/oprofile/oprofile_files.c | 2 +- drivers/oprofile/oprofile_stats.c | 2 +- drivers/oprofile/oprofile_stats.h | 2 +- drivers/oprofile/oprofilefs.c | 2 +- drivers/oprofile/timer_int.c | 2 +- include/linux/oprofile.h | 2 +- 32 files changed, 32 insertions(+), 32 deletions(-) --- a/arch/alpha/oprofile/common.c +++ b/arch/alpha/oprofile/common.c @@ -1,8 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0-only /** * @file arch/alpha/oprofile/common.c * * @remark Copyright 2002 OProfile authors - * @remark Read the file COPYING * * @author Richard Henderson */ --- a/arch/alpha/oprofile/op_impl.h +++ b/arch/alpha/oprofile/op_impl.h @@ -1,8 +1,8 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ /** * @file arch/alpha/oprofile/op_impl.h * * @remark Copyright 2002 OProfile authors - * @remark Read the file COPYING * * @author Richard Henderson */ --- a/arch/alpha/oprofile/op_model_ev4.c +++ b/arch/alpha/oprofile/op_model_ev4.c @@ -1,8 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0-only /** * @file arch/alpha/oprofile/op_model_ev4.c * * @remark Copyright 2002 OProfile authors - * @remark Read the file COPYING * * @author Richard Henderson */ --- a/arch/alpha/oprofile/op_model_ev5.c +++ b/arch/alpha/oprofile/op_model_ev5.c @@ -1,8 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0-only /** * @file arch/alpha/oprofile/op_model_ev5.c * * @remark Copyright 2002 OProfile authors - * @remark Read the file COPYING * * @author Richard Henderson */ --- a/arch/alpha/oprofile/op_model_ev6.c +++ b/arch/alpha/oprofile/op_model_ev6.c @@ -1,8 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0-only /** * @file arch/alpha/oprofile/op_model_ev6.c * * @remark Copyright 2002 OProfile authors - * @remark Read the file COPYING * * @author Richard Henderson */ --- a/arch/alpha/oprofile/op_model_ev67.c +++ b/arch/alpha/oprofile/op_model_ev67.c @@ -1,8 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0-only /** * @file arch/alpha/oprofile/op_model_ev67.c * * @remark Copyright 2002 OProfile authors - * @remark Read the file COPYING * * @author Richard Henderson * @author Falk Hueffner --- a/arch/ia64/oprofile/init.c +++ b/arch/ia64/oprofile/init.c @@ -1,8 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0-only /** * @file init.c * * @remark Copyright 2002 OProfile authors - * @remark Read the file COPYING * * @author John Levon */ --- a/arch/ia64/oprofile/perfmon.c +++ b/arch/ia64/oprofile/perfmon.c @@ -1,8 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0-only /** * @file perfmon.c * * @remark Copyright 2003 OProfile authors - * @remark Read the file COPYING * * @author John Levon */ --- a/arch/mips/oprofile/op_impl.h +++ b/arch/mips/oprofile/op_impl.h @@ -1,8 +1,8 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ /** * @file arch/alpha/oprofile/op_impl.h * * @remark Copyright 2002 OProfile authors - * @remark Read the file COPYING * * @author Richard Henderson */ --- a/arch/parisc/oprofile/init.c +++ b/arch/parisc/oprofile/init.c @@ -1,8 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0-only /** * @file init.c * * @remark Copyright 2002 OProfile authors - * @remark Read the file COPYING * * @author John Levon */ --- a/arch/sparc/oprofile/init.c +++ b/arch/sparc/oprofile/init.c @@ -1,8 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0-only /** * @file init.c * * @remark Copyright 2002 OProfile authors - * @remark Read the file COPYING * * @author John Levon */ --- a/arch/x86/oprofile/backtrace.c +++ b/arch/x86/oprofile/backtrace.c @@ -1,8 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0-only /** * @file backtrace.c * * @remark Copyright 2002 OProfile authors - * @remark Read the file COPYING * * @author John Levon * @author David Smith --- a/arch/x86/oprofile/init.c +++ b/arch/x86/oprofile/init.c @@ -1,8 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0-only /** * @file init.c * * @remark Copyright 2002 OProfile authors - * @remark Read the file COPYING * * @author John Levon */ --- a/arch/x86/oprofile/nmi_int.c +++ b/arch/x86/oprofile/nmi_int.c @@ -1,8 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0-only /** * @file nmi_int.c * * @remark Copyright 2002-2009 OProfile authors - * @remark Read the file COPYING * * @author John Levon * @author Robert Richter --- a/arch/x86/oprofile/op_counter.h +++ b/arch/x86/oprofile/op_counter.h @@ -1,8 +1,8 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ /** * @file op_counter.h * * @remark Copyright 2002 OProfile authors - * @remark Read the file COPYING * * @author John Levon */ --- a/arch/x86/oprofile/op_model_amd.c +++ b/arch/x86/oprofile/op_model_amd.c @@ -1,9 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0-only /* * @file op_model_amd.c * athlon / K7 / K8 / Family 10h model-specific MSR operations * * @remark Copyright 2002-2009 OProfile authors - * @remark Read the file COPYING * * @author John Levon * @author Philippe Elie --- a/arch/x86/oprofile/op_model_p4.c +++ b/arch/x86/oprofile/op_model_p4.c @@ -1,9 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0-only /** * @file op_model_p4.c * P4 model-specific MSR operations * * @remark Copyright 2002 OProfile authors - * @remark Read the file COPYING * * @author Graydon Hoare */ --- a/arch/x86/oprofile/op_x86_model.h +++ b/arch/x86/oprofile/op_x86_model.h @@ -1,9 +1,9 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ /** * @file op_x86_model.h * interface to x86 model-specific MSR operations * * @remark Copyright 2002 OProfile authors - * @remark Read the file COPYING * * @author Graydon Hoare * @author Robert Richter --- a/drivers/oprofile/buffer_sync.c +++ b/drivers/oprofile/buffer_sync.c @@ -1,8 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0-only /** * @file buffer_sync.c * * @remark Copyright 2002-2009 OProfile authors - * @remark Read the file COPYING * * @author John Levon * @author Barry Kasindorf --- a/drivers/oprofile/buffer_sync.h +++ b/drivers/oprofile/buffer_sync.h @@ -1,8 +1,8 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ /** * @file buffer_sync.h * * @remark Copyright 2002 OProfile authors - * @remark Read the file COPYING * * @author John Levon */ --- a/drivers/oprofile/cpu_buffer.c +++ b/drivers/oprofile/cpu_buffer.c @@ -1,8 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0-only /** * @file cpu_buffer.c * * @remark Copyright 2002-2009 OProfile authors - * @remark Read the file COPYING * * @author John Levon * @author Barry Kasindorf --- a/drivers/oprofile/cpu_buffer.h +++ b/drivers/oprofile/cpu_buffer.h @@ -1,8 +1,8 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ /** * @file cpu_buffer.h * * @remark Copyright 2002-2009 OProfile authors - * @remark Read the file COPYING * * @author John Levon * @author Robert Richter --- a/drivers/oprofile/event_buffer.c +++ b/drivers/oprofile/event_buffer.c @@ -1,8 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0-only /** * @file event_buffer.c * * @remark Copyright 2002 OProfile authors - * @remark Read the file COPYING * * @author John Levon * --- a/drivers/oprofile/event_buffer.h +++ b/drivers/oprofile/event_buffer.h @@ -1,8 +1,8 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ /** * @file event_buffer.h * * @remark Copyright 2002 OProfile authors - * @remark Read the file COPYING * * @author John Levon */ --- a/drivers/oprofile/oprof.c +++ b/drivers/oprofile/oprof.c @@ -1,8 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0-only /** * @file oprof.c * * @remark Copyright 2002 OProfile authors - * @remark Read the file COPYING * * @author John Levon */ --- a/drivers/oprofile/oprof.h +++ b/drivers/oprofile/oprof.h @@ -1,8 +1,8 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ /** * @file oprof.h * * @remark Copyright 2002 OProfile authors - * @remark Read the file COPYING * * @author John Levon */ --- a/drivers/oprofile/oprofile_files.c +++ b/drivers/oprofile/oprofile_files.c @@ -1,8 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0-only /** * @file oprofile_files.c * * @remark Copyright 2002 OProfile authors - * @remark Read the file COPYING * * @author John Levon */ --- a/drivers/oprofile/oprofile_stats.c +++ b/drivers/oprofile/oprofile_stats.c @@ -1,8 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0-only /** * @file oprofile_stats.c * * @remark Copyright 2002 OProfile authors - * @remark Read the file COPYING * * @author John Levon */ --- a/drivers/oprofile/oprofile_stats.h +++ b/drivers/oprofile/oprofile_stats.h @@ -1,8 +1,8 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ /** * @file oprofile_stats.h * * @remark Copyright 2002 OProfile authors - * @remark Read the file COPYING * * @author John Levon */ --- a/drivers/oprofile/oprofilefs.c +++ b/drivers/oprofile/oprofilefs.c @@ -1,8 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0-only /** * @file oprofilefs.c * * @remark Copyright 2002 OProfile authors - * @remark Read the file COPYING * * @author John Levon * --- a/drivers/oprofile/timer_int.c +++ b/drivers/oprofile/timer_int.c @@ -1,8 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0-only /** * @file timer_int.c * * @remark Copyright 2002 OProfile authors - * @remark Read the file COPYING * * @author John Levon */ --- a/include/linux/oprofile.h +++ b/include/linux/oprofile.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ /** * @file oprofile.h * @@ -5,7 +6,6 @@ * to oprofile. * * @remark Copyright 2002 OProfile authors - * @remark Read the file COPYING * * @author John Levon */