All of lore.kernel.org
 help / color / mirror / Atom feed
* [patch 0/3] perf: Convert to SPDX license identifiers
@ 2019-01-16 11:10 Thomas Gleixner
  2019-01-16 11:10 ` [patch 1/3] perf/core: " Thomas Gleixner
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Thomas Gleixner @ 2019-01-16 11:10 UTC (permalink / raw)
  To: LKML; +Cc: Greg Kroah-Hartman, Ingo Molnar, Kate Stewart, Peter Zijlstra

The following series converts the files in kernel/events to SPDX license
identifiers.

Thanks,

	tglx

---
 callchain.c     |    3 +--
 core.c          |    3 +--
 hw_breakpoint.c |   15 +--------------
 ring_buffer.c   |    3 +--
 uprobes.c       |   15 +--------------
 5 files changed, 5 insertions(+), 34 deletions(-)


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [patch 1/3] perf/core: Convert to SPDX license identifiers
  2019-01-16 11:10 [patch 0/3] perf: Convert to SPDX license identifiers Thomas Gleixner
@ 2019-01-16 11:10 ` Thomas Gleixner
  2019-02-04  8:49   ` [tip:perf/core] " tip-bot for Thomas Gleixner
  2019-01-16 11:11 ` [patch 2/3] perf/hw_breakpoints: Convert to SPDX license identifier Thomas Gleixner
  2019-01-16 11:11 ` [patch 3/3] perf/uprobes: " Thomas Gleixner
  2 siblings, 1 reply; 8+ messages in thread
From: Thomas Gleixner @ 2019-01-16 11:10 UTC (permalink / raw)
  To: LKML; +Cc: Greg Kroah-Hartman, Ingo Molnar, Kate Stewart, Peter Zijlstra

Use proper SPDX license identifiers instead of the bogus reference to
kernel-base/COPYING.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
---
 kernel/events/callchain.c   |    3 +--
 kernel/events/core.c        |    3 +--
 kernel/events/ring_buffer.c |    3 +--
 3 files changed, 3 insertions(+), 6 deletions(-)

--- a/kernel/events/callchain.c
+++ b/kernel/events/callchain.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Performance events callchain code, extracted from core.c:
  *
@@ -5,8 +6,6 @@
  *  Copyright (C) 2008-2011 Red Hat, Inc., Ingo Molnar
  *  Copyright (C) 2008-2011 Red Hat, Inc., Peter Zijlstra
  *  Copyright  ©  2009 Paul Mackerras, IBM Corp. <paulus@au1.ibm.com>
- *
- * For licensing details see kernel-base/COPYING
  */
 
 #include <linux/perf_event.h>
--- a/kernel/events/core.c
+++ b/kernel/events/core.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Performance events core code:
  *
@@ -5,8 +6,6 @@
  *  Copyright (C) 2008-2011 Red Hat, Inc., Ingo Molnar
  *  Copyright (C) 2008-2011 Red Hat, Inc., Peter Zijlstra
  *  Copyright  ©  2009 Paul Mackerras, IBM Corp. <paulus@au1.ibm.com>
- *
- * For licensing details see kernel-base/COPYING
  */
 
 #include <linux/fs.h>
--- a/kernel/events/ring_buffer.c
+++ b/kernel/events/ring_buffer.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Performance events ring-buffer code:
  *
@@ -5,8 +6,6 @@
  *  Copyright (C) 2008-2011 Red Hat, Inc., Ingo Molnar
  *  Copyright (C) 2008-2011 Red Hat, Inc., Peter Zijlstra
  *  Copyright  ©  2009 Paul Mackerras, IBM Corp. <paulus@au1.ibm.com>
- *
- * For licensing details see kernel-base/COPYING
  */
 
 #include <linux/perf_event.h>



^ permalink raw reply	[flat|nested] 8+ messages in thread

* [patch 2/3] perf/hw_breakpoints: Convert to SPDX license identifier
  2019-01-16 11:10 [patch 0/3] perf: Convert to SPDX license identifiers Thomas Gleixner
  2019-01-16 11:10 ` [patch 1/3] perf/core: " Thomas Gleixner
