]> git.sur5r.net Git - u-boot/blobdiff - common/malloc_simple.c
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot] / common / malloc_simple.c
index 611400265ba3efc30db2f1519e72984098d35685..c14f8b59c178ee251cc79299f9fcccfbcb1e340a 100644 (file)
@@ -1,9 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Simple malloc implementation
  *
  * Copyright (c) 2014 Google, Inc
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>