debugobjects: Convert to SPDX license identifier

From: Thomas Gleixner
Date: Tue May 10 2022 - 04:53:48 EST



Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
---
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@xxxxxxxxxxxxx>
- *
- * For licencing details see kernel-base/COPYING
*/

#define pr_fmt(fmt) "ODEBUG: " fmt