From: Simon Glass Date: Mon, 2 Sep 2024 01:18:13 +0000 (-0600) Subject: efi_loader: Put back copyright message X-Git-Url: http://git.dujemihanovic.xyz/%22/img/sics.gif/%22/static/git-favicon.png?a=commitdiff_plain;h=7de51622a2cf901e888d703a7bea33ad16645d3b;p=u-boot.git efi_loader: Put back copyright message This was lost in a later commit, so add it back. Signed-off-by: Simon Glass Reviewed-by: Ilias Apalodimas --- diff --git a/lib/efi_loader/helloworld.c b/lib/efi_loader/helloworld.c index bd72822c0b..586177de0c 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 + * * Copyright 2020, Heinrich Schuchardt * * This test program is used to test the invocation of an EFI application.