hc
2024-05-14 bedbef8ad3e75a304af6361af235302bcc61d06b
kernel/crypto/blowfish_common.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * Cryptographic API.
34 *
....@@ -12,12 +13,6 @@
1213 * Copyright (c) Herbert Valerio Riedel <hvr@hvrlab.org>
1314 * Copyright (c) Kyle McMartin <kyle@debian.org>
1415 * Copyright (c) 2002 James Morris <jmorris@intercode.com.au>
15
- *
16
- * This program is free software; you can redistribute it and/or modify
17
- * it under the terms of the GNU General Public License as published by
18
- * the Free Software Foundation; either version 2 of the License, or
19
- * (at your option) any later version.
20
- *
2116 */
2217 #include <linux/init.h>
2318 #include <linux/module.h>