@ 2019-01-16 11:11 ` Thomas Gleixner
  2019-01-17 12:59   ` Paul E. McKenney
  2019-02-04  8:50   ` [tip:perf/core] " tip-bot for Thomas Gleixner
  2019-01-16 11:11 ` [patch 3/3] perf/uprobes: " Thomas Gleixner
  2 siblings, 2 replies; 8+ messages in thread
From: Thomas Gleixner @ 2019-01-16 11:11 UTC (permalink / raw)
  To: LKML
  Cc: Greg Kroah-Hartman, Ingo Molnar, Kate Stewart, Peter Zijlstra,
	Alan Stern, Frederic Weisbecker, Paul McKenney

Replace the license boiler plate with a SPDX license identifier.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Alan Stern <stern@rowland.harvard.edu>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Paul McKenney <paulmck@linux.vnet.ibm.com>
---
 kernel/events/hw_breakpoint.c |   15 +--------------
 1 file changed, 1 insertion(+), 14 deletions(-)

--- 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 <fweisbec@gmail.com>



^ permalink raw reply	[flat|nested] 8+ messages in thread

* [patch 3/3] perf/uprobes: Convert to SPDX license identifier
  2019-01-16 11:10 [patch 0/3] perf: Convert to SPDX license identifiers Thomas Gleixner
  2019-01-16 11:10 ` [patch 1/3] perf/core: " Thomas Gleixner
  2019-01-16 11:11 ` [patch 2/3] perf/hw_breakpoints: Convert to SPDX license identifier Thomas Gleixner
@ 2019-01-16 11:11 ` Thomas Gleixner
  2019-02-04  8:51   ` [tip:perf/core] " tip-bot for Thomas Gleixner
  2 siblings, 1 reply; 8+ messages in thread
From: Thomas Gleixner @ 2019-01-16 11:11 UTC (permalink / raw)
  To: LKML
  Cc: Greg Kroah-Hartman, Ingo Molnar, Kate Stewart, Peter Zijlstra,
	Paul McKenney

Replace the license boiler plate with a SPDX license identifier.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Paul McKenney <paulmck@linux.vnet.ibm.com>
Cc: Peter Zijlstra <peterz@infradead.org>
---
 kernel/events/uprobes.c |   15 +--------------
 1 file changed, 1 insertion(+), 14 deletions(-)

--- a/kernel/events/uprobes.c
+++ b/kernel/events/uprobes.c
@@ -1,20 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * User-space Probes (UProbes)
  *
- * 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) IBM Corporation, 2008-2012
  * Authors:
  *	Srikar Dronamraju



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [patch 2/3] perf/hw_breakpoints: Convert to SPDX license identifier
  2019-01-16 11:11 ` [patch 2/3] perf/hw_breakpoints: Convert to SPDX license identifier Thomas Gleixner
@ 2019-01-17 12:59   ` Paul E. McKenney
  2019-02-04  8:50   ` [tip:perf/core] " tip-bot for Thomas Gleixner
  1 sibling, 0 replies; 8+ messages in thread
From: Paul E. McKenney @ 2019-01-17 12:59 UTC (permalink / raw)
  To: Thomas Gleixner
  Cc: LKML, Greg Kroah-Hartman, Ingo Molnar, Kate Stewart,
	Peter Zijlstra, Alan Stern, Frederic Weisbecker

On Wed, Jan 16, 2019 at 12:11:00PM +0100, Thomas Gleixner wrote:
> Replace the license boiler plate with a SPDX license identifier.
> 
> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
> Cc: Alan Stern <stern@rowland.harvard.edu>
> Cc: Frederic Weisbecker <fweisbec@gmail.com>
> Cc: Paul McKenney <paulmck@linux.vnet.ibm.com>

For both of the ones I am CCed on:

Acked-by: Paul McKenney <paulmck@linux.ibm.com>

> ---
>  kernel/events/hw_breakpoint.c |   15 +--------------
>  1 file changed, 1 insertion(+), 14 deletions(-)
> 
> --- 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 <fweisbec@gmail.com>
> 
> 


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [tip:perf/core] perf/core: Convert to SPDX license identifiers
  2019-01-16 11:10 ` [patch 1/3] perf/core: " Thomas Gleixner
