]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - crypto/hmac.c
cifs: fix panic in smb2_reconnect
[linux.git] / crypto / hmac.c
index ac8c611ee33e407078a0720259a9be0bf26e9f60..8b2a212eb0ad412e1d8a34d178c53d6eefb71342 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
 /*
  * Cryptographic API.
  *
@@ -8,12 +9,6 @@
  *
  * The HMAC implementation is derived from USAGI.
  * Copyright (c) 2002 Kazunori Miyazawa <miyazawa@linux-ipv6.org> / USAGI
- *
- * 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 <crypto/hmac.h>