From: Stefan Metzmacher Date: Tue, 7 Apr 2026 14:46:28 +0000 (+0200) Subject: smb: smbdirect: fix copyright header of smbdirect.h X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3892007f2bbf8ae2df5374de708282d6895402e9;p=thirdparty%2Fkernel%2Flinux.git smb: smbdirect: fix copyright header of smbdirect.h Everything in smbdirect.h was taken from my out of tree prototype. Cc: Steve French Cc: Tom Talpey Cc: Long Li Cc: Namjae Jeon Cc: David Howells Cc: Henrique Carvalho Cc: linux-cifs@vger.kernel.org Cc: samba-technical@lists.samba.org Signed-off-by: Stefan Metzmacher Signed-off-by: Steve French --- diff --git a/fs/smb/common/smbdirect/smbdirect.h b/fs/smb/common/smbdirect/smbdirect.h index 8fbffe3eb845..bbab5f7f7cc9 100644 --- a/fs/smb/common/smbdirect/smbdirect.h +++ b/fs/smb/common/smbdirect/smbdirect.h @@ -1,7 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ /* - * Copyright (C) 2017, Microsoft Corporation. - * Copyright (C) 2018, LG Electronics. + * Copyright (C) 2025 Stefan Metzmacher */ #ifndef __FS_SMB_COMMON_SMBDIRECT_SMBDIRECT_H__