From 8627bc8c7d815d929ad59407e13458b564870acf Mon Sep 17 00:00:00 2001 From: Christian Brauner Date: Mon, 3 Nov 2025 17:34:18 +0100 Subject: [PATCH] ns: add missing authorship I authored the files a short while ago. Signed-off-by: Christian Brauner --- include/linux/nstree.h | 1 + kernel/nscommon.c | 1 + kernel/nstree.c | 1 + 3 files changed, 3 insertions(+) diff --git a/include/linux/nstree.h b/include/linux/nstree.h index 8b86366904739..43aa262c0ea15 100644 --- a/include/linux/nstree.h +++ b/include/linux/nstree.h @@ -1,4 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0 */ +/* Copyright (c) 2025 Christian Brauner */ #ifndef _LINUX_NSTREE_H #define _LINUX_NSTREE_H diff --git a/kernel/nscommon.c b/kernel/nscommon.c index c1fb2bad6d729..238402b189f73 100644 --- a/kernel/nscommon.c +++ b/kernel/nscommon.c @@ -1,4 +1,5 @@ // SPDX-License-Identifier: GPL-2.0-only +/* Copyright (c) 2025 Christian Brauner */ #include #include diff --git a/kernel/nstree.c b/kernel/nstree.c index 369fd1675c6ab..4eabab5fceafa 100644 --- a/kernel/nstree.c +++ b/kernel/nstree.c @@ -1,4 +1,5 @@ // SPDX-License-Identifier: GPL-2.0-only +/* Copyright (c) 2025 Christian Brauner */ #include #include -- 2.47.3