@ 2019-02-04  8:49   ` tip-bot for Thomas Gleixner
  0 siblings, 0 replies; 8+ messages in thread
From: tip-bot for Thomas Gleixner @ 2019-02-04  8:49 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: mingo, torvalds, jolsa, hpa, gregkh, acme, tglx, kstewart,
	peterz, linux-kernel, alexander.shishkin

Commit-ID:  8e86e01526764e8cdc77b80a8f24f33e6847b9e7
Gitweb:     https://git.kernel.org/tip/8e86e01526764e8cdc77b80a8f24f33e6847b9e7
Author:     Thomas Gleixner <tglx@linutronix.de>
AuthorDate: Wed, 16 Jan 2019 12:10:59 +0100
Committer:  Ingo Molnar <mingo@kernel.org>
CommitDate: Mon, 4 Feb 2019 08:46:11 +0100

perf/core: Convert to SPDX license identifiers

Use proper SPDX license identifiers instead of the bogus reference to
kernel-base/COPYING.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Kate Stewart <kstewart@linuxfoundation.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: https://lkml.kernel.org/r/20190116111308.012666937@linutronix.de
Signed-off-by: Ingo Molnar <mingo@kernel.org>
---
 kernel/events/callchain.c   | 3 +--
 kernel/events/core.c        | 3 +--
 kernel/events/ring_buffer.c | 3 +--
 3 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/kernel/events/callchain.c b/kernel/events/callchain.c
index 24a77c34e9ad..c2b41a263166 100644
--- a/kernel/events/callchain.c
+++ b/kernel/events/callchain.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Performance events callchain code, extracted from core.c:
  *
@@ -5,8 +6,6 @@
  *  Copyright (C) 2008-2011 Red Hat, Inc., Ingo Molnar
  *  Copyright (C) 2008-2011 Red Hat, Inc., Peter Zijlstra
  *  Copyright  ©  2009 Paul Mackerras, IBM Corp. <paulus@au1.ibm.com>
- *
- * For licensing details see kernel-base/COPYING
  */
 
 #include <linux/perf_event.h>
diff --git a/kernel/events/core.c b/kernel/events/core.c
index 280a72b3a553..5b89de7918d0 100644
--- a/kernel/events/core.c
+++ b/kernel/events/core.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Performance events core code:
  *
@@ -5,8 +6,6 @@
  *  Copyright (C) 2008-2011 Red Hat, Inc., Ingo Molnar
  *  Copyright (C) 2008-2011 Red Hat, Inc., Peter Zijlstra
  *  Copyright  ©  2009 Paul Mackerras, IBM Corp. <paulus@au1.ibm.com>
- *
- * For licensing details see kernel-base/COPYING
  */
 
 #include <linux/fs.h>
diff --git a/kernel/events/ring_buffer.c b/kernel/events/ring_buffer.c
index 309ef5a64af5..ed6409300ef5 100644
--- a/kernel/events/ring_buffer.c
+++ b/kernel/events/ring_buffer.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Performance events ring-buffer code:
  *
@@ -5,8 +6,6 @@
  *  Copyright (C) 2008-2011 Red Hat, Inc., Ingo Molnar
  *  Copyright (C) 2008-2011 Red Hat, Inc., Peter Zijlstra
  *  Copyright  ©  2009 Paul Mackerras, IBM Corp. <paulus@au1.ibm.com>
- *
- * For licensing details see kernel-base/COPYING
  */
 
 #include <linux/perf_event.h>

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [tip:perf/core] perf/hw_breakpoints: Convert to SPDX license identifier
  2019-01-16 11:11 ` [patch 2/3] perf/hw_breakpoints: Convert to SPDX license identifier Thomas Gleixner
  2019-01-17 12:59   ` Paul E. McKenney
@ 2019-02-04  8:50   ` tip-bot for Thomas Gleixner
  1 sibling, 0 replies; 8+ messages in thread
