diff options
| author | Simon Glass <[email protected]> | 2024-09-01 19:18:13 -0600 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2024-09-12 17:36:27 +0200 |
| commit | 7de51622a2cf901e888d703a7bea33ad16645d3b (patch) | |
| tree | 0393d9cf2b6a5518b3896a6743cdce754537447c /lib/efi_loader | |
| parent | 250f69274b2f9b27efd7195ba6d9159833586d6e (diff) | |
efi_loader: Put back copyright message
This was lost in a later commit, so add it back.
Signed-off-by: Simon Glass <[email protected]>
Reviewed-by: Ilias Apalodimas <[email protected]>
Diffstat (limited to 'lib/efi_loader')
| -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 <[email protected]> + * * Copyright 2020, Heinrich Schuchardt <[email protected]> * * This test program is used to test the invocation of an EFI application. |
