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=-12.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SIGNED_OFF_BY,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 A7EFAC282C4 for ; Mon, 4 Feb 2019 08:51:02 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 7F39A20820 for ; Mon, 4 Feb 2019 08:51:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728400AbfBDIvA (ORCPT ); Mon, 4 Feb 2019 03:51:00 -0500 Received: from terminus.zytor.com ([198.137.202.136]:37047 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726320AbfBDIvA (ORCPT ); Mon, 4 Feb 2019 03:51:00 -0500 Received: from terminus.zytor.com (localhost [127.0.0.1]) by terminus.zytor.com (8.15.2/8.15.2) with ESMTPS id x148oafl357173 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Mon, 4 Feb 2019 00:50:36 -0800 Received: (from tipbot@localhost) by terminus.zytor.com (8.15.2/8.15.2/Submit) id x148oaj5357170; Mon, 4 Feb 2019 00:50:36 -0800 Date: Mon, 4 Feb 2019 00:50:36 -0800 X-Authentication-Warning: terminus.zytor.com: tipbot set sender to tipbot@zytor.com using -f From: tip-bot for Thomas Gleixner Message-ID: Cc: mingo@kernel.org, kstewart@linuxfoundation.org, hpa@zytor.com, fweisbec@gmail.com, gregkh@linuxfoundation.org, jolsa@redhat.com, torvalds@linux-foundation.org, stern@rowland.harvard.edu, linux-kernel@vger.kernel.org, acme@redhat.com, paulmck@linux.ibm.com, peterz@infradead.org, alexander.shishkin@linux.intel.com, tglx@linutronix.de Reply-To: mingo@kernel.org, kstewart@linuxfoundation.org, hpa@zytor.com, fweisbec@gmail.com, gregkh@linuxfoundation.org, linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, jolsa@redhat.com, stern@rowland.harvard.edu, acme@redhat.com, paulmck@linux.ibm.com, alexander.shishkin@linux.intel.com, peterz@infradead.org, tglx@linutronix.de In-Reply-To: <20190116111308.105855650@linutronix.de> References: <20190116111308.105855650@linutronix.de> To: linux-tip-commits@vger.kernel.org Subject: [tip:perf/core] perf/hw_breakpoints: Convert to SPDX license identifier Git-Commit-ID: 469eb32eaf361971dfc8ad165af14ae3f2217487 X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Commit-ID: 469eb32eaf361971dfc8ad165af14ae3f2217487 Gitweb: https://git.kernel.org/tip/469eb32eaf361971dfc8ad165af14ae3f2217487 Author: Thomas Gleixner AuthorDate: Wed, 16 Jan 2019 12:11:00 +0100 Committer: Ingo Molnar CommitDate: Mon, 4 Feb 2019 08:46:13 +0100 perf/hw_breakpoints: Convert to SPDX license identifier Replace the license boiler plate with a SPDX license identifier. Signed-off-by: Thomas Gleixner Signed-off-by: Peter Zijlstra (Intel) Acked-by: Paul McKenney Cc: Alan Stern Cc: Alexander Shishkin Cc: Arnaldo Carvalho de Melo Cc: Frederic Weisbecker Cc: Greg Kroah-Hartman Cc: Jiri Olsa Cc: Kate Stewart Cc: Linus Torvalds Cc: Peter Zijlstra Link: https://lkml.kernel.org/r/20190116111308.105855650@linutronix.de Signed-off-by: Ingo Molnar --- kernel/events/hw_breakpoint.c | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/kernel/events/hw_breakpoint.c b/kernel/events/hw_breakpoint.c index 5befb338a18d..c5cd852fe86b 100644 --- a/kernel/events/hw_breakpoint.c +++ b/kernel/events/hw_breakpoint.c @@ -1,18 +1,5 @@ +// SPDX-License-Identifier: GPL-2.0+ /* - * 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 option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - * * Copyright (C) 2007 Alan Stern * Copyright (C) IBM Corporation, 2009 * Copyright (C) 2009, Frederic Weisbecker