
On Mon, 6 Jan 2025 at 16:32, Simon Glass sjg@chromium.org wrote:
Linaro has decided to write their own version of bloblist from scratch, so there is no point in having a non-GPL license on this file. Change it, to better fit with the U-Boot project.
Signed-off-by: Simon Glass sjg@chromium.org Link: https://review.trustedfirmware.org/c/TF-A/trusted-firmware-a/+/22215
NAK on the commit message. I explained why it was wrong and inappropriate in the previous version
/Ilias
(no changes since v1)
common/bloblist.c | 2 +- include/bloblist.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/common/bloblist.c b/common/bloblist.c index ecce3da9331..c441498ec56 100644 --- a/common/bloblist.c +++ b/common/bloblist.c @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: GPL-2.0+ BSD-3-Clause +// SPDX-License-Identifier: GPL-2.0+ /*
- Copyright 2018 Google, Inc
- Written by Simon Glass sjg@chromium.org
diff --git a/include/bloblist.h b/include/bloblist.h index 7d462e71914..be7303e1504 100644 --- a/include/bloblist.h +++ b/include/bloblist.h @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: GPL-2.0+ BSD-3-Clause */ +/* SPDX-License-Identifier: GPL-2.0+ */ /*
- This provides a standard way of passing information between boot phases
- (TPL -> SPL -> U-Boot proper.)
-- 2.34.1