X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=lib%2Fsha1.c;h=8154e1e1350026c07271e08d6ef2864cc29e0fd6;hb=894c3ad27fa940beb7fdc07d01dcfe81c03d0481;hp=f54bb5be98195ad6493dab14e64fb9b86cde3b96;hpb=2d221489df021393654805536be7effcb9d39702;p=u-boot diff --git a/lib/sha1.c b/lib/sha1.c index f54bb5be98..8154e1e135 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.