treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
[linux-block.git] / include / crypto / internal / aead.h
index 6ad8e31d38682e4408f669dc0b08ec153bb8b36b..c509ec30fc65f4b88aa13d376be9f8353052db58 100644 (file)
@@ -1,13 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
 /*
  * AEAD: Authenticated Encryption with Associated Data
  * 
  * Copyright (c) 2007-2015 Herbert Xu <herbert@gondor.apana.org.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.
- *
  */
 
 #ifndef _CRYPTO_INTERNAL_AEAD_H