diff options
Diffstat (limited to 'lib/sha1.c')
-rw-r--r-- | lib/sha1.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/sha1.c b/lib/sha1.c index f54bb5be981..8154e1e1350 100644 --- a/lib/sha1.c +++ b/lib/sha1.c @@ -1,11 +1,10 @@ +// SPDX-License-Identifier: LGPL-2.1 /* * Heiko Schocher, DENX Software Engineering, hs@denx.de. * based on: * 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. |