malloc: add SPDX license identifiers
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 29 May 2021 11:18:00 +0000 (13:18 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 23 Jun 2021 12:45:03 +0000 (08:45 -0400)
commit5ad9220bf7b54d958627dd8a0475a44c5a238f0a
tree3d309b28366d1298c6737d5be9792f553cc61f64
parent2600dd897ed247993670465a4c5acb23a57eab3e
malloc: add SPDX license identifiers

The original code is in the public domain. Licenses/README states that the
general license for U-Boot is GPL 2.0+. So we can mark the malloc code as
GPL 2.0+ too.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
common/dlmalloc.c
include/malloc.h