X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=examples%2Fapi%2Flibgenwrap.c;h=67b2d641fc7c19de09dc15dd78bbf09f554697b7;hb=f8c987f8f127f867d96ca74bcd1fcb11d8265b67;hp=ba51007b14a6a268e3c87d72b48055a0a7bd511f;hpb=a85670e40da1ef4f299effb73c36e48d39d50106;p=oweals%2Fu-boot.git 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 * - * 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.