.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /* |
---|
2 | 3 | * Cryptographic API. |
---|
3 | 4 | * |
---|
.. | .. |
---|
12 | 13 | * Copyright (c) Herbert Valerio Riedel <hvr@hvrlab.org> |
---|
13 | 14 | * Copyright (c) Kyle McMartin <kyle@debian.org> |
---|
14 | 15 | * 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 | | - * |
---|
21 | 16 | */ |
---|
22 | 17 | #include <linux/init.h> |
---|
23 | 18 | #include <linux/module.h> |
---|