diff options
-rw-r--r-- | fs/cifs/smb2maperror.c | 1 | ||||
-rw-r--r-- | fs/cifs_common/cifs_md4.c | 6 |
2 files changed, 1 insertions, 6 deletions
diff --git a/fs/cifs/smb2maperror.c b/fs/cifs/smb2maperror.c index cea39bcecbab..181514b8770d 100644 --- a/fs/cifs/smb2maperror.c +++ b/fs/cifs/smb2maperror.c @@ -1,6 +1,5 @@ // SPDX-License-Identifier: LGPL-2.1 /* - * fs/smb2/smb2maperror.c * * Functions which do error mapping of SMB2 status codes to POSIX errors * diff --git a/fs/cifs_common/cifs_md4.c b/fs/cifs_common/cifs_md4.c index dbf9113b8600..50f78cfc6ce9 100644 --- a/fs/cifs_common/cifs_md4.c +++ b/fs/cifs_common/cifs_md4.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0 /* * Cryptographic API. * @@ -14,11 +15,6 @@ * Copyright (c) 2002 David S. Miller (davem@redhat.com) * Copyright (c) 2002 James Morris <jmorris@intercode.com.au> * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * */ #include <linux/init.h> #include <linux/kernel.h> |