diff options
| author | Peter Jones <pjones@redhat.com> | 2021-02-14 11:22:08 -0500 |
|---|---|---|
| committer | Javier Martinez Canillas <javier@dowhile0.org> | 2021-02-16 09:12:48 +0100 |
| commit | dd4e3ac5fd35d851208cbbdeb5c094e24976aba8 (patch) | |
| tree | 469df3ce0c41da59ff4d5636f6adc160132ce2ab /lib/shell.c | |
| parent | 2b283bb0a1e4fef7c4969e6139fee6ddd5961a9e (diff) | |
| download | efi-boot-shim-dd4e3ac5fd35d851208cbbdeb5c094e24976aba8.tar.gz efi-boot-shim-dd4e3ac5fd35d851208cbbdeb5c094e24976aba8.zip | |
SPDX: Clarify the attribution for James's lib/ code
At the time, this was explicitly contributed under the Tiano license,
even though the original code[0] is LGPLv2.1.
[0]: git://git.kernel.org/pub/scm/linux/kernel/git/jejb/efitools.git
Signed-off-by: Peter Jones <pjones@redhat.com>
Diffstat (limited to 'lib/shell.c')
| -rw-r--r-- | lib/shell.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/shell.c b/lib/shell.c index e46e7fd2..87f279d6 100644 --- a/lib/shell.c +++ b/lib/shell.c @@ -1,8 +1,7 @@ +// SPDX-License-Identifier: BSD-2-Clause-Patent /* * Copyright 2012 <James.Bottomley@HansenPartnership.com> * - * see COPYING file - * * misc shell helper functions */ #include <efi.h> |
