]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BeagleBoardPkg/Bds/FirmwareVolume.c
Update the copyright notice format
[mirror_edk2.git] / BeagleBoardPkg / Bds / FirmwareVolume.c
index f08de5767a379f642cf3ebf0eac9f1efaf3c7ce1..142095fa661eda4aef52172f1ae51e85b5ff9c0e 100644 (file)
@@ -7,16 +7,15 @@
   driver module and it will attempt to connect a console on top of this.\r
 \r
   \r
- Copyright (c) 2009 Apple, Inc.  All rights reserved.                                                \r
- Portions copyright (c) 2008-2009, Apple Inc. All rights reserved.\r
-\r
+  Copyright (c) 2009, Apple Inc. All rights reserved.<BR>\r
+  \r
+  This program and the accompanying materials\r
+  are licensed and made available under the terms and conditions of the BSD License\r
+  which accompanies this distribution.  The full text of the license may be found at\r
+  http://opensource.org/licenses/bsd-license.php\r
 \r
- This document is the property of Apple, Inc.\r
- It is considered confidential and proprietary.\r
\r
- This document may not be reproduced or transmitted in any form,\r
- in whole or in part, without the express written permission of\r
- Apple, Inc.\r
+  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 \r
 **/\r
 \r
@@ -142,6 +141,7 @@ LoadPeCoffSectionFromFv (
     \r
   Status = gBS->LoadImage (TRUE, gImageHandle, DevicePath, NULL, 0, &ImageHandle);\r
   if (!EFI_ERROR (Status)) {\r
+    PERF_END (NULL, "BDS", NULL, 0);\r
     Status = gBS->StartImage (ImageHandle, NULL, NULL);\r
   }\r
   \r