diff options
Diffstat (limited to 'security/loadpin/loadpin.c')
| -rw-r--r-- | security/loadpin/loadpin.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/security/loadpin/loadpin.c b/security/loadpin/loadpin.c index 055fb0a64169..79131efa9634 100644 --- a/security/loadpin/loadpin.c +++ b/security/loadpin/loadpin.c | |||
| @@ -1,18 +1,10 @@ | |||
| 1 | // SPDX-License-Identifier: GPL-2.0-only | ||
| 1 | /* | 2 | /* |
| 2 | * Module and Firmware Pinning Security Module | 3 | * Module and Firmware Pinning Security Module |
| 3 | * | 4 | * |
| 4 | * Copyright 2011-2016 Google Inc. | 5 | * Copyright 2011-2016 Google Inc. |
| 5 | * | 6 | * |
| 6 | * Author: Kees Cook <keescook@chromium.org> | 7 | * Author: Kees Cook <keescook@chromium.org> |
| 7 | * | ||
| 8 | * This software is licensed under the terms of the GNU General Public | ||
| 9 | * License version 2, as published by the Free Software Foundation, and | ||
| 10 | * may be copied, distributed, and modified under those terms. | ||
| 11 | * | ||
| 12 | * This program is distributed in the hope that it will be useful, | ||
| 13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 15 | * GNU General Public License for more details. | ||
| 16 | */ | 8 | */ |
| 17 | 9 | ||
| 18 | #define pr_fmt(fmt) "LoadPin: " fmt | 10 | #define pr_fmt(fmt) "LoadPin: " fmt |
