| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Cryptographic API. |
|---|
| 3 | 4 | * |
|---|
| .. | .. |
|---|
| 10 | 11 | * Copyright (c) Jean-Luc Cooke <jlcooke@certainkey.com> |
|---|
| 11 | 12 | * Copyright (c) Andrew McDonald <andrew@mcdonald.org.uk> |
|---|
| 12 | 13 | * Copyright (c) 2003 Kyle McMartin <kyle@debian.org> |
|---|
| 13 | | - * |
|---|
| 14 | | - * This program is free software; you can redistribute it and/or modify it |
|---|
| 15 | | - * under the terms of the GNU General Public License as published by the |
|---|
| 16 | | - * Free Software Foundation; either version 2, or (at your option) any |
|---|
| 17 | | - * later version. |
|---|
| 18 | 14 | */ |
|---|
| 19 | 15 | |
|---|
| 20 | 16 | #include <linux/mm.h> |
|---|