.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
---|
1 | 2 | /* |
---|
2 | 3 | * Cryptographic scatter and gather helpers. |
---|
3 | 4 | * |
---|
.. | .. |
---|
5 | 6 | * Copyright (c) 2002 Adam J. Richter <adam@yggdrasil.com> |
---|
6 | 7 | * Copyright (c) 2004 Jean-Luc Cooke <jlcooke@certainkey.com> |
---|
7 | 8 | * Copyright (c) 2007 Herbert Xu <herbert@gondor.apana.org.au> |
---|
8 | | - * |
---|
9 | | - * This program is free software; you can redistribute it and/or modify it |
---|
10 | | - * under the terms of the GNU General Public License as published by the Free |
---|
11 | | - * Software Foundation; either version 2 of the License, or (at your option) |
---|
12 | | - * any later version. |
---|
13 | | - * |
---|
14 | 9 | */ |
---|
15 | 10 | |
---|
16 | 11 | #ifndef _CRYPTO_SCATTERWALK_H |
---|