diff options
Diffstat (limited to 'include/linux/sha256.h')
-rw-r--r-- | include/linux/sha256.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/linux/sha256.h b/include/linux/sha256.h index 244fe01a65fb..26972b9e92db 100644 --- a/include/linux/sha256.h +++ b/include/linux/sha256.h | |||
@@ -1,10 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2014 Red Hat Inc. | 3 | * Copyright (C) 2014 Red Hat Inc. |
3 | * | 4 | * |
4 | * Author: Vivek Goyal <vgoyal@redhat.com> | 5 | * Author: Vivek Goyal <vgoyal@redhat.com> |
5 | * | ||
6 | * This source code is licensed under the GNU General Public License, | ||
7 | * Version 2. See the file COPYING for more details. | ||
8 | */ | 6 | */ |
9 | 7 | ||
10 | #ifndef SHA256_H | 8 | #ifndef SHA256_H |