| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Cryptographic API. |
|---|
| 3 | 4 | * |
|---|
| .. | .. |
|---|
| 10 | 11 | * Copyright (c) Alan Smithee. |
|---|
| 11 | 12 | * Copyright (c) Andrew McDonald <andrew@mcdonald.org.uk> |
|---|
| 12 | 13 | * Copyright (c) Jean-Francois Dive <jef@linuxbe.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 Free |
|---|
| 16 | | - * Software Foundation; either version 2 of the License, or (at your option) |
|---|
| 17 | | - * any later version. |
|---|
| 18 | 14 | */ |
|---|
| 19 | 15 | |
|---|
| 20 | 16 | #include <linux/mm.h> |
|---|