]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/PeiPalLib/PeiPalLib.c
Should use uppercase character for return value's comment.
[mirror_edk2.git] / MdePkg / Library / PeiPalLib / PeiPalLib.c
index 7ece0a6636210d1c6c24e1ef2b797555a614a4f2..34faae61d8c24b27168b9f7aa83ebb20c70394d3 100644 (file)
@@ -1,16 +1,15 @@
 /** @file\r
   PAL Call Services Function.\r
 \r
-  Copyright (c) 2006 - 2008 Intel Corporation. All rights reserved\r
-  This software and associated documentation (if any) is furnished\r
-  under a license and may only be used or copied in accordance\r
-  with the terms of the license. Except as permitted by such\r
-  license, no part of this software or documentation may be\r
-  reproduced, stored in a retrieval system, or transmitted in any\r
-  form or by any means without the express written consent of\r
-  Intel Corporation.\r
+  Copyright (c) 2006 -2008, Intel Corporation All rights\r
+  reserved. This program and the accompanying materials are\r
+  licensed and made available under the terms and conditions of\r
+  the BSD License which accompanies this distribution.  The full\r
+  text of the license may be found at\r
+  http://opensource.org/licenses/bsd-license.php\r
 \r
-  Module Name:  PalCallLib.c\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
   returned or undefined result may occur during the execution of the procedure.\r
   This function is only available on IPF.\r
 \r
-  @param  Index  The PAL procedure Index number.\r
-  @param  Arg2   The 2nd parameter for PAL procedure calls.\r
-  @param  Arg3   The 3rd parameter for PAL procedure calls.\r
-  @param  Arg4   The 4th parameter for PAL procedure calls.\r
+  @param Index  The PAL procedure Index number.\r
+  @param Arg2   The 2nd parameter for PAL procedure calls.\r
+  @param Arg3   The 3rd parameter for PAL procedure calls.\r
+  @param Arg4   The 4th parameter for PAL procedure calls.\r
 \r
   @return Structure returned from the PAL Call procedure, including the status and return value.\r
 \r