]> git.sur5r.net Git - u-boot/blobdiff - common/cli_readline.c
test/py: Make print statements python 3.x safe
[u-boot] / common / cli_readline.c
index ecded11ca3985f27b132ef4d20f7e79ee02c8379..60a232b065e821bd3294f10fa3b39b6daf99ad48 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * (C) Copyright 2000
  * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
@@ -5,8 +6,6 @@
  * Add to readline cmdline-editing by
  * (C) Copyright 2005
  * JinHua Luo, GuangDong Linux Center, <luo.jinhua@gd-linux.com>
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>