[GIT pull] core/debugobjects for 5.19-rc1

From: Thomas Gleixner
Date: Mon May 23 2022 - 04:02:23 EST


Linus,

please pull the latest core/debugobjects branch from:

git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core-debugobjects-2022-05-23

up to: 9e4a51ad8eee: debugobjects: Convert to SPDX license identifier


Trivial licensing cleanup in debugobjects

Thanks,

tglx

------------------>
Thomas Gleixner (1):
debugobjects: Convert to SPDX license identifier


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

diff --git a/lib/debugobjects.c b/lib/debugobjects.c
index 6946f8e204e3..337d797a7141 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@xxxxxxxxxxxxx>
- *
- * For licencing details see kernel-base/COPYING
*/

#define pr_fmt(fmt) "ODEBUG: " fmt