Skip to content

Commit 38f4910

Browse files
committed
cifs: cifs_md4 convert to SPDX identifier
Add SPDX license identifier and replace license boilerplate for cifs_md4.c Signed-off-by: Steve French <[email protected]>
1 parent 42c2197 commit 38f4910

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

fs/cifs/smb2maperror.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// SPDX-License-Identifier: LGPL-2.1
22
/*
3-
* fs/smb2/smb2maperror.c
43
*
54
* Functions which do error mapping of SMB2 status codes to POSIX errors
65
*

fs/cifs_common/cifs_md4.c

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: GPL-2.0
12
/*
23
* Cryptographic API.
34
*
@@ -14,11 +15,6 @@
1415
* Copyright (c) 2002 David S. Miller ([email protected])
1516
* Copyright (c) 2002 James Morris <[email protected]>
1617
*
17-
* This program is free software; you can redistribute it and/or modify
18-
* it under the terms of the GNU General Public License as published by
19-
* the Free Software Foundation; either version 2 of the License, or
20-
* (at your option) any later version.
21-
*
2218
*/
2319
#include <linux/init.h>
2420
#include <linux/kernel.h>

0 commit comments

Comments
 (0)