.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /* |
---|
2 | 3 | * Cryptographic API. |
---|
3 | 4 | * |
---|
.. | .. |
---|
11 | 12 | * Copyright (c) Andrew McDonald <andrew@mcdonald.org.uk> |
---|
12 | 13 | * Copyright (c) 2002 James Morris <jmorris@intercode.com.au> |
---|
13 | 14 | * SHA224 Support Copyright 2007 Intel Corporation <jonathan.lynch@intel.com> |
---|
14 | | - * |
---|
15 | | - * This program is free software; you can redistribute it and/or modify it |
---|
16 | | - * under the terms of the GNU General Public License as published by the Free |
---|
17 | | - * Software Foundation; either version 2 of the License, or (at your option) |
---|
18 | | - * any later version. |
---|
19 | 15 | */ |
---|
20 | 16 | |
---|
21 | 17 | #include <linux/mm.h> |
---|