commit | bbd7bdaef15d6e6fc934c6a3157d56c583bd4da7 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Jan 12 19:26:25 2022 -0700 |
committer | Simon Glass <sjg@chromium.org> | Thu Jan 13 09:13:41 2022 -0700 |
tree | de49c129e19ab9b129aca41d59cd8ecdc3e18de7 | |
parent | 49ae4ad2aa32b1ecb13a876e4c4a0a3b04fc38d0 [diff] |
bloblist: Relicense to allow BSD-3-Clause This implementation is intended to be copied to other projects and modified, to as to foster a standard means of communcating runtime information between firmware projects. The GPL-2 license is too restrictive for some projects, e.g. those intended as reference implementations rather than designed for collaborative open-source development. Update the license to make this easier to share. Signed-off-by: Simon Glass <sjg@chromium.org>