Merge branch 'ci' into 'master'

bloblist: Drop BSD license

See merge request u-boot/u-boot!59
This commit is contained in:
Simon Glass
2025-04-17 15:55:40 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -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>

View File

@@ -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.)