]> git.sur5r.net Git - u-boot/blobdiff - common/cli_hush.c
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot] / common / cli_hush.c
index 07c048ec6a97a7ccd713d8dc0780244a8c98889a..955e8fe53675a7130349625fa016f95a2fcc67af 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * sh.c -- a prototype Bourne shell grammar parser
  *      Intended to follow the original Thompson and Ritchie
@@ -70,8 +71,6 @@
  *      document how quoting rules not precisely followed for variable assignments
  *      maybe change map[] to use 2-bit entries
  *      (eventually) remove all the printf's
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #define __U_BOOT__