diff options
author | Simon Glass <sjg@chromium.org> | 2024-09-01 19:18:13 -0600 |
---|---|---|
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2024-09-12 17:36:27 +0200 |
commit | 7de51622a2cf901e888d703a7bea33ad16645d3b (patch) | |
tree | 0393d9cf2b6a5518b3896a6743cdce754537447c | |
parent | 250f69274b2f9b27efd7195ba6d9159833586d6e (diff) | |
download | u-boot-7de51622a2cf901e888d703a7bea33ad16645d3b.tar.gz |
efi_loader: Put back copyright message
This was lost in a later commit, so add it back.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
-rw-r--r-- | lib/efi_loader/helloworld.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/efi_loader/helloworld.c b/lib/efi_loader/helloworld.c index bd72822c0b7..586177de0c8 100644 --- a/lib/efi_loader/helloworld.c +++ b/lib/efi_loader/helloworld.c @@ -2,6 +2,9 @@ /* * Hello world EFI application * + * Copyright (c) 2016 Google, Inc + * Written by Simon Glass <sjg@chromium.org> + * * Copyright 2020, Heinrich Schuchardt <xypron.glpk@gmx.de> * * This test program is used to test the invocation of an EFI application. |