diff options
Diffstat (limited to 'cmd/ext4.c')
-rw-r--r-- | cmd/ext4.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cmd/ext4.c b/cmd/ext4.c index 19423d1c81..d2fa7f1db1 100644 --- a/cmd/ext4.c +++ b/cmd/ext4.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * (C) Copyright 2011 - 2012 Samsung Electronics * EXT4 filesystem implementation in Uboot by @@ -16,8 +17,6 @@ * (C) Copyright 2003 - 2004 * Sysgo Real-Time Solutions, AG <www.elinos.com> * Pavel Bartusek <pba@sysgo.com> - * - * SPDX-License-Identifier: GPL-2.0+ */ /* |