diff options
author | Simon Glass <sjg@chromium.org> | 2022-01-12 19:26:25 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2022-01-13 09:13:41 -0700 |
commit | 6c9e3d1fc085977b5b38dfe610f65d1a7f48081b (patch) | |
tree | de49c129e19ab9b129aca41d59cd8ecdc3e18de7 /common/bloblist.c | |
parent | 20a149353097967cfac3ec1a77eab08215427b0d (diff) | |
download | u-boot-6c9e3d1fc085977b5b38dfe610f65d1a7f48081b.tar.gz u-boot-6c9e3d1fc085977b5b38dfe610f65d1a7f48081b.tar.bz2 u-boot-6c9e3d1fc085977b5b38dfe610f65d1a7f48081b.zip |
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>
Diffstat (limited to 'common/bloblist.c')
-rw-r--r-- | common/bloblist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/bloblist.c b/common/bloblist.c index 1ed9172d89..056b50c2cb 100644 --- a/common/bloblist.c +++ b/common/bloblist.c @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: GPL-2.0+ +// SPDX-License-Identifier: GPL-2.0+ BSD-3-Clause /* * Copyright 2018 Google, Inc * Written by Simon Glass <sjg@chromium.org> |