hc
2024-05-10 61598093bbdd283a7edc367d900f223070ead8d2
kernel/crypto/cast_common.c
....@@ -1,15 +1,10 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * Common lookup tables for CAST-128 (cast5) and CAST-256 (cast6)
34 *
45 * Copyright © 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
56 * Copyright © 2003 Kartikey Mahendra Bhatt <kartik_me@hotmail.com>
67 * Copyright © 2012 Jussi Kivilinna <jussi.kivilinna@mbnet.fi>
7
- *
8
- * This program is free software; you can redistribute it and/or modify it
9
- * under the terms of GNU General Public License as published by the Free
10
- * Software Foundation; either version 2 of the License, or (at your option)
11
- * any later version.
12
- *
138 */
149
1510 #include <linux/module.h>