]> git.sur5r.net Git - u-boot/blobdiff - lib/tiny-printf.c
serial: Add Actions Semi OWL UART support
[u-boot] / lib / tiny-printf.c
index 5f7e27d76edf695216b46454725a9055b2d6dc25..ebef92fc9f6b3c938bfd4abe7894483915b05768 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: LGPL-2.1+
 /*
  * Tiny printf version for SPL
  *
@@ -5,8 +6,6 @@
  * http://www.sparetimelabs.com/printfrevisited/printfrevisited.php
  *
  * Copyright (C) 2004,2008  Kustaa Nyholm
- *
- * SPDX-License-Identifier:    LGPL-2.1+
  */
 
 #include <common.h>