diff options
Diffstat (limited to 'lib/hang.c')
-rw-r--r-- | lib/hang.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/hang.c b/lib/hang.c index 9246e124556..bf56f4c662a 100644 --- a/lib/hang.c +++ b/lib/hang.c @@ -1,11 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * (C) Copyright 2013 * Andreas Bießmann <andreas@biessmann.org> * * This file consolidates all the different hang() functions implemented in * u-boot. - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> |