]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ns: add missing authorship
authorChristian Brauner <brauner@kernel.org>
Mon, 3 Nov 2025 16:34:18 +0000 (17:34 +0100)
committerChristian Brauner <brauner@kernel.org>
Mon, 3 Nov 2025 16:39:20 +0000 (17:39 +0100)
I authored the files a short while ago.

Signed-off-by: Christian Brauner <brauner@kernel.org>
include/linux/nstree.h
kernel/nscommon.c
kernel/nstree.c

index 8b863669047390c2067f22f6a03bfa244af563cd..43aa262c0ea1542f2b3393e675e123498b0ba51c 100644 (file)
@@ -1,4 +1,5 @@
 /* SPDX-License-Identifier: GPL-2.0 */
+/* Copyright (c) 2025 Christian Brauner <brauner@kernel.org> */
 #ifndef _LINUX_NSTREE_H
 #define _LINUX_NSTREE_H
 
index c1fb2bad6d72956f6fce864bc5867dabe7f62bd4..238402b189f735bea7462060b62afa65b77e58b9 100644 (file)
@@ -1,4 +1,5 @@
 // SPDX-License-Identifier: GPL-2.0-only
+/* Copyright (c) 2025 Christian Brauner <brauner@kernel.org> */
 
 #include <linux/ns_common.h>
 #include <linux/proc_ns.h>
index 369fd1675c6abbaff4781de322a2fa1af789a4c3..4eabab5fceafad5f913784b7626f89b00769eb59 100644 (file)
@@ -1,4 +1,5 @@
 // SPDX-License-Identifier: GPL-2.0-only
+/* Copyright (c) 2025 Christian Brauner <brauner@kernel.org> */
 
 #include <linux/nstree.h>
 #include <linux/proc_ns.h>