diff options
Diffstat (limited to 'cmd/sha1sum.c')
-rw-r--r-- | cmd/sha1sum.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cmd/sha1sum.c b/cmd/sha1sum.c index 783ea2e32d..3c50fc27ce 100644 --- a/cmd/sha1sum.c +++ b/cmd/sha1sum.c @@ -1,11 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * (C) Copyright 2011 * Joe Hershberger, National Instruments, joe.hershberger@ni.com * * (C) Copyright 2000 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> |