mirror of
https://xff.cz/git/u-boot/
synced 2025-09-03 01:32:47 +02:00
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>
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
// SPDX-License-Identifier: GPL-2.0+
|
// SPDX-License-Identifier: GPL-2.0+ BSD-3-Clause
|
||||||
/*
|
/*
|
||||||
* Copyright 2018 Google, Inc
|
* Copyright 2018 Google, Inc
|
||||||
* Written by Simon Glass <sjg@chromium.org>
|
* Written by Simon Glass <sjg@chromium.org>
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0+ */
|
/* SPDX-License-Identifier: GPL-2.0+ BSD-3-Clause */
|
||||||
/*
|
/*
|
||||||
* This provides a standard way of passing information between boot phases
|
* This provides a standard way of passing information between boot phases
|
||||||
* (TPL -> SPL -> U-Boot proper.)
|
* (TPL -> SPL -> U-Boot proper.)
|
||||||
|
Reference in New Issue
Block a user