projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
250f692
)
efi_loader: Put back copyright message
author
Simon Glass
<sjg@chromium.org>
Mon, 2 Sep 2024 01:18:13 +0000
(19:18 -0600)
committer
Heinrich Schuchardt
<heinrich.schuchardt@canonical.com>
Thu, 12 Sep 2024 15:36:27 +0000
(17:36 +0200)
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>
lib/efi_loader/helloworld.c
patch
|
blob
|
history
diff --git
a/lib/efi_loader/helloworld.c
b/lib/efi_loader/helloworld.c
index bd72822c0b72e26052357ad89bad52f2ac189067..586177de0c8933f55c315f1d05a5cb9220bcc8f2 100644
(file)
--- 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.