diff options
| author | David Howells <dhowells@redhat.com> | 2026-02-09 14:07:05 +0000 |
|---|---|---|
| committer | Steve French <stfrench@microsoft.com> | 2026-02-09 08:08:54 -0600 |
| commit | 95080648ed52c6b97153ad989252576a3c070036 (patch) | |
| tree | 203db118612e6c6e684a2ed91b91a40891c96c4c | |
| parent | cc40f19a30144b50e7fa648578c15d92176a146f (diff) | |
cifs: Fix the copyright banner on smb1maperror.c
Fix the copyright banner on smb1maperror.c to be the same as netmisc.c.
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
| -rw-r--r-- | fs/smb/client/smb1maperror.c | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/fs/smb/client/smb1maperror.c b/fs/smb/client/smb1maperror.c index e8aa7d44cbc6..277ef0865be0 100644 --- a/fs/smb/client/smb1maperror.c +++ b/fs/smb/client/smb1maperror.c @@ -1,12 +1,11 @@ -/* smb1maperror.c: description +// SPDX-License-Identifier: GPL-2.0-or-later +/* * - * Copyright (C) 2025 Red Hat, Inc. All Rights Reserved. - * Written by David Howells (dhowells@redhat.com) + * Copyright (c) International Business Machines Corp., 2002,2008 + * Author(s): Steve French (sfrench@us.ibm.com) * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public Licence - * as published by the Free Software Foundation; either version - * 2 of the Licence, or (at your option) any later version. + * Error mapping routines from Samba libsmb/errormap.c + * Copyright (C) Andrew Tridgell 2001 */ #include "cifsproto.h" |
