diff options
Diffstat (limited to 'cmd/md5sum.c')
-rw-r--r-- | cmd/md5sum.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cmd/md5sum.c b/cmd/md5sum.c index c737cb23b5..9d2d4180c5 100644 --- a/cmd/md5sum.c +++ b/cmd/md5sum.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> |