diff options
Diffstat (limited to 'env/nand.c')
-rw-r--r-- | env/nand.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/env/nand.c b/env/nand.c index 904f1c40d6..aecf445c21 100644 --- a/env/nand.c +++ b/env/nand.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * (C) Copyright 2000-2010 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. @@ -10,8 +11,6 @@ * * (C) Copyright 2001 Sysgo Real-Time Solutions, GmbH <www.elinos.com> * Andreas Heppel <aheppel@sysgo.de> - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> |