summaryrefslogtreecommitdiff
path: root/common/malloc_simple.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/malloc_simple.c')
-rw-r--r--common/malloc_simple.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/common/malloc_simple.c b/common/malloc_simple.c
index 611400265b..c14f8b59c1 100644
--- a/common/malloc_simple.c
+++ b/common/malloc_simple.c
@@ -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>