diff options
Diffstat (limited to 'env/common.c')
-rw-r--r-- | env/common.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/env/common.c b/env/common.c index 8f602de9d2..dc8a14f519 100644 --- a/env/common.c +++ b/env/common.c @@ -1,11 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * (C) Copyright 2000-2010 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * * (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> |