.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /* |
---|
2 | 3 | * Common lookup tables for CAST-128 (cast5) and CAST-256 (cast6) |
---|
3 | 4 | * |
---|
4 | 5 | * Copyright © 1998, 1999, 2000, 2001 Free Software Foundation, Inc. |
---|
5 | 6 | * Copyright © 2003 Kartikey Mahendra Bhatt <kartik_me@hotmail.com> |
---|
6 | 7 | * 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 | | - * |
---|
13 | 8 | */ |
---|
14 | 9 | |
---|
15 | 10 | #include <linux/module.h> |
---|