diff options
Diffstat (limited to 'include/ext_common.h')
-rw-r--r-- | include/ext_common.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/ext_common.h b/include/ext_common.h index 07b61fa56b..17c92f1750 100644 --- a/include/ext_common.h +++ b/include/ext_common.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * (C) Copyright 2011 - 2012 Samsung Electronics * EXT4 filesystem implementation in Uboot by @@ -14,8 +15,6 @@ * based on code from grub2 fs/ext2.c and fs/fshelp.c by * GRUB -- GRand Unified Bootloader * Copyright (C) 2003, 2004 Free Software Foundation, Inc. - * - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef __EXT_COMMON__ |