All of lore.kernel.org
 help / color / mirror / Atom feed
* debugobjects: Convert to SPDX license identifier
@ 2022-05-10  8:53 Thomas Gleixner
  2022-05-10  9:27 ` Christoph Hellwig
  2022-05-13 10:37 ` [tip: core/debugobjects] " tip-bot2 for Thomas Gleixner
  0 siblings, 2 replies; 3+ messages in thread
From: Thomas Gleixner @ 2022-05-10  8:53 UTC (permalink / raw)
  To: LKML; +Cc: linux-spdx


Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
---
 lib/debugobjects.c |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

--- a/lib/debugobjects.c
+++ b/lib/debugobjects.c
@@ -1,11 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Generic infrastructure for lifetime debugging of objects.
  *
- * Started by Thomas Gleixner
- *
  * Copyright (C) 2008, Thomas Gleixner <tglx@linutronix.de>
- *
- * For licencing details see kernel-base/COPYING
  */
 
 #define pr_fmt(fmt) "ODEBUG: " fmt

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

* Re: debugobjects: Convert to SPDX license identifier
  2022-05-10  8:53 debugobjects: Convert to SPDX license identifier Thomas Gleixner
@ 2022-05-10  9:27 ` Christoph Hellwig
  2022-05-13 10:37 ` [tip: core/debugobjects] " tip-bot2 for Thomas Gleixner
  1 sibling, 0 replies; 3+ messages in thread
From: Christoph Hellwig @ 2022-05-10  9:27 UTC (permalink / raw)
  To: Thomas Gleixner; +Cc: LKML, linux-spdx

Looks good:

Reviewed-by: Christoph Hellwig <hch@lst.de>

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

* [tip: core/debugobjects] debugobjects: Convert to SPDX license identifier
  2022-05-10  8:53 debugobjects: Convert to SPDX license identifier Thomas Gleixner
  2022-05-10  9:27 ` Christoph Hellwig
@ 2022-05-13 10:37 ` tip-bot2 for Thomas Gleixner
  1 sibling, 0 replies; 3+ messages in thread
From: tip-bot2 for Thomas Gleixner @ 2022-05-13 10:37 UTC (permalink / raw)
  To: linux-tip-commits; +Cc: Thomas Gleixner, Christoph Hellwig, x86, linux-kernel

The following commit has been merged into the core/debugobjects branch of tip:

Commit-ID:     9e4a51ad8eee1d263666fd31ced39bd8e3770822
Gitweb:        https://git.kernel.org/tip/9e4a51ad8eee1d263666fd31ced39bd8e3770822
Author:        Thomas Gleixner <tglx@linutronix.de>
AuthorDate:    Tue, 10 May 2022 10:53:41 +02:00
Committer:     Thomas Gleixner <tglx@linutronix.de>
CommitterDate: Fri, 13 May 2022 12:35:17 +02:00

debugobjects: Convert to SPDX license identifier

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/87v8udpy3u.ffs@tglx

---
 lib/debugobjects.c | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/lib/debugobjects.c b/lib/debugobjects.c
index 6946f8e..337d797 100644
--- a/lib/debugobjects.c
+++ b/lib/debugobjects.c
@@ -1,11 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Generic infrastructure for lifetime debugging of objects.
  *
- * Started by Thomas Gleixner
- *
  * Copyright (C) 2008, Thomas Gleixner <tglx@linutronix.de>
- *
- * For licencing details see kernel-base/COPYING
  */
 
 #define pr_fmt(fmt) "ODEBUG: " fmt

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

end of thread, other threads:[~2022-05-13 10:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-10  8:53 debugobjects: Convert to SPDX license identifier Thomas Gleixner
2022-05-10  9:27 ` Christoph Hellwig
2022-05-13 10:37 ` [tip: core/debugobjects] " tip-bot2 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.