summaryrefslogtreecommitdiff
path: root/fs/cifs_common
diff options
context:
space:
mode:
authorSteve French <stfrench@microsoft.com>2021-08-24 12:07:46 -0500
committerSteve French <stfrench@microsoft.com>2021-08-25 15:51:52 -0500
commit38f4910b8b26d3a940167f207bddfcc589310c8a (patch)
treebce40643bbc2cb484cb195d1c82422e9eb6e6066 /fs/cifs_common
parent42c21973fa3c0f4898330fa30d327fbab67b5460 (diff)
cifs: cifs_md4 convert to SPDX identifier
Add SPDX license identifier and replace license boilerplate for cifs_md4.c Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'fs/cifs_common')
-rw-r--r--fs/cifs_common/cifs_md4.c6
1 files changed, 1 insertions, 5 deletions
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>