commit | 862dd214067a91d702bf67823b79eb874a78395a | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat May 29 13:18:00 2021 +0200 |
committer | Tom Rini <trini@konsulko.com> | Wed Jun 23 08:45:03 2021 -0400 |
tree | 3d309b28366d1298c6737d5be9792f553cc61f64 | |
parent | e66c87654b56648f4ffedc1fc95f2df7ccc80e1c [diff] |
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>