From: Christian Brauner Date: Mon, 3 Nov 2025 16:34:18 +0000 (+0100) Subject: ns: add missing authorship X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8627bc8c7d815d929ad59407e13458b564870acf;p=thirdparty%2Flinux.git ns: add missing authorship I authored the files a short while ago. Signed-off-by: Christian Brauner --- 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