hc
2024-02-20 e636c8d336489bf3eed5878299e6cc045bbad077
kernel/include/crypto/scatterwalk.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /*
23 * Cryptographic scatter and gather helpers.
34 *
....@@ -5,12 +6,6 @@
56 * Copyright (c) 2002 Adam J. Richter <adam@yggdrasil.com>
67 * Copyright (c) 2004 Jean-Luc Cooke <jlcooke@certainkey.com>
78 * Copyright (c) 2007 Herbert Xu <herbert@gondor.apana.org.au>
8
- *
9
- * This program is free software; you can redistribute it and/or modify it
10
- * under the terms of the GNU General Public License as published by the Free
11
- * Software Foundation; either version 2 of the License, or (at your option)
12
- * any later version.
13
- *
149 */
1510
1611 #ifndef _CRYPTO_SCATTERWALK_H