diff options
Diffstat (limited to 'include/u-boot/sha1.h')
-rw-r--r-- | include/u-boot/sha1.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/u-boot/sha1.h b/include/u-boot/sha1.h index 2634a29c20..283f103293 100644 --- a/include/u-boot/sha1.h +++ b/include/u-boot/sha1.h @@ -1,11 +1,10 @@ +/* SPDX-License-Identifier: LGPL-2.1 */ /** * \file sha1.h * based from http://xyssl.org/code/source/sha1/ * FIPS-180-1 compliant SHA-1 implementation * * Copyright (C) 2003-2006 Christophe Devine - * - * SPDX-License-Identifier: LGPL-2.1 */ /* * The SHA-1 standard was published by NIST in 1993. |