lib: Add hexdump
[oweals/u-boot.git] / examples / api / libgenwrap.c
index ba51007b14a6a268e3c87d72b48055a0a7bd511f..67b2d641fc7c19de09dc15dd78bbf09f554697b7 100644 (file)
@@ -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.