diff options
Diffstat (limited to 'examples/api/libgenwrap.c')
-rw-r--r-- | examples/api/libgenwrap.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/api/libgenwrap.c b/examples/api/libgenwrap.c index ba51007b14..67b2d641fc 100644 --- a/examples/api/libgenwrap.c +++ b/examples/api/libgenwrap.c @@ -1,10 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * (C) Copyright 2007 Semihalf * * Written by: Rafal Jaworowski <raj@semihalf.com> * - * SPDX-License-Identifier: GPL-2.0+ - * * This is is a set of wrappers/stubs that allow to use certain routines from * U-Boot's lib in the standalone app. This way way we can re-use * existing code e.g. operations on strings and similar. |