Skip to content

Commit 9508064

Browse files
dhowellssmfrench
authored andcommitted
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>
1 parent cc40f19 commit 9508064

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

fs/smb/client/smb1maperror.c

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
/* smb1maperror.c: description
1+
// SPDX-License-Identifier: GPL-2.0-or-later
2+
/*
23
*
3-
* Copyright (C) 2025 Red Hat, Inc. All Rights Reserved.
4-
* Written by David Howells (dhowells@redhat.com)
4+
* Copyright (c) International Business Machines Corp., 2002,2008
5+
* Author(s): Steve French (sfrench@us.ibm.com)
56
*
6-
* This program is free software; you can redistribute it and/or
7-
* modify it under the terms of the GNU General Public Licence
8-
* as published by the Free Software Foundation; either version
9-
* 2 of the Licence, or (at your option) any later version.
7+
* Error mapping routines from Samba libsmb/errormap.c
8+
* Copyright (C) Andrew Tridgell 2001
109
*/
1110

1211
#include "cifsproto.h"

0 commit comments

Comments
 (0)