aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2022-05-23 16:40:12 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2022-05-23 16:40:12 -0700
commit985564eb3e3c2024af222525e8e052b3336a6775 (patch)
tree9eed1876f714da37965982f38463cfb514c69601 /lib
parentMerge tag 'core-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip (diff)
parentdebugobjects: Convert to SPDX license identifier (diff)
downloadlinux-dev-985564eb3e3c2024af222525e8e052b3336a6775.tar.xz
linux-dev-985564eb3e3c2024af222525e8e052b3336a6775.zip
Merge tag 'core-debugobjects-2022-05-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull debugobjects fixlet from Thomas Gleixner: "Trivial licensing cleanup in debugobjects" * tag 'core-debugobjects-2022-05-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: debugobjects: Convert to SPDX license identifier
Diffstat (limited to 'lib')
-rw-r--r--lib/debugobjects.c5
1 files changed, 1 insertions, 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@linutronix.de>
- *
- * For licencing details see kernel-base/COPYING
*/
#define pr_fmt(fmt) "ODEBUG: " fmt