From: tip-bot for Thomas Gleixner @ 2019-02-04  8:50 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: mingo, kstewart, hpa, fweisbec, gregkh, jolsa, torvalds, stern,
	linux-kernel, acme, paulmck, peterz, alexander.shishkin, tglx

Commit-ID:  469eb32eaf361971dfc8ad165af14ae3f2217487
Gitweb:     https://git.kernel.org/tip/469eb32eaf361971dfc8ad165af14ae3f2217487
Author:     Thomas Gleixner <tglx@linutronix.de>
AuthorDate: Wed, 16 Jan 2019 12:11:00 +0100
Committer:  Ingo Molnar <mingo@kernel.org>
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 <tglx@linutronix.de>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Acked-by: Paul McKenney <paulmck@linux.ibm.com>
Cc: Alan Stern <stern@rowland.harvard.edu>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Kate Stewart <kstewart@linuxfoundation.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: https://lkml.kernel.org/r/20190116111308.105855650@linutronix.de
Signed-off-by: Ingo Molnar <mingo@kernel.org>
---
 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 <fweisbec@gmail.com>

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [tip:perf/core] perf/uprobes: Convert to SPDX license identifier
  2019-01-16 11:11 ` [patch 3/3] perf/uprobes: " Thomas Gleixner
@ 2019-02-04  8:51   ` tip-bot for Thomas Gleixner
  0 siblings, 0 replies; 8+ messages in thread
From: tip-bot for Thomas Gleixner @ 2019-02-04  8:51 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: gregkh, paulmck, alexander.shishkin, peterz, mingo, tglx, acme,
	linux-kernel, torvalds, hpa, jolsa, kstewart

Commit-ID:  720e596a16cc170798a60dc7afa27146ec5fb14e
Gitweb:     https://git.kernel.org/tip/720e596a16cc170798a60dc7afa27146ec5fb14e
Author:     Thomas Gleixner <tglx@linutronix.de>
AuthorDate: Wed, 16 Jan 2019 12:11:01 +0100
Committer:  Ingo Molnar <mingo@kernel.org>
CommitDate: Mon, 4 Feb 2019 08:46:13 +0100

perf/uprobes: Convert to SPDX license identifier

Replace the license boiler plate with a SPDX license identifier.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Acked-by: Paul McKenney <paulmck@linux.ibm.com>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Kate Stewart <kstewart@linuxfoundation.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: https://lkml.kernel.org/r/20190116111308.211981422@linutronix.de
Signed-off-by: Ingo Molnar <mingo@kernel.org>
---
 kernel/events/uprobes.c | 15 +--------------
 1 file changed, 1 insertion(+), 14 deletions(-)

diff --git a/kernel/events/uprobes.c b/kernel/events/uprobes.c
index 8aef47ee7bfa..affa830a198c 100644
--- a/kernel/events/uprobes.c
+++ b/kernel/events/uprobes.c
@@ -1,20 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * User-space Probes (UProbes)
  *
- * 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) IBM Corporation, 2008-2012
  * Authors:
  *	Srikar Dronamraju

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2019-02-04  8:51 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-16 11:10 [patch 0/3] perf: Convert to SPDX license identifiers Thomas Gleixner
2019-01-16 11:10 ` [patch 1/3] perf/core: " Thomas Gleixner
2019-02-04  8:49   ` [tip:perf/core] " tip-bot for Thomas Gleixner
2019-01-16 11:11 ` [patch 2/3] perf/hw_breakpoints: Convert to SPDX license identifier Thomas Gleixner
2019-01-17 12:59   ` Paul E. McKenney
2019-02-04  8:50   ` [tip:perf/core] " tip-bot for Thomas Gleixner
2019-01-16 11:11 ` [patch 3/3] perf/uprobes: " Thomas Gleixner
2019-02-04  8:51   ` [tip:perf/core] " tip-bot for Thomas Gleixner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.