Merge git://git.denx.de/u-boot-imx
[platform/kernel/u-boot.git] / common / malloc_simple.c
index 6114002..c14f8b5 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>